-
Notifications
You must be signed in to change notification settings - Fork 584
CI: free disk in package_c workflow #5081
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
Conversation
Fix "No space left on device"
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.
Pull request overview
This PR adds a disk space cleanup step to the package_c workflow to resolve "No space left on device" errors encountered during CI builds.
- Added a disk cleanup step using
insightsengineering/disk-space-reclaimer@v1action before the checkout step - Configured comprehensive cleanup options including tools cache, Android SDK, .NET, Haskell, large packages, swap storage, and Docker images
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
📝 WalkthroughWalkthroughAdded a disk space reclamation step to the GitHub Actions build_c workflow using the insightsengineering/disk-space-reclaimer action configured to clean tools cache, Android, dotnet, haskell, large packages, swap storage, and Docker images. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (12)
🔇 Additional comments (1)
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 @@
## devel #5081 +/- ##
==========================================
- Coverage 84.28% 84.28% -0.01%
==========================================
Files 709 709
Lines 70561 70562 +1
Branches 3618 3618
==========================================
- Hits 59472 59470 -2
- Misses 9923 9924 +1
- Partials 1166 1168 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Fix "No space left on device" <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Enhanced build process optimization for improved workflow performance. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Fix "No space left on device"
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.