summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-04-30 12:01:01 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-30 12:01:01 +0200
commit393d177ce5124703133bab4161732ac12644b2d0 (patch)
tree42c2d7a88d4188d0a8afba8c05dd0b8be1ace583 /bin/reproducible_scheduler.py
parent12dfcf4ae75d93ee491f6b17df70b5a18adb268c (diff)
downloadjenkins.debian.net-393d177ce5124703133bab4161732ac12644b2d0.tar.xz
reproducible Debian: increase amd64 scheduling
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 38343a3d..0083006a 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -64,7 +64,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': 28, 'i386': 24, 'arm64': 21, 'armhf':30 }
+MINIMUM_AGE = {'amd64': 23, 'i386': 24, 'arm64': 21, 'armhf':30 }
# maximum queue size, see explainations above
MAXIMA = {'amd64': 750, 'i386': 750, 'arm64': 1000, 'armhf': 750}
# limits, see explainations above