summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-11-29 12:11:17 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-29 12:11:17 +0100
commita8b1b906882e4d988f960173f34cade5c982a2db (patch)
tree52faaa3a1ce01f7110e7f088f37a476df3cd8ef7 /bin/reproducible_scheduler.py
parent81aa2af9648c9a1c572916981ceb0b4a31122190 (diff)
downloadjenkins.debian.net-a8b1b906882e4d988f960173f34cade5c982a2db.tar.xz
reproducible Debian: schedule experimental less often on i386+armhf
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 6532f532..824de261 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': 14, 'i386': 20, 'armhf': 20}
+MINIMUM_AGE = {'amd64': 14, 'i386': 25, 'armhf': 25}
# maximum queue size, see explainations above
MAXIMA = {'amd64': 750, 'i386': 750, 'armhf': 750}
# limits, see explainations above