From ae7cf9cf7a7700b1528cdd1e06e159f2a4e7a70a Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sun, 18 Jun 2017 10:38:43 +0200 Subject: packages-tests: welcome buster! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- job-cfg/packages-tests.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'job-cfg') 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 -- cgit v1.2.3-54-g00ecf