Conversation
CI was failing on main branch with 'No space left on device' errors. The disk cleanup steps are essential for workflows that build Docker images: - build_container_image.yaml: Builds multi-arch data processing images - build_apache_tika.yaml: Builds multi-arch Apache Tika images These workflows need ~10-15GB free space that is released by removing: - .NET SDK (/usr/share/dotnet) - Android SDK (/usr/local/lib/android) - GHC Haskell compiler (/opt/ghc) - CodeQL tools (/opt/hostedtoolcache/CodeQL) - Unused Docker resources (docker system prune) Why PR passes but main fails: - PR: Only lint_and_unit.yaml runs (no image building) - Main: Both lint_and_unit AND build_container_image run (builds images) Note: lint_and_unit.yaml does NOT need disk cleanup since it runs tests on the host without building Docker images.
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.
No description provided.