Commit 296c3be
committed
fix(ci): reduce Bazel jobs to 1 to isolate OOM crash
The latest adev-staging-deploy.yml run on main failed with a genuine
in-VM OOM signature (truncated log line + exit code 1) mid-compile at
[17,472/17,628], not the runner-shutdown flakiness seen in prior runs.
With --jobs=2, two concurrent Bazel actions (ng_package rollup, tsc
workers) can each exceed the memory estimate --local_resources=memory
schedules against.
Test --jobs=1 in isolation, keeping memory=4096 unchanged, to see if
serializing action execution avoids the OOM before also lowering the
memory budget.1 parent 34d8b37 commit 296c3be
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments