Skip to content

Reduce disk usage in CI #2664

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

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

TheBlueMatt
Copy link
Collaborator

Recently github appears to have reduced the available free disk space in actions runs, causing CI to fail with out of space errors. Here we simply run cargo clean a few times in CI to reduce our disk usage somewhat.

Recently github appears to have reduced the available free disk
space in actions runs, causing CI to fail with out of space errors.
Here we simply run `cargo clean` a few times in CI to reduce our
disk usage somewhat.
@codecov-commenter
Copy link

codecov-commenter commented Oct 14, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (2c51080) 89.02% compared to head (d186c68) 89.03%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2664      +/-   ##
==========================================
+ Coverage   89.02%   89.03%   +0.01%     
==========================================
  Files         112      112              
  Lines       87229    87229              
  Branches    87229    87229              
==========================================
+ Hits        77654    77665      +11     
+ Misses       7338     7324      -14     
- Partials     2237     2240       +3     

see 11 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@TheBlueMatt
Copy link
Collaborator Author

The remaining failure here I fully do not understand, it seems CI is timing out starting a job?

@TheBlueMatt TheBlueMatt merged commit b1d3aa8 into lightningdevkit:main Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants