From b6948375466b3bdeac9c01eabb284e88d65a8837 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 2 Dec 2016 12:55:25 +0100 Subject: use Naginator plugin to retry git cloning in case of alioth/network failures - done for all jobs using git checkouts except those in job-cfg/d-i.yaml Signed-off-by: Holger Levsen --- job-cfg/debsums-tests.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'job-cfg/debsums-tests.yaml') diff --git a/job-cfg/debsums-tests.yaml b/job-cfg/debsums-tests.yaml index 2265c34d..b56290a7 100644 --- a/job-cfg/debsums-tests.yaml +++ b/job-cfg/debsums-tests.yaml @@ -34,6 +34,11 @@ publishers: - email: recipients: 'jenkins+debian-qa qa-jenkins-scm@lists.alioth.debian.org pkg-perl-maintainers@lists.alioth.debian.org' + - naginator: + progressive-delay-increment: 5 + progressive-delay-maximum: 15 + max-failed-builds: 5 + regular-expression: 'Caused by: hudson.plugins.git.GitException: Command "git fetch' - job-template: defaults: debsums-tests @@ -43,6 +48,11 @@ recipients: 'jenkins+debian-qa qa-jenkins-scm@lists.alioth.debian.org pkg-perl-maintainers@lists.alioth.debian.org' - trigger: project: '{my_trigger}' + - naginator: + progressive-delay-increment: 5 + progressive-delay-maximum: 15 + max-failed-builds: 5 + regular-expression: 'Caused by: hudson.plugins.git.GitException: Command "git fetch' - job-template: defaults: debsums-tests @@ -55,6 +65,11 @@ recipients: 'jenkins+debian-qa qa-jenkins-scm@lists.alioth.debian.org pkg-perl-maintainers@lists.alioth.debian.org' - trigger: project: '{my_trigger}' + - naginator: + progressive-delay-increment: 5 + progressive-delay-maximum: 15 + max-failed-builds: 5 + regular-expression: 'Caused by: hudson.plugins.git.GitException: Command "git fetch' - project: name: debsums-tests -- cgit v1.2.3-54-g00ecf