summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-21 18:07:56 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-21 18:07:56 +0100
commitdfdcc8682eee19ed5d596ab0be7326c573fe8c7b (patch)
tree38725a4373891471c20908cd6f1c23f7a4ed5b2c
parent321db9510cc2dafb785a3ec6d7d7068790f9e255 (diff)
downloadjenkins.debian.net-dfdcc8682eee19ed5d596ab0be7326c573fe8c7b.tar.xz
reproducible armhf: raise MAXIMA on armhf, to schedule less often
-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 8fd7fc5d..7daeabd1 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -61,7 +61,7 @@ So, the 3rd step happens only when there are more than 350 packages queued up.
Finally, MINIMUM_AGE is respected when scheduling old versions.
"""
-MAXIMA = {'amd64': 750, 'armhf': 250}
+MAXIMA = {'amd64': 750, 'armhf': 375}
LIMITS = {
'untested': {