-
Notifications
You must be signed in to change notification settings - Fork 27
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
🎨 Frees up space on runner for [build] docker images
part of the CI
#6475
🎨 Frees up space on runner for [build] docker images
part of the CI
#6475
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6475 +/- ##
=========================================
+ Coverage 84.5% 97.8% +13.2%
=========================================
Files 10 13 +3
Lines 214 324 +110
Branches 25 0 -25
=========================================
+ Hits 181 317 +136
+ Misses 23 7 -16
+ Partials 10 0 -10
Flags with carried forward coverage won't be shown. Click here to find out more. |
Quality Gate passedIssues Measures |
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.
Let's try but it looks to me a bit Q+D solution
BTW, how did you test the space drop in the build container. Note that I was cleaning the cache...
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.
I agree with @pcrespov. This looks more like a hack than a solution. Also according to the author itself (easimon/maximize-build-space#48).
If you think it is fine, go ahead
…ITISFoundation#6475) Co-authored-by: Andrei Neagu <[email protected]>
What do these changes do?
We are constantly running out of disk space when building the docker images.
To avoid manually clearing the GitHub caches this is a solution that will work.
Removing some unused space for the
[build] docker images
stage will help finishing the builds.NOTE the space gained is based on the assigned runner that's why sometimes the CI goes though. In my two attempts I managed to get 14G extra free space. For more details see explanation here:
Gains
Related issue/s
How to test
Dev-ops checklist