Commit afaa9c0
test_groups: route FMI + Initialization to GitHub-hosted runners (fix OOM kills)
The FMI and Initialization groups are memory-heavy and were getting OOM-killed
on the 4vcpu/8GB self-hosted runners that now back the `ubuntu-latest` label,
especially on `pre` (e.g. run 27742584454, jobs 82073267896 / 82073267635).
Designate `runner = "ubuntu-24.04"` for those groups (root + the
ModelingToolkitBase sublibrary's Initialization). GitHub-hosted ubuntu runners
have ~16GB (2x the 8GB self-hosted), and `ubuntu-24.04` deterministically
forces a GitHub-hosted runner because the self-hosted pool only carries the
`ubuntu-latest` label. Verified with compute_affected_sublibraries.jl
--root-matrix: FMI/Initialization now emit runner=ubuntu-24.04, all other
groups stay ubuntu-latest.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent d55a4aa commit afaa9c0
2 files changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
29 | 37 | | |
30 | 38 | | |
31 | 39 | | |
0 commit comments