[Qa-jenkins-scm] [jenkins.debian.net] 01/01: chroot-installs: retry on another download failure
Holger Levsen
holger at layer-acht.org
Tue Oct 17 10:47:17 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 f6a7fe41cbcb0cd1d7f1412a355abb20243c0e6c
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Oct 17 12:46:56 2017 +0200
chroot-installs: retry on another download failure
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
job-cfg/chroot-installation.yaml.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py
index ee711e8..eaafddd 100755
--- a/job-cfg/chroot-installation.yaml.py
+++ b/job-cfg/chroot-installation.yaml.py
@@ -278,7 +278,7 @@ data.append(
{ 'naginator': { 'progressive-delay-increment': 5,
'progressive-delay-maximum': 15,
'max-failed-builds': 3,
- 'regular-expression': '^E: (Couldn.t download .*/Packages|Unable to fetch some archives|Failed getting release file)'}}],
+ 'regular-expression': '^E: (Couldn.t download .*/Packages|Unable to fetch some archives|Failed getting release file|Failed getting release signature file)'}}],
'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