commit | 71d98174067951bd2dbe24b57747159e24a0a42f | [log] [tgz] |
---|---|---|
author | Paul Belanger <pabelanger@redhat.com> | Tue Nov 08 10:56:31 2016 -0500 |
committer | Paul Belanger <pabelanger@redhat.com> | Fri Nov 11 18:25:28 2016 -0500 |
tree | 510239ad25114fea833929ac839c756780ab5113 | |
parent | 38ce39fe5808810a5b3ea6fb4ce0d951757977f1 [diff] |
Add attempts logic for jobs Today, if a job is aborted, zuul will launch said job until success / failure. If the job continues to abort, it will loop forever. As a result, we now added the ability to limit this. By default we'll try to relaunch an aborted job a total of 3 times, before RETRY_LIMIT is returned as the result. Change-Id: Ie26fdc29c07430ebfb3df8be8ac1786d63d7e0fe Signed-off-by: Paul Belanger <pabelanger@redhat.com>