Commit 35fe7e7
committed
ci: route heavy workflows to self-hosted runners (Phase 2, fork-gated)
Reclaim GitHub-hosted machine-hours by routing the remaining heavy
workflows onto the self-hosted fleet proven out by #439, using the same
fork-gated runs-on expression (self-hosted for push/internal-branch PRs,
GitHub-hosted fallback for fork PRs).
- coin-matrix.yml (coin smoke matrix) -> self-hosted Linux / ubuntu-24.04 fork fallback
- codeql-analysis.yml (Analyze legs) -> self-hosted Linux / ubuntu-24.04 fork fallback
- attribution-gate.yml -> self-hosted Linux / ubuntu-latest fork fallback
- safe-cosmetic-automerge.yml (evaluate) -> self-hosted Linux / ubuntu-24.04 fork fallback
Build-env parity with build.yml on the two building jobs (coin-matrix,
codeql c-cpp manual): clean stale reused build dir on self-hosted
(rm -rf build_<coin> / build_codeql) to avoid stale gtest_discover
exit-8, and skip apt system-deps on self-hosted (preinstalled).
Per-coin source-presence guards (PR #47) untouched. CI plumbing only,
no consensus/coin-tree changes.1 parent 95b3276 commit 35fe7e7
4 files changed
Lines changed: 14 additions & 6 deletions
File tree
- .github/workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
74 | 78 | | |
75 | 79 | | |
76 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
73 | 77 | | |
74 | 78 | | |
75 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments