Commit 9329923
committed
ci: add script_failure to retry_on_infra_failure and revert kafka test artifact
exit_codes: [75] in GitLab CI only filters retries when paired with
when: script_failure. Without it, only runner/infra-level failures
are retried, so a job exiting 75 from script was silently not retried.
- Add script_failure to retry_on_infra_failure() so exit_codes: [75]
actually restricts retries to exit 75 (not all script failures)
- Revert kafka "exit 75" test artifact in wait-for-service-ready.sh
back to return 0 (was temporarily added to confirm exit code behavior)1 parent 0380ad1 commit 9329923
3 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
621 | | - | |
| 621 | + | |
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | | - | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
0 commit comments