diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-22 21:52:36 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-22 21:52:36 +0200 |
commit | a7ba37fb7748f7822a65f833d364c819167bebb8 (patch) | |
tree | 2028b73ee43b0301b36ccd45efcf399f21397d10 | |
parent | ec1be155217c483a2ff2c4e9baffe85cba9f783a (diff) | |
download | jenkins.debian.net-a7ba37fb7748f7822a65f833d364c819167bebb8.tar.xz |
reproducible: breakages job produces way too many sql queries, only run twice a day and not 8 times
-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 6f30b81b..85870f1c 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -724,7 +724,7 @@ my_node: '' - '{name}_html_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: '30 H/3 * * *' + my_timed: '30 0,12 * * *' my_shell: '/srv/jenkins/bin/reproducible_html_breakages.py' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' |