gitlab-ci: Do not retry for job_execution_timeout
authorAndrew Bartlett <abartlet@samba.org>
Thu, 14 Oct 2021 07:24:49 +0000 (20:24 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 15 Oct 2021 09:09:36 +0000 (09:09 +0000)
commit1cdf8493b5a43a084b5004e5c2667b9dd9e31d91
tree96485c12921523a89f205d982859195ce22d95a7
parent1d3e118f6f2274a67cdb8141dc8dade0c571c8f5
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>
.gitlab-ci-main.yml