From a660d43084ec6ab8bb1ea9fc8ea17f6227ede38f Mon Sep 17 00:00:00 2001 From: Moritz Sanft <58110325+msanft@users.noreply.github.com> Date: Fri, 27 Oct 2023 08:51:32 +0200 Subject: [PATCH] default to Constellation-created infra in e2e test --- .github/workflows/e2e-test-manual.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-test-manual.yml b/.github/workflows/e2e-test-manual.yml index 851d679ad9..a32f5147a5 100644 --- a/.github/workflows/e2e-test-manual.yml +++ b/.github/workflows/e2e-test-manual.yml @@ -260,14 +260,14 @@ jobs: cosignPassword: ${{ secrets.COSIGN_PASSWORD }} cosignPrivateKey: ${{ secrets.COSIGN_PRIVATE_KEY }} fetchMeasurements: ${{ contains(needs.find-latest-image.outputs.image, '/stream/stable/') }} - selfManagedInfra: "true" + selfManagedInfra: "false" - name: Always terminate cluster if: always() uses: ./.github/actions/constellation_destroy with: kubeconfig: ${{ steps.e2e_test.outputs.kubeconfig }} - selfManagedInfra: "true" + selfManagedInfra: "false" - name: Always delete IAM configuration if: always()