From 2a494f00a8112dc8d5c84371577562bd01c9a3f1 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 15 Feb 2016 01:04:06 +0100 Subject: reproducible debian: schedule new versions in armhf a bit slower… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/reproducible_scheduler.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin/reproducible_scheduler.py') diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index ce2b1b7d..7928bc6a 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -85,12 +85,12 @@ LIMITS = { 'amd64': { 'testing': {1: (100, 250), 2: (200, 200), '*': 100}, 'unstable': {1: (100, 250), 2: (200, 200), '*': 150}, - 'experimental': {1: (100, 250), 2: (200, 200), '*': 150}, + 'experimental': {1: (100, 250), 2: (200, 200), '*': 50}, }, 'armhf': { - 'testing': {1: (100, 200), 2: (200, 200), '*': 100}, - 'unstable': {1: (100, 200), 2: (200, 200), '*': 150}, - 'experimental': {1: (100, 200), 2: (200, 200), '*': 150}, + 'testing': {1: (100, 200), 2: (200, 200), '*': 50}, + 'unstable': {1: (100, 200), 2: (200, 200), '*': 75}, + 'experimental': {1: (100, 200), 2: (200, 200), '*': 25}, }, }, 'ftbfs+depwait': { -- cgit v1.2.3-54-g00ecf