Commit d77025e
nightly: serialize integration jobs to end runner starvation (#382)
nightly: serialize integration jobs (-parallel 1) to end runner starvation
The integration suites spin up multiple daemons + registry + WSS per
test; running 4 concurrently on a 4-vCPU public runner starved them into
timeouts — the dominant cause of the chronic nightly redness (verified:
representative failing tests pass locally when run -parallel 1). Serialize
both jobs so each integration test gets the whole runner; bump go-test and
job timeouts to fit the longer wall-clock.
Co-authored-by: Teodor Calin <teodor@vulturelabs.io>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 3b392a8 commit d77025e
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments