summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-04-28 16:59:55 +0200
committerHolger Levsen <holger@layer-acht.org>2015-04-28 16:59:55 +0200
commitddff4a29a4bf55cd1e67df489ee9c838c82360cb (patch)
tree3ba8eb1a0168fa3b339abd55736152a7789d4677 /bin/reproducible_scheduler.py
parent980dae97a41104701defb2021d69cfe361727339 (diff)
downloadjenkins.debian.net-ddff4a29a4bf55cd1e67df489ee9c838c82360cb.tar.xz
reproducible: schedule some more new versions
Diffstat (limited to 'bin/reproducible_scheduler.py')
-rwxr-xr-xbin/reproducible_scheduler.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 2a52ce3f..fa2bbc2d 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -241,11 +241,11 @@ def scheduler():
# packages with new versions
new = {}
if total <= 100:
- many_new = 100
+ many_new = 150
elif total <= 200:
- many_new = 75
+ many_new = 100
else:
- many_new = 50
+ many_new = 75
log.info('Requesting ' + str(many_new) + ' new versions in ' + suite + '...')
for suite in SUITES:
new[suite] = scheduler_new_versions(suite, many_new)