enhance: prevent CI root disk exhaustion - #18
Closed
sunby wants to merge 1 commit into
Closed
Conversation
Signed-off-by: sunby <sunbingyi1992@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The build-space action left the runner root filesystem with only 100 MB free while allocating 100 GB to the workspace. Docker then failed to unpack the builder image with
no space left on device, before any source compilation ran.Replace the LVM allocation step in the build/test and code-check workflows with removal of unused preinstalled toolchains. Freed space remains available to Docker and the workspace. Restrict cleanup to GitHub-hosted runners using
runner.environment.Follow-up to #16. Failure log: https://github.com/sunby/milvus/actions/runs/34182547362/job/101924377699
Validation:
git diff --checkandrun_clang_format.shpassed. Unrelated formatter changes were discarded.make lint-fixran and stopped at the existing local native-header mismatch inC.Analyze(four arguments versus three). No Go or C++ source is changed by this PR.