Skip to content

Retry CI once when a flaky build/verify job fails#302

Merged
dwoz merged 1 commit into
mainfrom
retry-flaky-verify
Jun 11, 2026
Merged

Retry CI once when a flaky build/verify job fails#302
dwoz merged 1 commit into
mainfrom
retry-flaky-verify

Conversation

@dwoz

@dwoz dwoz commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Native build jobs (Python Native Builds, including the upstream-source Download step) and Verify Build tests both occasionally fail for transient reasons. When that's the only thing standing between an otherwise-green CI run and a release, re-run the failed jobs once before giving up.

workflow_run-triggered, gated on run_attempt == 1 so a flaky retry can't loop, and using the same App token pattern as auto-merge.yml.

Native build jobs (Python Native Builds, including the upstream-source
Download step) and Verify Build tests both occasionally fail for
transient reasons.  When that's the only thing standing between an
otherwise-green CI run and a release, re-run the failed jobs once
before giving up.

workflow_run-triggered, gated on run_attempt == 1 so a flaky retry
can't loop, and using the same App token pattern as auto-merge.yml.
@dwoz
dwoz merged commit 216b1e1 into main Jun 11, 2026
39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant