Commit ea258d1
committed
ci: fix retry config — exit_codes is OR not a filter on script_failure
Remove script_failure from the global when: list. Having both
script_failure and exit_codes: [75] retries on any script failure OR
exit code 75 — not exit code 75 only as intended.
exit_codes: [75] alone correctly retries only jobs that exit with
code 75 (the EX_TEMPFAIL sentinel from wait-for-service-ready.sh),
leaving all other script failures (exit 1, real test failures)
unretried.1 parent ebb68ce commit ea258d1
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | 114 | | |
116 | | - | |
| 115 | + | |
117 | 116 | | |
118 | 117 | | |
119 | 118 | | |
| |||
0 commit comments