diff options
author | Mattia Rizzolo <mattia@debian.org> | 2017-06-18 10:38:43 +0200 |
---|---|---|
committer | Mattia Rizzolo <mattia@debian.org> | 2017-06-18 10:38:43 +0200 |
commit | ae7cf9cf7a7700b1528cdd1e06e159f2a4e7a70a (patch) | |
tree | 2961d850129da699ee7575c7a5ff623fb0df1b01 | |
parent | 7bf31791a829f75747dd4f7fcee7812b3a4eb49d (diff) | |
download | jenkins.debian.net-ae7cf9cf7a7700b1528cdd1e06e159f2a4e7a70a.tar.xz |
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@debian.org>
-rw-r--r-- | job-cfg/packages-tests.yaml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/job-cfg/packages-tests.yaml b/job-cfg/packages-tests.yaml index 255f7631..ad59ba0d 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 |