From 842d53096684f2b945c985fd31814ec377a10c37 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 10 Apr 2014 15:33:22 +0200 Subject: remove ruby jobs --- README | 4 ++-- job-cfg/ruby-qa.yaml | 67 ---------------------------------------------------- 2 files changed, 2 insertions(+), 69 deletions(-) delete mode 100644 job-cfg/ruby-qa.yaml diff --git a/README b/README index f191c55a..38b03100 100644 --- a/README +++ b/README @@ -92,9 +92,9 @@ Installation tests inside chroot environments. ** these $set_of_packages exist: 'gnome', 'kde', 'kde-full', 'lxde', 'xfc', 'full_desktop' (all five desktops plus `vlc evince iceweasel chromium cups build-essential devscripts wine texlive-full asciidoc vim emacs` and (`libreoffice virt-manager mplayer2` (jessie/sid) or `openoffice virtualbox mplayer` (squeeze/wheezy)) and 'develop' *** install is done with `apt-get install`, except for 'develop' where `apt-get build-dep` is used to install the build dependencies of these packages. -=== lintian and ruby jobs +=== lintian jobs -* FIXME: describe lintian and ruby jobs +* FIXME: describe lintian jobs === webcheck jobs 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: '

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-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' - -- cgit v1.2.3-70-g09d2