From f36a6e74ce0b39b40ef01f48d797a1d2bb8bcaa4 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 25 Sep 2015 03:37:06 +0200 Subject: reproducible: schedule tested packages in testing/amd64 more often, but not as often as unstable/amd64 --- bin/reproducible_scheduler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index ccbfd20e..bb0fc5ad 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -102,8 +102,8 @@ LIMITS = { }, 'old': { 'amd64': { - 'testing': {1: (300, 250), 2: (400, 300), '*': 0}, - 'unstable': {1: (300, 500), 2: (400, 600), '*': 0}, + 'testing': {1: (300, 333), 2: (400, 400), '*': 0}, + 'unstable': {1: (300, 444), 2: (400, 500), '*': 0}, 'experimental': {1: (300, 35), 2: (400, 25), '*': 0}, }, 'armhf': { -- cgit v1.2.3-54-g00ecf