From c10ca898d958a035635e54b461b753846e75ebf0 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Sat, 15 Jun 2013 21:30:50 -0300 Subject: Add Ruby QA jobs --- job-cfg/ruby-qa.yaml | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 job-cfg/ruby-qa.yaml diff --git a/job-cfg/ruby-qa.yaml b/job-cfg/ruby-qa.yaml new file mode 100644 index 00000000..0132ccbb --- /dev/null +++ b/job-cfg/ruby-qa.yaml @@ -0,0 +1,53 @@ +- defaults: + name: ruby-qa + description: 'Debian/Ruby QA checks.{do_not_edit}' + logrotate: + daysToKeep: 365 + numToKeep: 365 + artifactDaysToKeep: -1 + artifactNumToKeep: -1 + scm: + - git: + url: '{gitrepo}' + branches: + - master + builders: + - shell: '/srv/jenkins/bin/chroot-run.sh {distro} {my_shell}' + publishers: + - email: + recipients: 'jenkins+debian-ruby terceiro@debian.org' + properties: + - sidebar: + url: http://jenkins.debian.net/userContent/about.html + text: About jenkins.debian.net + icon: /userContent/images/debian-swirl-24x24.png +- sidebar: + url: http://jenkins.debian.net/view/jenkins.d.n/ + text: Housekeeping jobs + icon: /userContent/images/debian-jenkins-24x24.png +- sidebar: + url: http://www.profitbricks.com + text: Sponsored by Profitbricks + icon: /userContent/images/profitbricks-24x24.png + +- job-template: + defaults: ruby-qa + name: 'ruby-qa' + +- project: + name: ruby-qa + do_not_edit: '

Job configuration source is ruby-qa.yaml.' + jobs: + - '{name}_unstable': + triggers: + - timed: "31 3 * * *" + distro: 'unstable' + gitrepo: 'git://anonscm.debian.org/pkg-ruby-extras/ruby-debian-qa.git' + my_shell: './ci-build' + - '{name}_testing': + triggers: + - timed: "31 4 * * *" + distro: 'testing' + gitrepo: 'git://anonscm.debian.org/pkg-ruby-extras/ruby-debian-qa.git' + my_shell: './ci-build' + -- cgit v1.2.3-54-g00ecf