Commit da8b775
committed
ci: trim PR/merge-queue test time
Two low-risk cuts targeting the dominant costs in PR test wall-clock:
1. Exclude `job_pydabs_1000_tasks` from the `migrate` and `continue_293`
invariant tests. The 1000-task scale case is still exercised by `no_drift`;
running the same scale in two additional variants added ~3 minutes per
linux/direct test job without incremental coverage.
2. Add `install-pythons-test` Makefile target that installs only the Python
version actually needed by unit + acceptance tests (3.10), and switch the
setup-build-environment composite action to use it. The `patchwheel` unit
test now skips versions not available via `uv python find`, so CI can
install a subset without failing. Integration runs keep using
`install-pythons` for the full 3.9-3.13 matrix.
Expected impact: linux/direct ~10min -> ~3-4min, windows/* ~3min off setup.
Co-authored-by: Isaac1 parent 3f3e848 commit da8b775
5 files changed
Lines changed: 25 additions & 1 deletion
File tree
- .github/actions/setup-build-environment
- acceptance/bundle/invariant
- continue_293
- migrate
- libs/patchwheel
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
77 | 85 | | |
78 | 86 | | |
79 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
148 | 156 | | |
149 | 157 | | |
150 | 158 | | |
| |||
0 commit comments