diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-06-24 12:20:43 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-06-24 12:20:43 +0200 |
commit | 883fa3b011b8fb329b73415e016f2575c4206dc9 (patch) | |
tree | db1446c3ee178e82b5c0eb55565e9592bee73114 /job-cfg | |
parent | c5b2de9b490ef89be97da37302a0270713c18a7d (diff) | |
download | jenkins.debian.net-883fa3b011b8fb329b73415e016f2575c4206dc9.tar.xz |
reproducible Debian: create HTML dashboard, live status and dd-list pages less often
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index c25cf26e..b0e06e9d 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -500,7 +500,7 @@ my_shellext: ".py" - 'html_dashboard': my_description: 'Generate HTML dashboard with graphs for reproducible builds.' - my_timed: '*/10 * * * *' + my_timed: '*/15 * * * *' - 'html_pkg_sets': my_description: 'Generate HTML results (package sets with graphs) for reproducible builds.' my_timed: '*/30 * * * *' @@ -511,7 +511,7 @@ my_shellext: ".py" - 'html_dd_list': my_description: 'Generate HTML results (dd-list) for reproducible builds.' - my_timed: '55 */2 * * *' + my_timed: '55 */4 * * *' my_shellext: ".py" - 'html_all_packages': my_description: 'Generate HTML results (for all packages) for reproducible builds. This job is rather redudant and just run to give a fuzzy warm feeling all pages are good.' @@ -529,7 +529,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/6 * * * *' + my_timed: 'H/10 * * * *' my_shellext: ".py" - 'html_nodes_info': my_description: 'Collect various information from build nodes used for reproducible builds and generate static HTML pages with various information about nodes.' @@ -539,7 +539,7 @@ my_timed: '0 6 * * H/3' - 'json': my_description: 'Generate https://reproducible.debian.net/userContent/reproducible.json for consumption by tracker.debian.org.' - my_timed: '1 * * * *' + my_timed: '1 H/2 * * *' my_shellext: ".py" - 'html_archlinux': my_description: 'Build a simple webpage for Arch Linux reproducibility tests' |