From 98f55ed3b3c5d25870cca37e4f4e8325a58514f3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 17 Oct 2014 20:46:14 +0200 Subject: reproducible: refactor, split stats script+job in html_indexes and html_graphs. --- job-cfg/reproducible.yaml | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) (limited to 'job-cfg/reproducible.yaml') diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 6390fac8..121285eb 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -82,15 +82,19 @@ - job-template: defaults: reproducible - name: '{name}_stats' + name: '{name}_html_graphs' - job-template: defaults: reproducible - name: '{name}_dd_list' + name: '{name}_html_indexes' - job-template: defaults: reproducible - name: '{name}_notes' + name: '{name}_html_dd_list' + +- job-template: + defaults: reproducible + name: '{name}_html_notes' - job-template: defaults: reproducible_builder @@ -115,15 +119,19 @@ my_description: 'Setup pbuilder for reproducible builds as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example' my_timed: '42 0 * * *' my_shell: '/srv/jenkins/bin/reproducible_setup.sh' - - '{name}_stats': - my_description: 'Generates HTML results (various stats) for reproducible builds.' - my_timed: '0 0,6,12,18 * * *' - my_shell: '/srv/jenkins/bin/reproducible_stats.sh' - - '{name}_dd_list': + - '{name}_html_indexes': + my_description: 'Generates HTML results (indexes) for reproducible builds.' + my_timed: '0 3,6,9,12,15,18,21 * * *' + my_shell: '/srv/jenkins/bin/reproducible_html_indexes.sh' + - '{name}_html_graphs': + my_description: 'Generates HTML results (stats with graphs) for reproducible builds.' + my_timed: '0 0 * * *' + my_shell: '/srv/jenkins/bin/reproducible_html_graphs.sh' + - '{name}_html_dd_list': my_description: 'Generates HTML results (dd-list) for reproducible builds.' my_timed: '53 23 * * *' my_shell: '/srv/jenkins/bin/reproducible_html_dd_list.sh' - - '{name}_notes': + - '{name}_html_notes': my_description: 'Generates HTML results (notes) for reproducible builds, triggered by changes to the notes.git repository.' my_timed: '' my_shell: '/srv/jenkins/bin/reproducible_html_notes.sh' -- cgit v1.2.3-54-g00ecf