From 287210df55bfd6c124ec0ccbd2a1a7670efa50e8 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sat, 15 Aug 2015 11:11:23 +0000 Subject: reproducible: scheduler: schedule less armhf packages, only max 75 --- bin/reproducible_scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.2.3-70-g09d2