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 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)