diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-10-01 13:02:47 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-10-01 13:02:47 +0200 |
commit | 9920c6ed1df3baf433f1764553885180ec956c7b (patch) | |
tree | 074ede2733154756b828c28a0032df2abb498d14 | |
parent | 995fc3bb67663dd19b5bbbe2155b717b222d3ca4 (diff) | |
download | jenkins.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>
-rwxr-xr-x | job-cfg/chroot-installation.yaml.py | 2 |
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( |