From 0e2c2e2cfe9e282fdf836f852e1e6db0e8bc3655 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sat, 20 May 2017 01:14:39 +0200 Subject: packages-tests: write out the dak-tests_jessie job explicitly (actually a noop) going to make change it in the next commit Signed-off-by: Mattia Rizzolo Signed-off-by: Holger Levsen --- job-cfg/packages-tests.yaml | 40 ++++++++++++++++++++++++++++++++++------ 1 file changed, 34 insertions(+), 6 deletions(-) diff --git a/job-cfg/packages-tests.yaml b/job-cfg/packages-tests.yaml index f708a915..ec6f4a49 100644 --- a/job-cfg/packages-tests.yaml +++ b/job-cfg/packages-tests.yaml @@ -4,7 +4,7 @@ disabled: '{obj:my_disabled}' my_trigger: project-type: freestyle - properties: + properties: &properties - sidebar: url: https://jenkins.debian.net/userContent/about.html text: About jenkins.debian.net @@ -18,7 +18,7 @@ text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png description: '{my_description} running on {my_distro}.

Job configuration source is packages-tests.yaml.' - logrotate: + logrotate: &logrotate daysToKeep: 90 numToKeep: 30 artifactDaysToKeep: -1 @@ -110,9 +110,37 @@ my_disabled: true - stretch: my_disabled: true - - jessie: - my_origin_triggers: - - pollscm: - cron: '* H/2 * * *' +# - jessie: +# my_origin_triggers: +# - pollscm: +# cron: '* H/2 * * *' jobs: - '{name}_{my_distro}' + +# FIXME go back to delete the explicit dak-tests_jessie and uncomment above once +# jenkins-job-builder 1.5.0 is available to our jenkins. Also see commits +# 0dc3de19105634060ee99fa60051f860e509dccc 5a7b8562671bec94e2c81a98fff66db2932100fb + +- job: + name: dak-tests_jessie + properties: *properties + logrotate: *logrotate + description: 'DAK testsuite running on jessie.

Job configuration source is packages-tests.yaml.' + scm: + - git: + url: 'https://ftp-master.debian.org/git/dak.git' + branches: + - master + - 'origin/smoke-me/**' + triggers: + - pollscm: + cron: '* H/2 * * *' + builders: + - shell: '/srv/jenkins/bin/chroot-run.sh jessie timeout 1h dpkg-buildpackage -us -uc -tc' + publishers: + - email: + recipients: 'qa-jenkins-scm@lists.alioth.debian.org jenkins+debian-ftp debian-dak@lists.debian.org' + send-to-individuals: true + - trigger: + project: None + - naginator: *naginator -- cgit v1.2.3-54-g00ecf