ci: retry transient release workflow reads#102896
Merged
Merged
Conversation
Contributor
Author
|
Land-ready proof for exact head
All five dispatch POSTs remain one-shot. Only read-only GitHub calls retry transient failures, ambiguous transport/server failures use exact-child adoption, and deterministic dispatch errors fail immediately. |
Contributor
Author
|
Merged via squash.
|
github-actions Bot
pushed a commit
to Desicool/openclaw
that referenced
this pull request
Jul 10, 2026
steipete
added a commit
that referenced
this pull request
Jul 10, 2026
Backports the release pipeline speedups from main (ace2407 and ancestors) so the 2026.7.1 train benefits immediately: - metadata-only evidence reuse with input/harness/child-run matching - Docker runtime-assets preflight runs in parallel with lanes - release/* umbrella runs supersede in-progress duplicates - beta profile treats live-provider suites as advisory Syncing the umbrella workflow also picks up the main-only dispatch idempotency and transient-read retries (#102858, #102896).
wheakerd
pushed a commit
to wheakerd/clawdbot
that referenced
this pull request
Jul 15, 2026
(cherry picked from commit aca96d2)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What Problem This Solves
Full Release Validation now dispatches child workflows exactly once and can adopt an accepted child after an ambiguous POST failure. Its subsequent read-only GitHub API calls still failed immediately on transient HTTP 5xx and network errors, and deterministic dispatch failures could spend five minutes polling for a child that was never accepted.
Why This Change Was Made
This patch gives all six read-only retry helpers one shared transient server/network classifier. The five workflow dispatch POSTs remain raw one-shot calls: ambiguous HTTP 5xx/network failures enter exact-title adoption polling, while deterministic failures such as 400/401/403/404/422/429 and CLI usage errors fail immediately.
The classifier includes bare transport
EOF, whichghcan emit when the server accepted a POST but the response connection closed.User Impact
Release validation is less likely to fail from temporary GitHub read errors, never blindly retries a mutating child dispatch, and fails faster for invalid dispatch requests. Product runtime behavior is unchanged.
Evidence
tbx_01kx3kpfkbsxac7akmdhw4zmgk: 92 focused workflow tests passed.node scripts/check-workflows.mjs: actionlint, zizmor, and workflow guards passed.pnpm check:changed: tooling lane passed with zero lint warnings/errors.pnpm format:checkandgit diff --check: passed.11dda0e5fd3ca670f4fdbd9eaf295162b8f81c59.Refs #102858.