diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-04 13:02:23 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-04 13:02:23 +0200 |
commit | 8361e322d51ebe369b4ec023a5ec4bc6d2d3518d (patch) | |
tree | e1bacb75c9199c953e2493bdb5acc876f6a94b53 | |
parent | 411cdb0608b07439fbe0a75f981bdd5518fe968f (diff) | |
download | jenkins.debian.net-8361e322d51ebe369b4ec023a5ec4bc6d2d3518d.tar.xz |
reproducible: test less packages per random_packages job run, but run the job more often
-rw-r--r-- | job-cfg/reproducible.yaml | 4 |
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 * * *' |