From f6a7fe41cbcb0cd1d7f1412a355abb20243c0e6c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 17 Oct 2017 12:46:56 +0200 Subject: chroot-installs: retry on another download failure Signed-off-by: Holger Levsen --- job-cfg/chroot-installation.yaml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'job-cfg') 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( -- cgit v1.2.3-54-g00ecf