summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-04-26 20:52:09 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-26 20:52:09 +0200
commit79fa8c0697552beac63c3b955f479ffab092816a (patch)
tree2db7981c11ba2bd868edc9ccabe17ceb3c9c39fe /bin/reproducible_scheduler.py
parent78a73e1353a8d3b86f1fd72f2d5bb61a77b850a2 (diff)
downloadjenkins.debian.net-79fa8c0697552beac63c3b955f479ffab092816a.tar.xz
reproducible Debian: schedule i386+amd64 a bit earlier
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 a7f89332..bc1863e8 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': 30, 'i386': 33, 'arm64': 21, 'armhf':30 }
+MINIMUM_AGE = {'amd64': 28, 'i386': 30, 'arm64': 21, 'armhf':30 }
# maximum queue size, see explainations above
MAXIMA = {'amd64': 750, 'i386': 750, 'arm64': 1000, 'armhf': 750}
# limits, see explainations above