summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-04-29 20:13:04 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-02 00:22:15 +0200
commit0d6f44a57099597c51a065901e6553b5efdc557c (patch)
tree0be559860cf2e28da3e290e5f698b98ee07a4555 /job-cfg
parent87a6d65e6ee38e60d4c040ae92139236ccfffd9d (diff)
downloadjenkins.debian.net-0d6f44a57099597c51a065901e6553b5efdc557c.tar.xz
reproducible: add a reproducible_breakages job (and relative script) to produce a page listing CI troubles (files that should not be there or package with a senseless status
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/reproducible.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 8bc2c482..fc8e0b7f 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -189,6 +189,10 @@
name: '{name}_json'
- job-template:
+ defaults: reproducible
+ name: '{name}_breakages'
+
+- job-template:
defaults: reproducible_builder
name: '{name}_builder_alpha'
@@ -310,6 +314,11 @@
my_timed: '0 6 * * H/3'
my_shell: '/srv/jenkins/bin/reproducible_create_meta_pkg_sets.sh'
my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org'
+ - '{name}_breakages':
+ my_description: 'Generate an HTML page full with CI issues (packages with incoherent status or files that should not be there)'
+ my_timed: '1 0 * * *'
+ my_shell: '/srv/jenkins/bin/reproducible_breakages.py'
+ my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org'
- '{name}_builder_alpha':
my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.'
my_timed: 'H/2 * * * *'