summaryrefslogtreecommitdiffstats
path: root/job-cfg/reproducible.yaml
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-17 20:46:14 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-17 20:46:14 +0200
commit98f55ed3b3c5d25870cca37e4f4e8325a58514f3 (patch)
tree9dc44509f4424c87392e23509a215e4a3c04d953 /job-cfg/reproducible.yaml
parent61fe5629153551e3b38ebc2df56a2a39b2201098 (diff)
downloadjenkins.debian.net-98f55ed3b3c5d25870cca37e4f4e8325a58514f3.tar.xz
reproducible: refactor, split stats script+job in html_indexes and html_graphs.
Diffstat (limited to 'job-cfg/reproducible.yaml')
-rw-r--r--job-cfg/reproducible.yaml26
1 files changed, 17 insertions, 9 deletions
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'