-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Free disk space on GHA worker nodes #19327
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shellcheck would complain about missing quotes, but it's good enough and we can improve later.
7b9e31a
to
f1141ed
Compare
f1141ed
to
0ec2d6c
Compare
8008830
to
fb58781
Compare
Node after cleanup has now over 50 GB of free space :) |
fb58781
to
9d14e75
Compare
698504f
to
b8636b7
Compare
40 GB reclaimed :) |
This is now enabled per job basis using |
b8636b7
to
024f8ba
Compare
This job is fetching various docker images and can easily go out of available disk space
024f8ba
to
0fe97f8
Compare
@@ -438,6 +438,7 @@ jobs: | |||
- uses: ./.github/actions/setup | |||
with: | |||
cache: restore | |||
cleanup-node: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this the equivalent of docker system prune
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it does more things, see .github/bin/free-disk-space.sh
for the impl.
No description provided.