summaryrefslogtreecommitdiffstats
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
parent1b749c169ccff9205044c6046d6750c955776374 (diff)
downloadjenkins.debian.net-8a98f0a55d18bedcabeae87659e8ad7b1dd9e232.tar.xz
drop piuparts tests on wheezy
-rw-r--r--README2
-rw-r--r--job-cfg/piuparts.yaml35
2 files changed, 1 insertions, 36 deletions
diff --git a/README b/README
index 163385f6..c9d1a7b2 100644
--- a/README
+++ b/README
@@ -115,7 +115,7 @@ Installation tests inside chroot environments.
=== qa.debian.org related jobs
* There are jobs for lintian and for piuparts:
-** they simply run a build and/or the tests of the master branch of their git repository on every commit against sid. If that succeeds, the same source will be built on jessie and then (only for lintian) on wheezy.
+** they simply run a build and/or the tests of the master branch of their git repository on every commit against sid. If that succeeds, the same source will be built on stretch, then on jessie and - in the lintian case only - also for wheezy.
* There are also jobs related to link:https://udd.debian.org[UDD]:
** they check for multiarch version screws in various suites or issues with orphaned packages without the correct the relevant bug.
*** the UDD schema is available at https://udd.debian.org/schema/udd.html
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.'