diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-18 18:40:54 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-18 18:40:54 +0200 |
commit | 23b8654156a569eaa3516b38d3ed372a72010785 (patch) | |
tree | e909e5f11c89886a70b094509f180d03bab194b6 /job-cfg | |
parent | 9b7c674056e0f9bb56e959c07bddbc7137ba2cb6 (diff) | |
download | jenkins.debian.net-23b8654156a569eaa3516b38d3ed372a72010785.tar.xz |
reproducible: split _html_graphs.sh into _dashboards.sh and _pkg_sets.sh
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 2f8eafa6..f03f3484 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -203,7 +203,11 @@ - job-template: defaults: reproducible - name: '{name}_html_graphs' + name: '{name}_html_dashboards' + +- job-template: + defaults: reproducible + name: '{name}_html_pkg_sets' - job-template: defaults: reproducible @@ -338,10 +342,15 @@ my_timed: '42 * * * *' my_shell: '/srv/jenkins/bin/reproducible_scheduler.py' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' - - '{name}_html_graphs': - my_description: 'Generate HTML results (stats with graphs) for reproducible builds.' + - '{name}_html_dashboards': + my_description: 'Generate HTML results (dashboards with graphs) for reproducible builds.' + my_timed: '*/15 * * * *' + my_shell: '/srv/jenkins/bin/reproducible_html_dashboards.sh' + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + - '{name}_html_pkg_sets': + my_description: 'Generate HTML results (package sets with graphs) for reproducible builds.' my_timed: '0 * * * *' - my_shell: '/srv/jenkins/bin/reproducible_html_graphs.sh' + my_shell: '/srv/jenkins/bin/reproducible_html_pkg_sets.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' - '{name}_html_indexes': my_description: 'Generate HTML results (indexes) for reproducible builds.' |