Fix CI disk exhaustion: docker system prune at job start #37

Merged
will.anderson merged 1 commits from fix/stage-source-check into dev 2026-05-10 01:55:44 +00:00
Owner

Root cause of all stage failures: CI runner runs out of disk from accumulated Docker layers across runs. elc hangs writing to dist/js/enterprise.js when disk is full. Docker builds fail with 'No space left on device'. Fix: prune Docker at the start of each job (stage and dev) before pulling new images.

Root cause of all stage failures: CI runner runs out of disk from accumulated Docker layers across runs. elc hangs writing to dist/js/enterprise.js when disk is full. Docker builds fail with 'No space left on device'. Fix: prune Docker at the start of each job (stage and dev) before pulling new images.
will.anderson added 1 commit 2026-05-10 01:55:35 +00:00
Add docker system prune at job start to prevent disk exhaustion
Dev — Build & local smoke test / build-smoke (pull_request) Failing after 17m6s
cee0328db5
will.anderson merged commit 38c92e5fc7 into dev 2026-05-10 01:55:44 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: neuron-technologies/neuron-web#37