summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-10-01 13:02:47 +0200
committerHolger Levsen <holger@layer-acht.org>2017-10-01 13:02:47 +0200
commit9920c6ed1df3baf433f1764553885180ec956c7b (patch)
tree074ede2733154756b828c28a0032df2abb498d14 /job-cfg
parent995fc3bb67663dd19b5bbbe2155b717b222d3ca4 (diff)
downloadjenkins.debian.net-9920c6ed1df3baf433f1764553885180ec956c7b.tar.xz
chroot-installs: also retry when 'E: Unable to fetch some archives' is hit
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rwxr-xr-xjob-cfg/chroot-installation.yaml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py
index 5aa06aec..1071e6a0 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'}}],
+ 'regular-expression': '^E: (Couldn.t download .*/Packages|Unable to fetch some archives)'}}],
'triggers': [{ 'timed': '{my_time}'}],
'wrappers': [{ 'timeout': { 'timeout': 360}}]}})
data.append(