ci: reduce max parallel attestationconfig e2e tests back to 1 for stability (#3208)

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2024-07-10 08:24:32 +02:00 committed by GitHub
parent 543ba96e59
commit 391deeae37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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