diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-06-29 01:43:39 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-04 12:04:10 +0200 |
commit | ad6f158a253b0ef7a302944925e5522117011cc0 (patch) | |
tree | 4affb276c9ca33abef81a75dbeb1d239c9a51e6d | |
parent | 927e8117674a080eb744b284f2962a174f082a3c (diff) | |
download | jenkins.debian.net-ad6f158a253b0ef7a302944925e5522117011cc0.tar.xz |
reproducible: run the breakages job after the maintenance one, otherwise we it may catch files that would have been (and actually are a couple of minutes later) clean up by the maintenance job
-rw-r--r-- | job-cfg/reproducible.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index e8da79fc..e5eeb15e 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -373,7 +373,7 @@ my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' - '{name}_breakages': my_description: 'Generate an HTML page with CI issues (packages with incoherent status or files that should or should not be there).' - my_timed: '1 0 * * *' + my_timed: '30 0 * * *' my_shell: '/srv/jenkins/bin/reproducible_breakages.py' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' - '{name}_builder_alpha': |