Skip to content

Commit

Permalink
ci: reduce max parallel attestationconfig e2e tests back to 1 for sta…
Browse files Browse the repository at this point in the history
…bility (#3208)

Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse authored Jul 10, 2024
1 parent 543ba96 commit 391deea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-attestationconfigapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
e2e-api:
strategy:
fail-fast: false
max-parallel: 2
max-parallel: 1
matrix:
attestationVariant: ["azure-sev-snp", "azure-tdx", "aws-sev-snp", "gcp-sev-snp"]
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 391deea

Please sign in to comment.