From caec4c99a02ad2b6e99675dc9e1fa225e3982686 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 12 Jan 2016 13:34:14 +0100 Subject: reproducible armhf: schedule testing a bit more often --- bin/reproducible_scheduler.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bin/reproducible_scheduler.py') diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 065c2302..e6c72d59 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -71,9 +71,9 @@ LIMITS = { 'experimental': {'*': 440}, }, 'armhf': { - 'testing': {'*': 150}, - 'unstable': {'*': 150}, - 'experimental': {'*': 150}, + 'testing': {'*': 177}, + 'unstable': {'*': 177}, + 'experimental': {'*': 177}, }, }, 'new': { @@ -107,8 +107,8 @@ LIMITS = { 'experimental': {1: (300, 70), 2: (500, 50), '*': 0}, }, 'armhf': { - 'testing': {1: (300, 200), 2: (600, 125), '*': 0}, - 'unstable': {1: (300, 200), 2: (600, 125), '*': 0}, + 'testing': {1: (300, 200), 2: (600, 100), '*': 0}, + 'unstable': {1: (300, 200), 2: (600, 100), '*': 0}, 'experimental': {1: (300, 30), 2: (600, 15), '*': 0}, } } -- cgit v1.2.3-54-g00ecf