[Qa-jenkins-scm] [jenkins.debian.net] 01/01: packages-tests: welcome buster!

Mattia Rizzolo mattia at debian.org
Sun Jun 18 08:40:26 UTC 2017


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

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

commit ae7cf9cf7a7700b1528cdd1e06e159f2a4e7a70a
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sun Jun 18 10:38:43 2017 +0200

    packages-tests: welcome buster!
    
    * introduce buster in the default flow sid → buster → stretch → jessie
    * eneble stretch in dak-tests, triggered by jessie
    
    Thanks: Niels Thykier for the initial patch
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 job-cfg/packages-tests.yaml | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/job-cfg/packages-tests.yaml b/job-cfg/packages-tests.yaml
index 255f763..ad59ba0 100644
--- a/job-cfg/packages-tests.yaml
+++ b/job-cfg/packages-tests.yaml
@@ -46,10 +46,12 @@
           regular-expression: 'Caused by: hudson.plugins.git.GitException: Command "git fetch'
     my_default_distro_matrix: &distros_defaults
       - sid: &distro_defaults_sid
-          my_trigger: '{name}_stretch'
+          my_trigger: '{name}_buster'
           my_origin_triggers:
             - pollscm:
                 cron: '* H/2 * * *'
+      - buster: &distro_defaults_buster
+          my_trigger: '{name}_stretch'
       - stretch: &distro_defaults_stretch
           my_trigger: '{name}_jessie'
       - jessie: &distro_defaults_jessie {}
@@ -92,6 +94,7 @@
     my_description: 'Debhelper testsuite'
     my_distro:
       - sid: *distro_defaults_sid
+      - buster: *distro_defaults_buster
       - stretch: *distro_defaults_stretch
       - jessie:
           my_disabled: true
@@ -105,14 +108,17 @@
     my_shell: '--exports-results timeout 1h dpkg-buildpackage -us -uc -tc'
     my_description: 'DAK testsuite'
     my_distro:
-    # DAK tests cannot be run in sid/stretch atm, but still create the jobs
+    # DAK tests cannot be run in sid/buster atm, but still create the jobs
       - sid:
           my_disabled: true
-      - stretch:
+      - buster:
           my_disabled: true
+      - stretch: {}
       - jessie:
           my_origin_triggers:
             - pollscm:
                cron: '* H/2 * * *'
+          my_trigger:
+            - '{name}_stretch'
     jobs:
       - junit

-- 
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