From 7e988f66eec348b2ba865b5f8bfdb0a9109b8481 Mon Sep 17 00:00:00 2001 From: Or Shoval Date: Mon, 9 Sep 2024 11:32:01 +0300 Subject: [PATCH] ipam: Fix artifacts collecting Due to actions/upload-artifact#602 Hidden folders are skipped. We are using .output, so it was skipped and artifacts were not collected in case of an error. Signed-off-by: Or Shoval --- .github/workflows/kubevirt-ipam-controller.yaml | 2 +- .gitignore | 1 + .../check-patch.e2e-kubevirt-ipam-controller-functests.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/kubevirt-ipam-controller.yaml b/.github/workflows/kubevirt-ipam-controller.yaml index 8f724b732..bb26236ae 100644 --- a/.github/workflows/kubevirt-ipam-controller.yaml +++ b/.github/workflows/kubevirt-ipam-controller.yaml @@ -33,4 +33,4 @@ jobs: if: failure() with: name: test-logs - path: ./test/e2e/.output/*.log + path: ./test/e2e/_output/*.log diff --git a/.gitignore b/.gitignore index 80c8d70d2..a2c4b3639 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ whitespace-check .vscode/ .output +_output diff --git a/automation/check-patch.e2e-kubevirt-ipam-controller-functests.sh b/automation/check-patch.e2e-kubevirt-ipam-controller-functests.sh index eb36874d0..437252103 100755 --- a/automation/check-patch.e2e-kubevirt-ipam-controller-functests.sh +++ b/automation/check-patch.e2e-kubevirt-ipam-controller-functests.sh @@ -5,7 +5,7 @@ set -xeuE # automation/check-patch.e2e-kubevirt-ipam-controller-functests.sh GITHUB_ACTIONS=${GITHUB_ACTIONS:-false} -LOGS_DIR=test/e2e/.output +LOGS_DIR=test/e2e/_output WORK_DIR=$(pwd) teardown() {