summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-31 02:27:23 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-31 02:27:23 +0200
commitb63322cd340908ae9ea472c0d0c74db565ccba24 (patch)
treed8c74e9bf5b96192a673ec8cbc6c4092a9ac074f /bin/reproducible_scheduler.py
parentd7952a16fff469a5539ee53554e3646827146e67 (diff)
downloadjenkins.debian.net-b63322cd340908ae9ea472c0d0c74db565ccba24.tar.xz
reproducible: schedule armhf some more
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 4c457828..3a056cd0 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -81,7 +81,7 @@ LIMITS = {
# define an "arch factor", so the scheduling limits differ between archs
ARCH_SHARE = {'amd64': 10, 'armhf': 3}
-MAXIMUM = {'amd64': 750, 'armhf': 75}
+MAXIMUM = {'amd64': 750, 'armhf': 250}
class Limit:
def __init__(self, arch, queue):