summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-08 12:02:36 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-08 12:02:36 +0200
commit0c87e880d3dba949aaca654a393e59c16df32287 (patch)
tree413c332c0b466f3fec65b67365fffd03c2a2a5d6 /bin
parent13194ec75aff7e320ad5dc29d7a7a9d24ef48c7a (diff)
downloadjenkins.debian.net-0c87e880d3dba949aaca654a393e59c16df32287.tar.xz
reproducible: double the amount of old packages scheduled, to reduce irc notifications
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_scheduler.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index b7437328..85e3d60a 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -265,9 +265,9 @@ def scheduler():
# old packages
old = {}
if total <= 250:
- many_old_base = 17.5 # multiplied by 20 or 10 or 1, see below
+ many_old_base = 35 # multiplied by 20 or 10 or 1, see below
elif total <= 350:
- many_old_base = 12.5 # also...
+ many_old_base = 25 # also...
else:
many_old_base = 0 # ...
for suite in SUITES: