[Qa-jenkins-scm] [jenkins.debian.net] 01/01: add debsums job for buster

Holger Levsen holger at layer-acht.org
Wed Sep 6 15:50:00 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit a167b1c1bfbb7cfc1b4abc0edb57376db36a5c1d
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Sep 6 17:49:56 2017 +0200

    add debsums job for buster
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 job-cfg/debsums-tests.yaml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/job-cfg/debsums-tests.yaml b/job-cfg/debsums-tests.yaml
index 19f869c..05c63ae 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 at lists.alioth.debian.org pkg-perl-maintainers at 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 at lists.alioth.debian.org pkg-perl-maintainers at 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'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list