[Qa-jenkins-scm] [jenkins.debian.net] 01/01: edu-packages tests: also retry when '^ERROR: Error cloning remote repo' is hit (but only retry 3 times, not 5)
Holger Levsen
holger at layer-acht.org
Sun Oct 1 11:07:50 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 abaf2352cc2ed39187b96033a33d739ac8dff6f6
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Oct 1 13:07:41 2017 +0200
edu-packages tests: also retry when '^ERROR: Error cloning remote repo' is hit (but only retry 3 times, not 5)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
job-cfg/edu-packages.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/job-cfg/edu-packages.yaml b/job-cfg/edu-packages.yaml
index f9e913c..a58a556 100644
--- a/job-cfg/edu-packages.yaml
+++ b/job-cfg/edu-packages.yaml
@@ -36,8 +36,8 @@
- naginator:
progressive-delay-increment: 5
progressive-delay-maximum: 15
- max-failed-builds: 5
- regular-expression: 'Caused by: hudson.plugins.git.GitException: Command "git fetch'
+ max-failed-builds: 3
+ regular-expression: '(Caused by: hudson.plugins.git.GitException: Command "git fetch|^ERROR: Error cloning remote repo)'
- job-template:
--
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