diff options
-rw-r--r-- | job-cfg/piuparts.yaml | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/job-cfg/piuparts.yaml b/job-cfg/piuparts.yaml index f400806d..019495d7 100644 --- a/job-cfg/piuparts.yaml +++ b/job-cfg/piuparts.yaml @@ -7,10 +7,6 @@ text: About jenkins.debian.net icon: /userContent/images/debian-swirl-24x24.png - sidebar: - url: https://jenkins.debian.net/view/piuparts/ - text: piuparts test jobs - icon: /userContent/images/debian-jenkins-24x24.png - - sidebar: url: http://www.profitbricks.com text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png @@ -27,22 +23,14 @@ - develop builders: - shell: '/srv/jenkins/bin/chroot-run.sh {my_distro} {my_shell}' - -- job-template: - defaults: piuparts - name: '{name}_wheezy' publishers: - email: - recipients: 'jenkins+debian-qa holger@layer-acht.org piuparts-maint@debian.org' + recipients: 'jenkins+debian-qa holger@layer-acht.org piuparts-devel@lists.alioth.debian.org' + - job-template: defaults: piuparts name: '{name}_jessie' - publishers: - - email: - recipients: 'jenkins+debian-qa holger@layer-acht.org piuparts-maint@debian.org' - - trigger: - project: '{name}_wheezy' - job-template: defaults: piuparts @@ -50,8 +38,6 @@ triggers: - pollscm: '*/6 * * * *' publishers: - - email: - recipients: 'jenkins+debian-qa holger@layer-acht.org piuparts-maint@debian.org' - trigger: project: '{name}_jessie' @@ -66,8 +52,4 @@ my_distro: 'jessie' my_shell: 'debian/rules check' my_description: 'piuparts testsuite running on jessie.' - - '{name}_wheezy': - my_distro: 'wheezy backports' - my_shell: 'debian/rules check' - my_description: 'piuparts testsuite running on wheezy (+backports).' |