From 980dae97a41104701defb2021d69cfe361727339 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 28 Apr 2015 15:51:12 +0200 Subject: piuparts: also test+build on wheezy --- job-cfg/piuparts.yaml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/job-cfg/piuparts.yaml b/job-cfg/piuparts.yaml index 7151e9e5..c7ead7af 100644 --- a/job-cfg/piuparts.yaml +++ b/job-cfg/piuparts.yaml @@ -26,12 +26,23 @@ branches: - develop +- job-template: + defaults: piuparts + name: '{name}_testsuite_wheezy' + publishers: + - email: + recipients: 'jenkins+debian-qa qa-jenkins-scm@lists.alioth.debian.org piuparts-devel@lists.alioth.debian.org' + builders: + - shell: '/srv/jenkins/bin/chroot-run.sh {my_distro} {my_shell}' + - job-template: defaults: piuparts name: '{name}_testsuite_jessie' publishers: - email: recipients: 'jenkins+debian-qa qa-jenkins-scm@lists.alioth.debian.org piuparts-devel@lists.alioth.debian.org' + - trigger: + project: '{my_trigger}' builders: - shell: '/srv/jenkins/bin/chroot-run.sh {my_distro} {my_shell}' @@ -59,12 +70,26 @@ builders: - shell: '/srv/jenkins/bin/chroot-run.sh {my_distro} {my_shell}' +- job-template: + defaults: piuparts + name: '{name}_build_wheezy' + publishers: + - email: + recipients: 'jenkins+debian-qa qa-jenkins-scm@lists.alioth.debian.org piuparts-devel@lists.alioth.debian.org' + - archive: + artifacts: '*_*.dsc, *_*.tar.*, *_*_*.deb, *_*_*.changes' + latest_only: true + builders: + - shell: 'export ARTIFACTS=true ; /srv/jenkins/bin/chroot-run.sh {my_distro} {my_shell}' + - job-template: defaults: piuparts name: '{name}_build_jessie' publishers: - email: recipients: 'jenkins+debian-qa qa-jenkins-scm@lists.alioth.debian.org piuparts-devel@lists.alioth.debian.org' + - trigger: + project: '{my_trigger}' - archive: artifacts: '*_*.dsc, *_*.tar.*, *_*_*.deb, *_*_*.changes' latest_only: true @@ -116,6 +141,11 @@ my_distro: 'jessie' my_shell: 'make check' my_description: 'run testsuite from piuparts develop branch on jessie.' + my_trigger: 'piuparts_testsuite_wheezy' + - '{name}_testsuite_wheezy': + my_distro: 'wheezy' + my_shell: 'make check' + my_description: 'run testsuite from piuparts develop branch on jessie.' - '{name}_build_sid': my_distro: 'sid' my_shell: 'debuild -uc -us' @@ -130,4 +160,9 @@ my_distro: 'jessie' my_shell: 'debuild -uc -us' my_description: 'build the piuparts develop branch on jessie.' + my_trigger: 'piuparts_build_wheezy' + - '{name}_build_wheezy': + my_distro: 'wheezy' + my_shell: 'debuild -uc -us' + my_description: 'build the piuparts develop branch on wheezy.' -- cgit v1.2.3-54-g00ecf