summaryrefslogtreecommitdiffstats
path: root/job-cfg/udd.yaml
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-11-23 20:32:12 +0100
committerHolger Levsen <holger@layer-acht.org>2014-11-23 20:32:12 +0100
commitc78d76d637c4697ae72780a439506f1a8dd8950e (patch)
tree9b5cd231e73483dd2e6cafc641a57ca3f1f05c85 /job-cfg/udd.yaml
parent495eb3ebdc3c76fec773495ada8d4b473214aaf4 (diff)
downloadjenkins.debian.net-c78d76d637c4697ae72780a439506f1a8dd8950e.tar.xz
qa.d.o: add udd_orphaned_without_o_bug job, thanks to Johannes Schauer
Diffstat (limited to 'job-cfg/udd.yaml')
-rw-r--r--job-cfg/udd.yaml18
1 files changed, 15 insertions, 3 deletions
diff --git a/job-cfg/udd.yaml b/job-cfg/udd.yaml
index 932ac715..dfaf5547 100644
--- a/job-cfg/udd.yaml
+++ b/job-cfg/udd.yaml
@@ -40,19 +40,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.'