You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
#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`.
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:
We could reference what we've done for branch migrate-metrics-dev: #1537
Also, some tests failed due to SPACE_INSUFFICIENT:
The text was updated successfully, but these errors were encountered: