Commit 21dd538
authored
ci: enforce FPE masking on GitHub, decommission mirrored GitLab jobs (#5714)
## Summary
Moves the FPE-masking regression gate from the CERN GitLab mirror onto GitHub-hosted CI, and decommissions the now-redundant mirrored GitLab jobs. First concrete step of the GitLab → GitHub CI migration.
### Background
The FPE-masking gate only *enforced* on GitLab: it built `RelWithDebInfo` (DWARF line info present) and left `failOnUnmaskedFpe` at its `true` default, so masks — matched on `source_file():source_line()` — resolve. GitHub built `Release` (no line info) and set `ACTS_SEQUENCER_FAIL_ON_UNMASKED_FPE=0`, so `test_fpe.py`'s masking tests were **silently skipped**.
### Changes
**GitHub (`builds.yml` + `CMakePresets.json`):**
- New `github-ci-fpe` preset: `RelWithDebInfo` + `-g1 -gz` — slim line tables so masks resolve, without full-debug artifact bloat (smaller than GitLab's full `-g`).
- `linux_ubuntu` builds with it; its artifact already feeds the two FPE-aware consumers.
- `linux_examples_test` and `linux_physmon` set `ACTS_SEQUENCER_FAIL_ON_UNMASKED_FPE=1` (enforce). Other jobs (macOS, clang22-extra) stay Release/non-enforcing.
**GitLab (`.gitlab-ci.yml`):**
- Remove `build_linux_ubuntu`, `linux_test_examples`, `linux_physmon` — their only GitLab-unique coverage was this FPE enforcement, now on GitHub.
- GNN/TensorRT (GPU), LCG (CVMFS), clang22, detray, traccc jobs untouched — later migration phases.
### Validation
Proven on this PR's earlier validation runs (see comments below):
- Masking tests **pass at `-g1` post artifact round-trip** ([test_fpe.py run](https://github.com/acts-project/acts/actions/runs/29868661329)).
- physmon runs **FPE-clean under enforcement** on the minimal-debug artifact ([physmon run](https://github.com/acts-project/acts/actions/runs/29895623646)).
- Sizes: build tree ~1.5 GB, artifact ~202 MB — well within limits.
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 parent 081ddad commit 21dd538
3 files changed
Lines changed: 20 additions & 120 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
136 | 139 | | |
137 | 140 | | |
138 | 141 | | |
| |||
173 | 176 | | |
174 | 177 | | |
175 | 178 | | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
176 | 184 | | |
177 | 185 | | |
178 | 186 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | 201 | | |
320 | 202 | | |
321 | 203 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
108 | 118 | | |
109 | 119 | | |
110 | 120 | | |
| |||
0 commit comments