Skip to content

testing#107

Closed
diraol wants to merge 2 commits into
mainfrom
dro/test
Closed

testing#107
diraol wants to merge 2 commits into
mainfrom
dro/test

Conversation

@diraol
Copy link
Copy Markdown
Contributor

@diraol diraol commented Nov 16, 2025

No description provided.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant