Skip to content

Commit

Permalink
🧹 Do not run too many tests in parallel (#930)
Browse files Browse the repository at this point in the history
Otherwise we hit the VPC quota limit.

Signed-off-by: Christian Zunker <[email protected]>
  • Loading branch information
czunker authored Nov 9, 2023
1 parent 6756963 commit 459a5ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cloud-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ jobs:

strategy:
fail-fast: false
max-parallel: 3 # Otherwise we will hit AWS VPC quota limits
matrix:
k8s-version: ["1.24", "1.25", "1.26", "1.27", "1.28"]

Expand Down

0 comments on commit 459a5ee

Please sign in to comment.