[Qa-jenkins-scm] [jenkins.debian.net] 01/01: drop piuparts tests on wheezy

Holger Levsen holger at moszumanska.debian.org
Fri Jul 10 10:32:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 8a98f0a55d18bedcabeae87659e8ad7b1dd9e232
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Jul 10 12:32:15 2015 +0200

    drop piuparts tests on wheezy
---
 README                |  2 +-
 job-cfg/piuparts.yaml | 35 -----------------------------------
 2 files changed, 1 insertion(+), 36 deletions(-)

diff --git a/README b/README
index 163385f..c9d1a7b 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 4fe16d4..1a1f360 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 at lists.alioth.debian.org piuparts-devel at 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 at lists.alioth.debian.org piuparts-devel at 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 at lists.alioth.debian.org piuparts-devel at 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 at lists.alioth.debian.org piuparts-devel at 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.'
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list