summaryrefslogtreecommitdiffstats
path: root/job-cfg/reproducible.yaml
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-04 13:02:23 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-04 13:02:23 +0200
commit8361e322d51ebe369b4ec023a5ec4bc6d2d3518d (patch)
treee1bacb75c9199c953e2493bdb5acc876f6a94b53 /job-cfg/reproducible.yaml
parent411cdb0608b07439fbe0a75f981bdd5518fe968f (diff)
downloadjenkins.debian.net-8361e322d51ebe369b4ec023a5ec4bc6d2d3518d.tar.xz
reproducible: test less packages per random_packages job run, but run the job more often
Diffstat (limited to 'job-cfg/reproducible.yaml')
-rw-r--r--job-cfg/reproducible.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index a8404d6a..b78f0637 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -204,9 +204,9 @@
my_packages: ''
- '{name}_build_random_packages':
my_description: 'Reproducible build this many random packages each day:'
- my_timed: '23 0,3,4,7,8,11,12,15,16,19,20,23 * * *'
+ my_timed: '0,15,30,45 * * * *'
my_shell: '/srv/jenkins/bin/reproducible_build.sh'
- my_packages: '66'
+ my_packages: '10'
- '{name}_build_random_failures':
my_description: 'Try to reproducible build 33 packages which failed before and which come from the random job:'
my_timed: '42 2,14 * * *'