Add bounded retries for dev-base publish probes #599

Merged
coilyco-ops merged 1 commit from issue-596 into main 2026-07-15 13:45:36 +00:00
Member

Add bounded retries around the narrow dev-base publish registry checks and source-image waits. The build step itself still fails immediately on deterministic Docker errors, so this only masks transient registry noise and makes the retry behavior visible in logs and step summaries.

  • Retries manifest and cache probes with bounded backoff.
  • Bounds the source-image wait instead of looping forever.
  • Keeps the publish summary and tests aligned with the new behavior.
  • Validation: ward exec test -- tests/test_dev_base_image.py; ward exec pre-commit-all.

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

Add bounded retries around the narrow dev-base publish registry checks and source-image waits. The build step itself still fails immediately on deterministic Docker errors, so this only masks transient registry noise and makes the retry behavior visible in logs and step summaries. - Retries manifest and cache probes with bounded backoff. - Bounds the source-image wait instead of looping forever. - Keeps the publish summary and tests aligned with the new behavior. - Validation: ward exec test -- tests/test_dev_base_image.py; ward exec pre-commit-all. closes #596 ward.workflow: pull-request-and-merge
fix: add bounded retries for dev-base publish probes
All checks were successful
ci / ward-doctor (pull_request) Successful in 3m13s
ci / gate (pull_request) Successful in 3m32s
a52b792478
coilyco-ops deleted branch issue-596 2026-07-15 13:45:36 +00:00
Sign in to join this conversation.
No description provided.