[Qa-jenkins-scm] [jenkins.debian.net] 04/07: reproducible: DRY naginator settings

Holger Levsen holger at layer-acht.org
Thu May 18 00:06:58 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 7e758816131bc1f70b730d9017ab7c4ed604edf5
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Wed May 17 10:30:28 2017 +0200

    reproducible: DRY naginator settings
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 job-cfg/reproducible.yaml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 5a8eea6..f5cebf6 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -46,7 +46,7 @@
       - logparser: *logparse
       - email:
           recipients: '{my_recipients}'
-      - naginator:
+      - naginator: &naginator
           progressive-delay-increment: 5
           progressive-delay-maximum: 15
           max-failed-builds: 5
@@ -107,11 +107,7 @@
           fail-on-error: 'true'
       - email:
           recipients: '{my_recipients}'
-      - naginator:
-          progressive-delay-increment: 5
-          progressive-delay-maximum: 15
-          max-failed-builds: 5
-          regular-expression: 'Caused by: hudson.plugins.git.GitException: Command "git fetch'
+      - naginator: *naginator
     scm:
       - git:
           url: '{my_gitrepo}'

-- 
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