summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-13 17:03:26 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-13 17:03:26 +0200
commitd11e14e4289605df20256391db27021d3a54818d (patch)
tree3ebd1fdc7af17e5b381b98f4d141abaa0da4dcd0 /job-cfg
parent3919cb4dc5979f23107646394df2dbe28aadaea3 (diff)
downloadjenkins.debian.net-d11e14e4289605df20256391db27021d3a54818d.tar.xz
reproducible: spawn new builder jobs every 2m
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/reproducible.yaml6
1 files changed, 3 insertions, 3 deletions
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.'