Commit 8a4d9ee
authored
clean up some disk space in the Linux CI runners (#3913)
The Linux amd64 runner is on/over the edge of disk space:
Sometimes it fails with no more disk space, sometimes it successfully
runs, but just barely: with less than 1 GB of available space.
Some numbers, before:
The amd64 runner starts with 57 out of 73 GB space used. Before any
tests are run, 69 GB are used. After the tests there is
72+ GB used.
This PR cleans up 24 GB of space.
On the arm64 runner, the initial situation is much better: only 33 out
of 73 GB is used. After the tests, 48 GB are used.
Not really needed, but this PR cleans up 9 GB of space there.1 parent 4eacf7d commit 8a4d9ee
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
66 | 75 | | |
67 | 76 | | |
68 | 77 | | |
| |||
0 commit comments