summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-08-15 11:11:23 +0000
committerMattia Rizzolo <mattia@mapreri.org>2015-08-15 11:11:23 +0000
commit287210df55bfd6c124ec0ccbd2a1a7670efa50e8 (patch)
tree6b87403a850fb0dbccf4a7d7f49b9fa64a594def
parent38ba88cb4f0b1e3ac38939a0b4d83ebe4ffab636 (diff)
downloadjenkins.debian.net-287210df55bfd6c124ec0ccbd2a1a7670efa50e8.tar.xz
reproducible: scheduler: schedule less armhf packages, only max 75
-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 3e57eb0c..b9ac74d2 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': 750}
+MAXIMUM = {'amd64': 750, 'armhf': 75}
class Limit:
def __init__(self, arch, queue):