Skip to content

Commit

Permalink
CI: Lower maximum number of parallel compatibility tests to 8
Browse files Browse the repository at this point in the history
This will run slightly slower, but hopefully more stable as it
is less likely exceeds the maximum request rate for EC2.

Signed-off-by: Hanno Becker <[email protected]>
  • Loading branch information
hanno-becker committed Dec 22, 2024
1 parent 9ebd65f commit 4da5d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ jobs:
gh_token: ${{ secrets.AWS_GITHUB_TOKEN }}
ec2_compatibilitytests:
strategy:
max-parallel: 12
max-parallel: 8
fail-fast: false
matrix:
container:
Expand Down

0 comments on commit 4da5d77

Please sign in to comment.