Skip to content

Commit

Permalink
.github: increase concurrent jobs in tests-e2e-upgrade
Browse files Browse the repository at this point in the history
We currently have 23 configurations that we want to test but only 22
possible parallel executions. This makes one of the tests to be executed
at a later stage increase the time of test execution in total.

Fixes: c60ea32 ("datapath, netkit: Allow ARP passthrough on host when using netkit")
Signed-off-by: André Martins <[email protected]>
  • Loading branch information
aanm committed Oct 4, 2024
1 parent b7a489e commit 7eea5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-e2e-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
job_name: 'Setup & Test'
strategy:
fail-fast: false
max-parallel: 22
max-parallel: 23
matrix:
include:
- name: '1'
Expand Down

0 comments on commit 7eea5af

Please sign in to comment.