summaryrefslogtreecommitdiffstats
path: root/job-cfg/udd.yaml
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2014-11-27 00:13:53 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2014-11-27 00:13:53 +0100
commit9151984d9ac8135bc0a5e2f57f1654520443ba1b (patch)
tree9d861c4746a9d3161d0d43bb067924cdde783caa /job-cfg/udd.yaml
parentf991706691012fc14f4df6389c2f4e29762598c5 (diff)
parent94c77244b8064d6f29146f7f9e36389b5216076f (diff)
downloadjenkins.debian.net-9151984d9ac8135bc0a5e2f57f1654520443ba1b.tar.xz
Merge branch 'master' of git://git.debian.org/git/qa/jenkins.debian.net
Diffstat (limited to 'job-cfg/udd.yaml')
-rw-r--r--job-cfg/udd.yaml22
1 files changed, 19 insertions, 3 deletions
diff --git a/job-cfg/udd.yaml b/job-cfg/udd.yaml
index 932ac715..49e6cc94 100644
--- a/job-cfg/udd.yaml
+++ b/job-cfg/udd.yaml
@@ -23,6 +23,10 @@
publishers:
- email:
recipients: 'jenkins+debian-qa holger@layer-acht.org'
+ - logparser:
+ parse-rules: '/srv/jenkins/logparse/debian.rules'
+ unstable-on-warning: 'true'
+ fail-on-error: 'true'
builders:
- shell: '/srv/jenkins/bin/udd-query.sh {my_params}'
triggers:
@@ -40,19 +44,31 @@
defaults: udd
name: '{name}_sid_multiarch_versionskew'
+- job-template:
+ defaults: udd
+ name: '{name}_sid_multiarch_versionskew'
+
+- job-template:
+ defaults: udd
+ name: '{name}_orphaned_without_o_bug'
+
- project:
name: udd
jobs:
- '{name}_wheezy_multiarch_versionskew':
my_time: '2 8 1 * *'
- my_params: 'wheezy multiarch_versionskew'
+ my_params: 'multiarch_versionskew wheezy'
my_description: 'Detect multi-arch versions skews in wheezy.'
- '{name}_jessie_multiarch_versionskew':
my_time: '1 8 * * *'
- my_params: 'jessie multiarch_versionskew'
+ my_params: 'multiarch_versionskew jessie'
my_description: 'Detect multi-arch versions skews in jessie.'
- '{name}_sid_multiarch_versionskew':
my_time: '0 8 * * *'
- my_params: 'sid multiarch_versionskew'
+ my_params: 'multiarch_versionskew sid'
my_description: 'Detect multi-arch versions skews in sid.'
+ - '{name}_orphaned_without_o_bug':
+ my_time: '3 8 * * *'
+ my_params: 'orphaned_without_o_bug'
+ my_description: 'Detect orphaned packages with maintainer set to packages@qa.debian.org but without an "Orphaned" bug against the wnpp pseudo-package.'