From 32b9be7509b1d8b7860d99b812dae6e4943d4d9c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 9 Jan 2016 11:33:16 +0100 Subject: reproducible armhf: tune scheduling limits --- bin/reproducible_scheduler.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 66a73656..414e4745 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -71,9 +71,9 @@ LIMITS = { 'experimental': {'*': 440}, }, 'armhf': { - 'testing': {'*': 250}, - 'unstable': {'*': 250}, - 'experimental': {'*': 250}, + 'testing': {'*': 200}, + 'unstable': {'*': 200}, + 'experimental': {'*': 200}, }, }, 'new': { @@ -102,14 +102,14 @@ LIMITS = { }, 'old': { 'amd64': { - 'testing': {1: (300, 800), 2: (400, 666), '*': 0}, - 'unstable': {1: (300, 1000), 2: (400, 888), '*': 0}, - 'experimental': {1: (300, 70), 2: (400, 50), '*': 0}, + 'testing': {1: (300, 800), 2: (500, 666), '*': 0}, + 'unstable': {1: (300, 1000), 2: (500, 888), '*': 0}, + 'experimental': {1: (300, 70), 2: (500, 50), '*': 0}, }, 'armhf': { - 'testing': {1: (300, 200), 2: (400, 125), '*': 0}, - 'unstable': {1: (300, 200), 2: (400, 125), '*': 0}, - 'experimental': {1: (300, 30), 2: (400, 15), '*': 0}, + 'testing': {1: (300, 200), 2: (500, 125), '*': 0}, + 'unstable': {1: (300, 200), 2: (500, 125), '*': 0}, + 'experimental': {1: (300, 30), 2: (500, 15), '*': 0}, } } } -- cgit v1.2.3-54-g00ecf