Commit 2138d08
Simplify root CI to grouped-tests.yml (matrix from test/test_groups.toml) (#613)
Replace the hand-maintained group x version matrix (plus the bespoke GPU
job) in the root CI.yml `tests` job with the reusable grouped-tests.yml@v1
thin caller. The matrix now lives in test/test_groups.toml and is computed
by compute_affected_sublibraries.jl --root-matrix.
The root runtests.jl dispatches on the default GROUP env var, so no
group-env-name override is needed. check-bounds: auto is preserved as a
workflow-level input. coverage-directories defaults to src,ext (matches old).
Verified the computed root matrix equals the old workflow's (group, version,
runner) set exactly: 14/14.
Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent f5a9eb1 commit 2138d08
2 files changed
Lines changed: 25 additions & 39 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 21 | + | |
43 | 22 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | 23 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments