diff options
Diffstat (limited to 'job-cfg/udd.yaml')
-rw-r--r-- | job-cfg/udd.yaml | 22 |
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.' |