Make docker prune non-fatal (concurrent prune race) #38

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

Parallel CI jobs both try to docker system prune -f simultaneously. Docker only allows one prune at a time, returning error. Make it non-fatal so the push build doesn't fail on this.

Parallel CI jobs both try to docker system prune -f simultaneously. Docker only allows one prune at a time, returning error. Make it non-fatal so the push build doesn't fail on this.
will.anderson added 1 commit 2026-05-10 01:57:26 +00:00
Make docker prune non-fatal to handle concurrent prune from parallel CI jobs
Dev — Build & local smoke test / build-smoke (pull_request) Failing after 15m15s
21ecbca2e6
will.anderson merged commit e520ba98ca into dev 2026-05-10 01:57:33 +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#38