chore: Reclaim disk space in GitHub runners#1004
Conversation
Signed-off-by: jannfis <jann@mistrust.net>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe ChangesCI E2E Disk Cleanup
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1004 +/- ##
==========================================
+ Coverage 48.04% 48.07% +0.03%
==========================================
Files 123 125 +2
Lines 18599 18701 +102
==========================================
+ Hits 8935 8990 +55
- Misses 8851 8896 +45
- Partials 813 815 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
What does this PR do / why we need it:
We're running into some disk space issues with race condition builds enabled (see https://github.com/argoproj-labs/argocd-agent/actions/runs/27678558719/job/81859858614?pr=793 from #793)
This change removes some unused space hogs from the disk of the GitHub action's runner machines. This is brute-force (removing the directories instead of using apt to uninstall the packages), but it should be fine in our case.
Before this change:
After this change:
Which issue(s) this PR fixes:
Fixes #?
How to test changes / Special notes to the reviewer:
Checklist
Summary by CodeRabbit