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

ENH: Add action to maximize build disk space #69

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Conversation

meoflynn
Copy link
Contributor

The GitHub runners were running out of space for building images as part of our GitHub workflows. This was causing issues as the GPU images are fairly big.
This PR adds a workflow action to maximize build space and also restarts docker (following https://github.com/marketplace/actions/maximize-build-disk-space#usage)

Some images require more space to build. This action should maximize the
space. Also restarts the docker service after freeing up space
@meoflynn meoflynn added the enhancement New feature or request label Nov 14, 2024
Copy link
Collaborator

@DavidFair DavidFair left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failure unrelated

Copy link
Contributor

@Neonbluestoplight Neonbluestoplight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks good to me

@meoflynn meoflynn merged commit b5ec59e into master Nov 14, 2024
18 of 20 checks passed
@meoflynn meoflynn deleted the workflow-space branch November 14, 2024 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants