Skip to content

Commit

Permalink
default to Constellation-created infra in e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
msanft committed Oct 27, 2023
1 parent 1bea9dd commit a660d43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit a660d43

Please sign in to comment.