summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-11-21 15:34:23 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-21 15:34:23 +0100
commit91c1776c1a857bdde657bdc93df0a15590fd57bb (patch)
tree8ed4f6d1224357cb612519242bcffe20d008a1da /bin/reproducible_scheduler.py
parent064c711105a16fdf3982ada59b425132123dff80 (diff)
downloadjenkins.debian.net-91c1776c1a857bdde657bdc93df0a15590fd57bb.tar.xz
reproducible Debian: adjust experimental scheduling frequency to old results in unstable
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_scheduler.py')
-rwxr-xr-xbin/reproducible_scheduler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 37006547..6532f532 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -65,7 +65,7 @@ LIMITS_404 defines how many packages with status 404 are rescheduled at max.
"""
# only old packages older than this will be rescheduled
-MINIMUM_AGE = {'amd64': 10, 'i386': 10, 'armhf': 15}
+MINIMUM_AGE = {'amd64': 14, 'i386': 20, 'armhf': 20}
# maximum queue size, see explainations above
MAXIMA = {'amd64': 750, 'i386': 750, 'armhf': 750}
# limits, see explainations above