Commit a57d20e
authored
ci(codeql): cap Analyze (c-cpp) build+run-queries footprint on self-hosted 905 (#611)
CodeQL was auto-sizing run-queries to --ram=60466 --threads=32 (nearly the
whole 905 box) and building with -j$(nproc). When it ran concurrently with
an ASan job on the shared self-hosted runner both jobs co-OOMed (exit-137 /
conclusion=null kill), leaving Analyze (c-cpp) as the lone red on DASH PRs
while every other toolchain compiled the identical code green.
Cap self-hosted only: build -j8, analyze threads=12 ram=20000MB, leaving
headroom for a concurrent ASan job. github-hosted (fork) runs keep auto
defaults (threads/ram=0, -j$(nproc)).
Co-authored-by: frstrtr <frstrtr@users.noreply.github.com>1 parent 4b23f9d commit a57d20e
1 file changed
Lines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
99 | 107 | | |
100 | 108 | | |
101 | 109 | | |
102 | 110 | | |
103 | 111 | | |
104 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
0 commit comments