summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)