summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-02 01:27:45 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-02 01:27:45 +0100
commit996d0f1ff843fe118e91b1fcec7d588530aca015 (patch)
tree142ca20aacbe0b49eaf240ad3d3ab71ba2ec7950 /job-cfg
parent11c0c94d60e303f1d074fc622c32b3879784b90d (diff)
downloadjenkins.debian.net-996d0f1ff843fe118e91b1fcec7d588530aca015.tar.xz
reproducible: create temporary job to gather stats for experimental
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/reproducible.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 4dd2b980..b0e4cc3e 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -153,6 +153,10 @@
- job-template:
defaults: reproducible
+ name: '{name}_html_graphs_experimental'
+
+- job-template:
+ defaults: reproducible
name: '{name}_html_indexes'
- job-template:
@@ -241,6 +245,11 @@
my_timed: '0 * * * *'
my_shell: '/srv/jenkins/bin/reproducible_html_graphs.sh'
my_recipients: 'holger@layer-acht.org'
+ - '{name}_html_graphs_experimental':
+ my_description: 'Generate HTML results (stats with graphs) for reproducible builds.'
+ my_timed: '15 * * * *'
+ my_shell: '/srv/jenkins/bin/reproducible_html_graphs.sh experimental'
+ my_recipients: 'holger@layer-acht.org'
- '{name}_html_indexes':
my_description: 'Generate HTML results (indexes) for reproducible builds.'
my_timed: '59 */1 * * *'