mirror of
https://github.com/samba-team/samba.git
synced 2025-03-20 22:50:26 +03:00
gitlab-ci: Do not retry for job_execution_timeout
If we timeout, we should just stop at 2 hours, not waste 6 hours (3 x 2 hours). This is for when the job runs long for any reason, currently the reasons for a timeout are not transient, we need to either change the timeout or fix the system. Likewise if the tests get into a loop or deadlock we want to see that as a failure. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14863 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> (cherry picked from commit 1cdf8493b5a43a084b5004e5c2667b9dd9e31d91)
This commit is contained in:
parent
2cf612f809
commit
64f81e2e58
@ -148,7 +148,6 @@ include:
|
||||
- api_failure
|
||||
- runner_unsupported
|
||||
- stale_schedule
|
||||
- job_execution_timeout
|
||||
- archived_failure
|
||||
- scheduler_failure
|
||||
- data_integrity_failure
|
||||
|
Loading…
x
Reference in New Issue
Block a user