Commit 2cb7733
committed
ci: cap E2E full suite to 6 parallel jobs to reduce runner starvation
The 12-shard E2E matrix (6 shards × 2 cdk-source) consumes 13 runners
simultaneously on every main push. During merge storms this starves PR
workflows of runners, causing 45–70 minute queues across all CI.
Adding max-parallel: 6 halves peak runner consumption while only
moderately increasing suite duration (~30 min vs ~15 min).1 parent 6dc4b7f commit 2cb7733
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments