summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-04-30 12:16:49 +0200
committerHolger Levsen <holger@layer-acht.org>2015-04-30 12:16:49 +0200
commit179409625406941e7129645ec26312edf794125e (patch)
tree8ec25f79d7dfbe15862fc69c9204592c82245f35 /bin/reproducible_scheduler.py
parent33d3c05c58073ff018e42028cf1144a844743069 (diff)
downloadjenkins.debian.net-179409625406941e7129645ec26312edf794125e.tar.xz
reproducible: schedule even 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 fa2bbc2d..e65e8365 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 = 150
+ many_new = 250
elif total <= 200:
- many_new = 100
+ many_new = 200
else:
- many_new = 75
+ many_new = 150
log.info('Requesting ' + str(many_new) + ' new versions in ' + suite + '...')
for suite in SUITES:
new[suite] = scheduler_new_versions(suite, many_new)