summaryrefslogtreecommitdiffstats
path: root/job-cfg/debsums-tests.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'job-cfg/debsums-tests.yaml')
-rw-r--r--job-cfg/debsums-tests.yaml19
1 files changed, 19 insertions, 0 deletions
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
@@ -46,6 +46,20 @@
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'
- trigger:
project: '{my_trigger}'
- naginator:
@@ -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'