From 63207e3ce413d2a1eebf828bbaca755154bf7c1f Mon Sep 17 00:00:00 2001 From: miampf Date: Thu, 2 May 2024 15:59:37 +0200 Subject: [PATCH] TEST: fail iam deletion --- .github/workflows/e2e-windows.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e-windows.yml b/.github/workflows/e2e-windows.yml index f3e4058f5..5cb163057 100644 --- a/.github/workflows/e2e-windows.yml +++ b/.github/workflows/e2e-windows.yml @@ -156,8 +156,7 @@ jobs: if: always() shell: pwsh run: | - # .\constellation.exe terminate --debug -y - exit 1 + .\constellation.exe terminate --debug -y - name: Login to Azure (IAM service principal) if: always() @@ -170,7 +169,8 @@ jobs: if: always() shell: pwsh run: | - .\constellation.exe iam destroy --debug -y + # .\constellation.exe iam destroy --debug -y + exit 1 - name: Clean up after failure if: ${{ (failure() && (steps.terminate-cluster.conclusion == 'failure' || steps.delete-iam.conclusion == 'failure')) || cancelled() }} # run on a cleanup failure or if cancelled