-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
.github/workflows/docker.yml: Free more disk space #36418
Conversation
With this version, get:
|
9aaa964
to
b16b014
Compare
Now
|
Looks nice. Where can I see "df -h" in action? 19 gb of the last line is part of 40 gb root space. Right? |
No, they are separate |
In "CI Linux Incremental" |
But this is not a new space the action saved... Is it? |
Thanks. The doc seems to say the 19 gb is a logical volume made up of free spaces of 84 gb / space and 14 gb /mnt space. I am puzzled because the 19 gb is not in #36418 (comment). Anyway, it's good to use the action dedicated for this business. |
Thanks! Without my configuration setting |
merge conflict |
Could it be that this PR is the reason for the out-of-space issues such as https://github.com/sagemath/sage/actions/runs/6529558870/job/17727415989? |
No, it can't. I made this PR when I saw the out of space conditions in some workflow runs about a week ago. |
Replacing a step of our
docker.yml
with a well-maintained action with the same purpose.📝 Checklist
⌛ Dependencies