From d11e14e4289605df20256391db27021d3a54818d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 13 Oct 2014 17:03:26 +0200 Subject: reproducible: spawn new builder jobs every 2m --- job-cfg/reproducible.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'job-cfg') diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 39f548c4..eb2980b8 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -113,15 +113,15 @@ my_shell: '/srv/jenkins/bin/reproducible_stats.sh' - '{name}_builder_alpha': my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.' - my_timed: 'H/3 * * * *' + my_timed: 'H/2 * * * *' my_shell: '/srv/jenkins/bin/reproducible_build.sh' - '{name}_builder_beta': my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.' - my_timed: 'H/3 * * * *' + my_timed: 'H/2 * * * *' my_shell: '/srv/jenkins/bin/reproducible_build.sh' - '{name}_builder_gamma': my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.' - my_timed: 'H/3 * * * *' + my_timed: 'H/2 * * * *' my_shell: '/srv/jenkins/bin/reproducible_build.sh' - '{name}_scheduler': my_description: 'Schedule packages to be tested on reproducible building.' -- cgit v1.2.3-54-g00ecf