Skip to content

Commit

Permalink
workflows: e2e: bump max-parallel to 16
Browse files Browse the repository at this point in the history
This will allow to run the entire test suite in one batch rather than
waiting for the first 8 jobs to finish before starting the remaining
ones.

Signed-off-by: Gilberto Bertin <jibi@cilium.io>
  • Loading branch information
jibi authored and aanm committed May 31, 2023
1 parent 6b57a69 commit 7d2faa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conformance-e2e-v1.13.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
github.event_name == 'pull_request'
strategy:
fail-fast: false
max-parallel: 8
max-parallel: 16
matrix:
include:
# See https://github.com/cilium/cilium/issues/20606 for configuration table
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
github.event_name == 'pull_request'
strategy:
fail-fast: false
max-parallel: 8
max-parallel: 16
matrix:
include:
# See https://github.com/cilium/cilium/issues/20606 for configuration table
Expand Down

0 comments on commit 7d2faa6

Please sign in to comment.