Commit 109c8cb
Canonical CI: grouped-tests.yml + root test/test_groups.toml (#604)
Convert the root test workflow (Tests.yml) to the canonical thin caller of
SciML/.github/.github/workflows/grouped-tests.yml@v1, with the group x version
matrix declared once in test/test_groups.toml at the repo root.
The previous Tests.yml hand-maintained a version x group matrix (versions
1/lts/pre x groups InterfaceI/InterfaceII/QA, excluding pre+QA) calling
tests.yml@v1. That exact 8-cell matrix is now reproduced by test_groups.toml:
InterfaceI and InterfaceII on [lts, 1, pre], QA on [lts, 1].
runtests.jl already dispatches on the standard GROUP env var and already has a
QA group, so no runtests.jl change is needed and no with: inputs are required
(check-bounds, coverage, coverage-directories=src,ext, group-env-name=GROUP all
match the grouped-tests.yml@v1 defaults). on: triggers and concurrency: are
preserved verbatim; name: "Run Tests" is kept so branch-protection status
checks are unaffected. All other workflow files are left untouched.
Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 0c3dfaf commit 109c8cb
2 files changed
Lines changed: 9 additions & 19 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 | | - | |
| 21 | + | |
40 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments