Files
Jon Chery 075d8bbc5f
Release / ci (push) Failing after 7m36s
Release / container-orca (push) Has been skipped
Release / container-traefik (push) Has been skipped
fix(P1): free disk space before Install CoreCI — runner disk full
The runner's disk is completely full from previous failed runs (Go
module cache ~500MB per run for coreci). Error:
  no space left on device
  write /root/go/pkg/mod/cache/download/...: no space left on device

Fix: add a 'Free disk space' step that removes /root/go/pkg/mod,
/root/.cache/go-build, and /tmp/coreci from previous runs before
installing CoreCI.

---ci---
project: orca
phase: 1
milestone: v0.16
status: execute
---/ci---
2026-08-12 22:44:12 +00:00
..