[
https://issues.apache.org/jira/browse/KNOX-3256?focusedWorklogId=1021594&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1021594
]
ASF GitHub Bot logged work on KNOX-3256:
----------------------------------------
Author: ASF GitHub Bot
Created on: 21/May/26 20:32
Start Date: 21/May/26 20:32
Worklog Time Spent: 10m
Work Description: smolnar82 commented on code in PR #1239:
URL: https://github.com/apache/knox/pull/1239#discussion_r3284152481
##########
.github/workflows/tests.yml:
##########
@@ -54,20 +50,11 @@ jobs:
-Dshellcheck.skip=true -Dxml.skip=true \
-s .github/workflows/build/settings.xml
- - name: Extract Artifacts
- run: |
- mkdir -p .github/workflows/build/knox-temp-artifacts
.github/workflows/build/knoxshell-temp-artifacts
- # Extract artifacts to the build directory where Dockerfile expects
them
- tar -xvzf target/*/knox-*.tar.gz -C
.github/workflows/build/knox-temp-artifacts
- tar -xvzf target/*/knoxshell-*.tar.gz -C
.github/workflows/build/knoxshell-temp-artifacts
-
- name: Set up Docker Compose
run: docker compose version
- name: Build Docker Images
run: |
- export knoxurl=${KNOX_URL}
- export branch=${BRANCH:-master}
Review Comment:
Fixed.
Issue Time Tracking
-------------------
Worklog Id: (was: 1021594)
Time Spent: 50m (was: 40m)
> Unecessary knox-dev:master image build during integration tests
> ---------------------------------------------------------------
>
> Key: KNOX-3256
> URL: https://issues.apache.org/jira/browse/KNOX-3256
> Project: Apache Knox
> Issue Type: Improvement
> Components: Tests
> Affects Versions: 2.1.0
> Reporter: Tamás Hanicz
> Assignee: Sandor Molnar
> Priority: Minor
> Time Spent: 50m
> Remaining Estimate: 0h
>
> knox-dev:master image build might be unnecessary during integration tests.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)