[Qa-jenkins-scm] [jenkins.debian.net] 03/04: chroot-installs: use naginator plugin to retry failed job runs

Holger Levsen holger at layer-acht.org
Sat Aug 5 16:26:28 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 9f66ef0e2e118a89a069fb774bc261a400014238
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Aug 5 12:18:19 2017 -0400

    chroot-installs: use naginator plugin to retry failed job runs
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 job-cfg/chroot-installation.yaml.py | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py
index 73a83db..5cc46a2 100755
--- a/job-cfg/chroot-installation.yaml.py
+++ b/job-cfg/chroot-installation.yaml.py
@@ -265,7 +265,11 @@ data.append(
                                                                'recipients': '{my_recipients}',
                                                                'subject': '$BUILD_STATUS: $JOB_NAME/$BUILD_NUMBER'}},
                                           {   'logparser': {   'parse-rules': '/srv/jenkins/logparse/chroot-installation.rules',
-                                                               'unstable-on-warning': True,}}],
+                                                               'unstable-on-warning': True,}},
+                                          {   'naginator': {   'progressive-delay-increment': 5,
+                                                               'progressive-delay-maximum': 15,
+                                                               'max-failed-builds': 3,
+                                                               'regular-expression': '^E:     Couldn.t     download     .*/Packages'}}],
                         'triggers': [{   'timed': '{my_time}'}],
                         'wrappers': [{   'timeout': {   'timeout': 360}}]}})
 data.append(

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list