summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-04-10 15:33:22 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-10 15:33:22 +0200
commit842d53096684f2b945c985fd31814ec377a10c37 (patch)
tree3d7b17b5fd336ff6ede71df05017035663e22352 /job-cfg
parentac82124350ee1b7bf2e1a3505dd438db241f3827 (diff)
downloadjenkins.debian.net-842d53096684f2b945c985fd31814ec377a10c37.tar.xz
remove ruby jobs
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/ruby-qa.yaml67
1 files changed, 0 insertions, 67 deletions
diff --git a/job-cfg/ruby-qa.yaml b/job-cfg/ruby-qa.yaml
deleted file mode 100644
index 6c8994b4..00000000
--- a/job-cfg/ruby-qa.yaml
+++ /dev/null
@@ -1,67 +0,0 @@
-- 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/ruby-qa/
- text: Ruby QA 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: '{name}_stable'
-
-- job-template:
- defaults: ruby-qa
- name: '{name}_testing'
-
-- job-template:
- defaults: ruby-qa
- name: '{name}_unstable'
-
-- project:
- name: ruby-qa
- do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=qa/jenkins.debian.net.git;a=blob;f=job-cfg/ruby-qa.yaml">ruby-qa.yaml</a>.'
- jobs:
- - '{name}_unstable':
- triggers:
- - timed: "31 3 * * *"
- distro: 'unstable'
- gitrepo: 'git://anonscm.debian.org/pkg-ruby-extras/ruby-debian-qa.git'
- my_shell: './ci-run'
- - '{name}_testing':
- triggers:
- - timed: "31 4 * * *"
- distro: 'testing'
- gitrepo: 'git://anonscm.debian.org/pkg-ruby-extras/ruby-debian-qa.git'
- my_shell: './ci-run'
- - '{name}_stable':
- triggers:
- - timed: "31 5 * * *"
- distro: 'stable'
- gitrepo: 'git://anonscm.debian.org/pkg-ruby-extras/ruby-debian-qa.git'
- my_shell: './ci-run'
-