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 9fd2634f0..0017c38b7 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() {