Commit 855276a
COMP: Free disk space between build and test in Pixi CI
The ubuntu-22.04 runner runs out of disk space during the Test step
after a ~2 hour build. The runner has 146GB total and the build tree
plus build artifacts can exceed available space, causing the runner
to be killed mid-test with no error message.
Move the .o/.a cleanup to a dedicated step and add additional cleanup:
- Remove InsightData tarball (~200MB, already extracted)
- Remove extracted source tarball directory
- Flush ccache temp files
- Report disk usage after cleanup for diagnostics
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b94cca5 commit 855276a
1 file changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
138 | 143 | | |
139 | 144 | | |
140 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
141 | 152 | | |
142 | 153 | | |
143 | 154 | | |
| |||
0 commit comments