Feature hard docker resource constraints prominently #1441

Merged
coilyco-ops merged 1 commit from issue-1307 into main 2026-07-15 12:58:29 +00:00
Member

This hardens the scratch-space preflight so low Docker disk budgets read like the real problem, not a generic bootstrap failure.

  • What changed: low-budget scratch roots now fail with a warning-marked Docker resource constraint, and the docs/tests assert that wording.
  • Why: the previous message was too easy to miss when a container runs out of writable space.
  • Test/CI: go test ./cmd/ward -run 'TestPrepareScratchSpace|TestSurfaceScratchDir|TestEnsureScratchAlias'

closes #1307
ward.workflow: pull-request-and-merge

This hardens the scratch-space preflight so low Docker disk budgets read like the real problem, not a generic bootstrap failure. - What changed: low-budget scratch roots now fail with a warning-marked Docker resource constraint, and the docs/tests assert that wording. - Why: the previous message was too easy to miss when a container runs out of writable space. - Test/CI: `go test ./cmd/ward -run 'TestPrepareScratchSpace|TestSurfaceScratchDir|TestEnsureScratchAlias'` closes #1307 ward.workflow: pull-request-and-merge
Make scratch budget failures prominent
All checks were successful
test / test (pull_request) Successful in 1m7s
dd0ca00961
Sign in to join this conversation.
No description provided.