diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-10-17 12:46:56 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-10-17 12:46:56 +0200 |
commit | f6a7fe41cbcb0cd1d7f1412a355abb20243c0e6c (patch) | |
tree | 0331c48cbce3a3cb9217345f4275bc4d326c6cc1 /job-cfg | |
parent | b912ce713a4b7421f43b53d13c450c5efae4db85 (diff) | |
download | jenkins.debian.net-f6a7fe41cbcb0cd1d7f1412a355abb20243c0e6c.tar.xz |
chroot-installs: retry on another download failure
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-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 ee711e8c..eaafdddf 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( |