The GitHub Actions job "Flink CI (beta)" on flink.git/master has failed.
Run started by GitHub user MartijnVisser (triggered by MartijnVisser).

Head commit for run:
c46e3aef83672d51d00d1706dbf6d90dc66fe602 / Martijn Visser 
<[email protected]>
[FLINK-39884][ci] Free up additional disk space for CI runs

The existing free_disk_space.sh frees ~28GB, but several large toolchains
shipped with the Azure Ubuntu runner image are left in place. Remove the
ones that are unused by a Flink Java/e2e build to give CI more headroom and
reduce disk-pressure flakiness:

- Hosted tool caches: CodeQL, go, node, Ruby and PyPy. The Python tool cache
  is intentionally kept, because the e2e job's UsePythonVersion task runs
  after this script and relies on it.
- Other language/SDK directories: swift, miniconda, microsoft (Edge) and ghc.
- Preloaded Docker base images, via "docker image prune". Flink restores its
  cached testcontainers images later in the pipeline, so this does not evict
  anything the build needs.

Generated-by: Claude Code (Opus 4.8)

Report URL: https://github.com/apache/flink/actions/runs/27129107564

With regards,
GitHub Actions via GitBox

Reply via email to