Skip to content

Commit 276d714

Browse files
committed
Cleanup additional space and stop removing swap
There are 30GB+ of files in tools that we don't need or use for building submariner, we mostly work inside of docker. Those files are removed now. Swap isn't disabled anymore, now GitHub uses a separate disk for swap /dev/sdb instead of the main disk. Signed-off-by: Miguel Angel Ajo <majopela@redhat.com>
1 parent 6b71d43 commit 276d714

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
4141
- name: Reclaim free space
4242
run: |
43-
sudo swapoff -a
44-
sudo rm -f /swapfile
43+
# cleanup 30GB+ of tools we don't need for our CI
44+
rm -rf /opt/ghc /usr/share/dotnet /usr/share/swift
4545
df -h
4646
free -h
4747

0 commit comments

Comments
 (0)