Skip to content
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

Add maximize-build-space step #286

Merged
merged 9 commits into from
Aug 17, 2023
Merged

Add maximize-build-space step #286

merged 9 commits into from
Aug 17, 2023

Conversation

pjbull
Copy link
Member

@pjbull pjbull commented Aug 13, 2023

Adds the maximize-build-space action:
https://github.com/easimon/maximize-build-space

This removes extra software on the runner and re-allocates space to the runners working directory.

root-reserve-mb - Saves space on the root of the file system rather than allocating it all to the local running directory (e.g., anything saved to temp dirs). Needed to balance the pip installs and weight downloads, which go to temp dirs.

More software can be removed if necessary, it just makes each run take longer. See this table for which packages can be removed and how much space you get:
https://github.com/easimon/maximize-build-space/blob/test-report/README.md

@netlify
Copy link

netlify bot commented Aug 13, 2023

Deploy Preview for silly-keller-664934 ready!

Name Link
🔨 Latest commit 6e92b89
🔍 Latest deploy log https://app.netlify.com/sites/silly-keller-664934/deploys/64ddab08cecee00008edf4cb
😎 Deploy Preview https://deploy-preview-286--silly-keller-664934.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 13, 2023

@codecov
Copy link

codecov bot commented Aug 13, 2023

Codecov Report

Merging #286 (6e92b89) into master (442faaf) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@          Coverage Diff           @@
##           master    #286   +/-   ##
======================================
  Coverage    87.6%   87.6%           
======================================
  Files          26      26           
  Lines        2178    2178           
======================================
  Hits         1908    1908           
  Misses        270     270           

@pjbull pjbull merged commit a21710b into master Aug 17, 2023
14 checks passed
@pjbull pjbull deleted the more-build-space branch August 17, 2023 06:23
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.

1 participant