summaryrefslogtreecommitdiffstats
path: root/job-cfg/piuparts.yaml
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-07-10 12:32:15 +0200
committerHolger Levsen <holger@layer-acht.org>2015-07-10 12:32:15 +0200
commit8a98f0a55d18bedcabeae87659e8ad7b1dd9e232 (patch)
treef0551131254a56c44479a7d238cd3c2b585ffba7 /job-cfg/piuparts.yaml
parent1b749c169ccff9205044c6046d6750c955776374 (diff)
downloadjenkins.debian.net-8a98f0a55d18bedcabeae87659e8ad7b1dd9e232.tar.xz
drop piuparts tests on wheezy
Diffstat (limited to 'job-cfg/piuparts.yaml')
-rw-r--r--job-cfg/piuparts.yaml35
1 files changed, 0 insertions, 35 deletions
diff --git a/job-cfg/piuparts.yaml b/job-cfg/piuparts.yaml
index 4fe16d48..1a1f360e 100644
--- a/job-cfg/piuparts.yaml
+++ b/job-cfg/piuparts.yaml
@@ -28,21 +28,10 @@
- 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}'
@@ -72,24 +61,10 @@
- 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
@@ -141,11 +116,6 @@
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'
@@ -160,9 +130,4 @@
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.'