summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-17 16:02:50 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-17 16:08:44 +0200
commit1aa7e0422d9f0a4561aa952ce6a89a1ba9bedd31 (patch)
tree4d1349b8270187c0ff4c5c192b034b3eb24da0e0 /job-cfg
parent3eedec3a7cdbe2e364cd2783f4f8ef7873041cd4 (diff)
downloadjenkins.debian.net-1aa7e0422d9f0a4561aa952ce6a89a1ba9bedd31.tar.xz
reproducible: refactor, move common functions out, new script+job to just create the dd-list page daily
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/reproducible.yaml10
1 files changed, 9 insertions, 1 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index eb2980b8..95572bed 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -85,6 +85,10 @@
name: '{name}_stats'
- job-template:
+ defaults: reproducible
+ name: '{name}_dd_list'
+
+- job-template:
defaults: reproducible_builder
name: '{name}_builder_alpha'
@@ -108,9 +112,13 @@
my_timed: '42 0 * * *'
my_shell: '/srv/jenkins/bin/reproducible_setup.sh'
- '{name}_stats':
- my_description: 'Generates HTML results for reproducible builds.'
+ 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':
+ 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}_builder_alpha':
my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.'
my_timed: 'H/2 * * * *'