[
https://issues.apache.org/jira/browse/KNOX-3335?focusedWorklogId=1023432&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1023432
]
ASF GitHub Bot logged work on KNOX-3335:
----------------------------------------
Author: ASF GitHub Bot
Created on: 03/Jun/26 03:52
Start Date: 03/Jun/26 03:52
Worklog Time Spent: 10m
Work Description: Raghav-Mah3shwari commented on code in PR #1245:
URL: https://github.com/apache/knox/pull/1245#discussion_r3345802222
##########
.github/workflows/compose/docker-compose.yml:
##########
@@ -16,9 +16,17 @@
services:
knox-dev:
build:
- context: ../../../
+ context: ../../..
dockerfile: .github/workflows/build/Dockerfile
- image: apache/knox-dev:${IMAGE_TAG:-master}
Review Comment:
yes, good point.. updating it, thank you
Issue Time Tracking
-------------------
Worklog Id: (was: 1023432)
Time Spent: 40m (was: 0.5h)
> Add pylint pre-push linting for .github/workflows/tests Python integration
> tests
> --------------------------------------------------------------------------------
>
> Key: KNOX-3335
> URL: https://issues.apache.org/jira/browse/KNOX-3335
> Project: Apache Knox
> Issue Type: Improvement
> Reporter: Raghav Maheshwari
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Add local pylint checks for Python files under {{.github/workflows/tests/}}
> so modified integration test code is validated before push. Pylint should run
> only on changed files in that directory, not across the whole Knox codebase.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)