Commit ece88de
ci: run self-hosted GPU jobs without waiting for the hosted CPU build
The RTX 3090 / Radeon gfx1151 jobs finish in ~2 minutes on real hardware
but were gated on the ~18-minute GitHub-hosted cmake+megakernel build,
so the strongest CI signal arrived last and was invisible in the checks
list until the cloud build completed. Gate them on the 1-minute
uv-workspace sanity check only; both jobs compile the tree themselves
and fail just as fast on broken code.
Co-Authored-By: WOZCODE <contact@withwoz.com>1 parent 1da3fa6 commit ece88de
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
127 | 131 | | |
128 | 132 | | |
129 | 133 | | |
| |||
191 | 195 | | |
192 | 196 | | |
193 | 197 | | |
194 | | - | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
195 | 203 | | |
196 | 204 | | |
197 | 205 | | |
| |||
0 commit comments