Skip to content

Expand flaky-retry to cover release workflows#304

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

Expand flaky-retry to cover release workflows#304
dwoz merged 1 commit into
mainfrom
retry-fips

Conversation

@dwoz

@dwoz dwoz commented Jun 11, 2026

Copy link
Copy Markdown
Contributor
  • Eligibility regex now matches Python Native Builds, Verify Builds, and Test Fips Mode (the FIPS jobs share the same flakiness profile).
  • workflow_run trigger now listens to all three entry points that invoke ci.yml: "Pull Request or Push", "Auto-Release", and "Build and Release". A flaky release run is at least as worth retrying as a flaky PR run.
  • Gate raised to run_attempt <= 2 so a single run can be retried up to twice (attempts 2 and 3) before giving up.

- Eligibility regex now matches Python Native Builds, Verify Builds,
  and Test Fips Mode (the FIPS jobs share the same flakiness profile).
- workflow_run trigger now listens to all three entry points that
  invoke ci.yml: "Pull Request or Push", "Auto-Release", and
  "Build and Release".  A flaky release run is at least as worth
  retrying as a flaky PR run.
- Gate raised to run_attempt <= 2 so a single run can be retried up
  to twice (attempts 2 and 3) before giving up.
@dwoz dwoz merged commit 80ba461 into main Jun 11, 2026
1 of 2 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