diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-02-09 12:21:13 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-02-09 12:21:13 +0100 |
commit | fa713f6d87cb2584ec057eb08ab34d2c13b2d148 (patch) | |
tree | c3b74fd6a7a6611048a8021fd1bdb2a963dcb959 | |
parent | 8dff00a00bb91208b59bef93427e4a3020213ec6 (diff) | |
download | jenkins.debian.net-fa713f6d87cb2584ec057eb08ab34d2c13b2d148.tar.xz |
reproducible debian: update dashboard and live-status a bit less frequently
-rw-r--r-- | job-cfg/reproducible.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index e0a022d6..782f9f59 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -406,7 +406,7 @@ my_shellext: ".py" - 'html_dashboard': my_description: 'Generate HTML dashboard with graphs for reproducible builds.' - my_timed: '*/5 * * * *' + my_timed: '*/10 * * * *' - 'html_pkg_sets': my_description: 'Generate HTML results (package sets with graphs) for reproducible builds.' my_timed: '0 */4 * * *' @@ -434,7 +434,7 @@ my_timed: '' - 'html_live_status': my_description: 'Generate an HTML page showing the live status of all builds happening or scheduled by humans.' - my_timed: 'H/2 * * * *' + my_timed: 'H/3 * * * *' my_shellext: ".py" - 'create_meta_pkg_sets': my_description: 'Create meta package sets for later consumption when generating HTML stats.' |