From e0f22e1e2ee6f6473c505103e73d4a17382a188f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 6 Apr 2014 04:19:13 +0200 Subject: add lintian test jobs supplied by Niels Thykier --- job-cfg/lintian-tests.yaml | 67 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 job-cfg/lintian-tests.yaml diff --git a/job-cfg/lintian-tests.yaml b/job-cfg/lintian-tests.yaml new file mode 100644 index 00000000..e6bc46f1 --- /dev/null +++ b/job-cfg/lintian-tests.yaml @@ -0,0 +1,67 @@ +- defaults: + name: lintian-tests + description: 'Debian/Lintian test suite.{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: lintian-maint@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/lintian-tests/ + text: Misc debian-installer 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: lintian-tests + name: '{name}_stable' + +- job-template: + defaults: lintian-tests + name: '{name}_testing' + +- job-template: + defaults: lintian-tests + name: '{name}_unstable' + +- project: + name: lintian-tests + do_not_edit: '

Job configuration source is lintian-tests.yaml.' + jobs: + - '{name}_unstable': + triggers: + - timed: "31 6 * * *" + distro: 'unstable' + gitrepo: 'git://anonscm.debian.org/lintian/lintian.git' + my_shell: './ci-run' + - '{name}_testing': + triggers: + - timed: "01 8 * * *" + distro: 'testing' + gitrepo: 'git://anonscm.debian.org/lintian/lintian.git' + my_shell: './ci-run' + - '{name}_stable': + triggers: + - timed: "31 9 * * *" + distro: 'stable' + gitrepo: 'git://anonscm.debian.org/lintian/lintian.git' + my_shell: './ci-run' + -- cgit v1.2.3-54-g00ecf