From a167b1c1bfbb7cfc1b4abc0edb57376db36a5c1d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 6 Sep 2017 17:49:56 +0200 Subject: add debsums job for buster Signed-off-by: Holger Levsen --- job-cfg/debsums-tests.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'job-cfg') diff --git a/job-cfg/debsums-tests.yaml b/job-cfg/debsums-tests.yaml index 19f869ca..05c63aec 100644 --- a/job-cfg/debsums-tests.yaml +++ b/job-cfg/debsums-tests.yaml @@ -43,6 +43,20 @@ - job-template: defaults: debsums-tests name: '{name}_stretch' + 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' + - trigger: + project: '{my_trigger}' + +- job-template: + defaults: debsums-tests + name: '{name}_buster' publishers: - email: recipients: 'jenkins+debian-qa qa-jenkins-scm@lists.alioth.debian.org pkg-perl-maintainers@lists.alioth.debian.org' @@ -78,6 +92,11 @@ my_distro: 'sid' my_shell: 'timeout 5m prove -v' my_description: 'Debian/Debsums testsuite running on sid.' + my_trigger: 'debsums-tests_buster' + - '{name}_buster': + my_distro: 'buster' + my_shell: 'timeout 5m prove -v' + my_description: 'Debian/Debsums testsuite running on buster.' my_trigger: 'debsums-tests_stretch' - '{name}_stretch': my_distro: 'stretch' -- cgit v1.2.3-54-g00ecf