From e135d536c5465a6fbdef5936e1435ff619c6287c Mon Sep 17 00:00:00 2001 From: Hyounggyu Choi Date: Wed, 31 Jul 2024 06:42:16 +0200 Subject: [PATCH] gha: Restore cleanup-zvsi for s390x In #10096, a cleanup step for kata-deploy is removed by mistake. This leads to a cleanup error in the following `Complete job` step. This commit restores the removed step to resolve the current CI failure on s390x. Signed-off-by: Hyounggyu Choi --- .github/workflows/run-k8s-tests-on-zvsi.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/run-k8s-tests-on-zvsi.yaml b/.github/workflows/run-k8s-tests-on-zvsi.yaml index 71f2b724b9..6adb6f8a3a 100644 --- a/.github/workflows/run-k8s-tests-on-zvsi.yaml +++ b/.github/workflows/run-k8s-tests-on-zvsi.yaml @@ -84,3 +84,7 @@ jobs: - name: Run tests timeout-minutes: 60 run: bash tests/integration/kubernetes/gha-run.sh run-tests + + - name: Delete kata-deploy + if: always() + run: bash tests/integration/kubernetes/gha-run.sh cleanup-zvsi