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

Free more disk space for workflows on Github #1576

Closed
empiredan opened this issue Aug 1, 2023 · 0 comments
Closed

Free more disk space for workflows on Github #1576

empiredan opened this issue Aug 1, 2023 · 0 comments

Comments

@empiredan
Copy link
Contributor

empiredan commented Aug 1, 2023

We've reduce the usage of disk space for workflows on Github, it's not enough:

However, as more and more workflows on Github have failed for the reason "No space left on device", we have to free more disk space to get them to work normally again:
image

We could reference what we've done for branch migrate-metrics-dev: #1537

Also, some tests failed due to SPACE_INSUFFICIENT:
image

empiredan added a commit that referenced this issue Aug 8, 2023
#1576

Free more disk space for github workflows in the following ways:

- remove unnecessary packages and directories with reduced disk space up
   to 11GB;
- support updating options such as `disk_min_available_space_ratio` by env
   `TEST_OPTS` for some tests;
- reduce `disk_min_available_space_ratio` from 10 to 5 for some failed tests
   due to `SPACE_INSUFFICIENT`.
acelyc111 pushed a commit that referenced this issue Aug 11, 2023
…b workflows (#1581)

#1576

In the workflow that builds pegasus with jemalloc, more space could be
freed after packaging is tested.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants