Commit 0bab3ae
committed
ci: free disk space at the start of each integration test job
Two failures in the previous run (test-traefik full, test-nginx
simple) ended with the runner reporting "No space left on device"
while flushing its diagnostic log. ubuntu-latest starts with ~14 GB
free; downloading the full image artifact (5-8 GB), loading it into
docker (decompressed, larger), pulling kind's node image, then
loading the OCI tar into the kind cluster easily exceeds that budget.
Mirror the cleanup already used by `build-arm64`: drop the runner's
preinstalled dotnet / android SDK / ghc / hostedtoolcache to recover
~30 GB. Same step now runs at the top of test-apptainer, test-nginx,
and test-traefik on both amd64 (ubuntu-latest) and arm64
(ubuntu-24.04-arm) matrix entries — the arm runner is at least as
tight as amd64.1 parent 5185c3e commit 0bab3ae
1 file changed
Lines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
299 | 309 | | |
300 | 310 | | |
301 | 311 | | |
| |||
530 | 540 | | |
531 | 541 | | |
532 | 542 | | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
533 | 553 | | |
534 | 554 | | |
535 | 555 | | |
| |||
629 | 649 | | |
630 | 650 | | |
631 | 651 | | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
632 | 662 | | |
633 | 663 | | |
634 | 664 | | |
| |||
0 commit comments