From 1aa7e0422d9f0a4561aa952ce6a89a1ba9bedd31 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 17 Oct 2014 16:02:50 +0200 Subject: reproducible: refactor, move common functions out, new script+job to just create the dd-list page daily --- job-cfg/reproducible.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'job-cfg') 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 @@ -84,6 +84,10 @@ defaults: reproducible 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 * * * *' -- cgit v1.2.3-54-g00ecf