Commit 80ba461
Expand flaky-retry to cover release workflows
- 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.1 parent bc031fa commit 80ba461
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
0 commit comments