Commit 39a0f5e
authored
chore: Set 10m timeout and retries for a GitLab job (#945)
## Problem
The `bottlecap` GitLab job usually takes < 10 minutes, but it sometimes
gets stuck and times out at 1 hour. This failure signal causes confusion
in PRs and blocks PR merge. As a result, engineers often need to rerun
this job.
## This PR
For this job, add:
1. timeout of 10 minutes
2. a retry in case of `stuck_or_timeout_failure` or
`runner_system_failure`
## Testing
Will merge and see if these errors become less frequent.1 parent 5f2e83a commit 39a0f5e
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
54 | 62 | | |
55 | 63 | | |
56 | 64 | | |
| |||
0 commit comments