From 3630678b0c0f501d21fa13d6e481962f474c4717 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 16 Apr 2014 19:02:54 +0200 Subject: new jobs to build the dvswitch git master branch on wheezy, jessie + sid --- README | 5 ++++ job-cfg/dvswitch.yaml | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 job-cfg/dvswitch.yaml diff --git a/README b/README index a0d2feb2..b86d7898 100644 --- a/README +++ b/README @@ -104,6 +104,11 @@ Installation tests inside chroot environments. * FIXME: describe rebootstrap jobs +=== dvswitch jobs + +* FIXME: describe dvswitch jobs + + === webcheck jobs * three jobs for running webcheck against www.debian.org, www.debian.org/News and www.debian.org/security diff --git a/job-cfg/dvswitch.yaml b/job-cfg/dvswitch.yaml new file mode 100644 index 00000000..c8bf8484 --- /dev/null +++ b/job-cfg/dvswitch.yaml @@ -0,0 +1,73 @@ +- defaults: + name: dvswitch + project-type: freestyle + properties: + - sidebar: + url: https://jenkins.debian.net/userContent/about.html + text: About jenkins.debian.net + icon: /userContent/images/debian-swirl-24x24.png + - sidebar: + url: https://jenkins.debian.net/view/dvswitch/ + text: dvswitch 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 + description: '{my_description}

Job configuration source is dvswitch.yaml.' + logrotate: + daysToKeep: 180 + numToKeep: 100 + artifactDaysToKeep: -1 + artifactNumToKeep: -1 + scm: + - git: + url: 'git://anonscm.debian.org/dvswitch/dvswitch.git' + branches: + - master + builders: + - shell: '/srv/jenkins/bin/chroot-run.sh {my_distro} {my_shell}' + +- job-template: + defaults: dvswitch + name: '{name}_wheezy' + publishers: + - email: + recipients: 'jenkins+debian-qa holger@layer-acht.org dvswitch-maint@debian.org' + +- job-template: + defaults: dvswitch + name: '{name}_jessie' + publishers: + - email: + recipients: 'jenkins+debian-qa holger@layer-acht.org dvswitch-maint@debian.org' + - trigger: + project: '{name}_wheezy' + +- job-template: + defaults: dvswitch + name: '{name}_sid' + triggers: + - pollscm: '*/6 * * * *' + publishers: + - email: + recipients: 'jenkins-dvswitch holger@layer-acht.org wouter@debian.org' + - trigger: + project: '{name}_jessie' + +- project: + name: dvswitch + jobs: + - '{name}_sid': + my_distro: 'sid' + my_shell: 'debian/rules build' + my_description: 'Build the dvswitch git master branch on sid.' + - '{name}_jessie': + my_distro: 'jessie' + my_shell: 'debian/rules build' + my_description: 'Build the dvswitch git master branch on jessie.' + - '{name}_wheezy': + my_distro: 'wheezy backports' + my_shell: 'debian/rules build' + my_description: 'Build the dvswitch git master branch on wheezy (+backports).' + -- cgit v1.2.3-70-g09d2