ci: runner /tmp disk pressure breaks Tests/test (uv cache) #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent: molecule-ai/internal#198 §3
Severity: MEDIUM (blocks
Tests / testandTests / e2e, makes the dashboard look red)Owner: @infra-sre
Symptom
Tests / testfailing on multiple recent runs (#93, #94 on 2026-05-08) with:/tmpon the act_runner host fills beforesetup-uvfinishes hydrating the wheel cache.Root cause class
Same family as the 2026-05-08 operator-host disk-GC incident (
feedback_disk_gc_must_reach_containerd): a cache layer is writing to a path that nobody is GC'ing.Fix shape
UV_CACHE_DIR=/srv/cache/uvon each runner (larger volume, lives outside/tmpso it survives reboots and isn't on the runner-rootfs)/srv/cache/uvto the daily disk-GC sweep with a 7-day mtime thresholdUV_CACHE_MAX_SIZE=10GBif uv supports it; otherwise add a cron-based pruneTests / testrun after the changeOut of scope
The
Build Skills Index / *jobs being skipped is intentional — they're gated togithub.repository == 'NousResearch/hermes-agent'(upstream-only). Do not "fix" by removing the gate.