From e81e21630daa71d57bd455465ce0255f68d953ce Mon Sep 17 00:00:00 2001 From: Konrad Kaim Date: Mon, 3 Nov 2025 09:13:48 +0000 Subject: [PATCH] build: fix dws cluster delete --- .github/workflows/nightly_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly_tests.yaml b/.github/workflows/nightly_tests.yaml index 2f0970cb8..2320e9a5e 100644 --- a/.github/workflows/nightly_tests.yaml +++ b/.github/workflows/nightly_tests.yaml @@ -151,7 +151,7 @@ jobs: - name: Wait for workload completion and confirm it succeeded run: xpk workload list --cluster ${DWS_FLEX_CLUSTER_NAME} --zone=us-east5-a --wait-for-job-completion xpktest-build-${{ github.run_attempt }}-dws --timeout 1000 - name: Delete the DWS flex queued cluster - run: xpk cluster delete --cluster ${DWS_FLEX_CLUSTER_NAME} + run: xpk cluster delete --cluster ${DWS_FLEX_CLUSTER_NAME} --zone=us-east5-a --force - name: Upload cluster nodepool creation log if: always() uses: actions/upload-artifact@v4