Skip to content

Commit

Permalink
WIP: debug artifacts collecting
Browse files Browse the repository at this point in the history
Signed-off-by: Or Shoval <[email protected]>
  • Loading branch information
oshoval committed Sep 8, 2024
1 parent 6f00bc0 commit f027db5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kubevirt-ipam-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
if: failure()
with:
name: test-logs
path: ./test/e2e/.output/*.log
path: /home/runner/work/cluster-network-addons-operator/cluster-network-addons-operator/test/e2e/.output/*.log
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ teardown() {

cd ${TMP_COMPONENT_PATH}
make cluster-down || true
cd ${WORK_DIR}
pwd
rm -rf "${TMP_COMPONENT_PATH}"
ls -l ${WORK_DIR}/${LOGS_DIR}
}

main() {
Expand Down

0 comments on commit f027db5

Please sign in to comment.