From bd9abd7caae22a81fb7dcd8d708c58d305200905 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 17 Oct 2014 22:49:24 +0200 Subject: reproducible: run html jobs more often now that they run shorter --- job-cfg/reproducible.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'job-cfg') diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 121285eb..1b830a2a 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -117,19 +117,19 @@ jobs: - '{name}_setup': my_description: 'Setup pbuilder for reproducible builds as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example' - my_timed: '42 0 * * *' + my_timed: '23 0 * * *' my_shell: '/srv/jenkins/bin/reproducible_setup.sh' - '{name}_html_indexes': my_description: 'Generates HTML results (indexes) for reproducible builds.' - my_timed: '0 3,6,9,12,15,18,21 * * *' + my_timed: '59 */2 * * *' 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_timed: '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_timed: '55 23 * * *' my_shell: '/srv/jenkins/bin/reproducible_html_dd_list.sh' - '{name}_html_notes': my_description: 'Generates HTML results (notes) for reproducible builds, triggered by changes to the notes.git repository.' @@ -149,6 +149,6 @@ my_shell: '/srv/jenkins/bin/reproducible_build.sh' - '{name}_scheduler': my_description: 'Schedule packages to be tested on reproducible building.' - my_timed: '55 * * * *' + my_timed: '42 * * * *' my_shell: '/srv/jenkins/bin/reproducible_scheduler.sh' -- cgit v1.2.3-54-g00ecf