From da2123aa0c58fefbf6e76c5480416cf1bafd564b Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 1 May 2017 15:26:06 +0200 Subject: reproducible Debian: schedule more packages for amd64 and arm64 Signed-off-by: Holger Levsen --- bin/reproducible_scheduler.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index c12d1b1b..afb6020a 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -71,8 +71,8 @@ MAXIMA = {'amd64': 750, 'i386': 750, 'arm64': 1000, 'armhf': 750} LIMITS = { 'untested': { 'amd64': { - 'testing': {'*': 440}, - 'unstable': {'*': 440}, + 'testing': {'*': 600}, + 'unstable': {'*': 600}, 'experimental': {'*': 440}, }, 'i386': { @@ -159,9 +159,9 @@ LIMITS = { }, 'old': { 'amd64': { - 'testing': {1: (300, 800), 2: (500, 500), '*': 0}, - 'unstable': {1: (300, 800), 2: (500, 500), '*': 0}, - 'experimental': {1: (300, 70), 2: (500, 50), '*': 0}, + 'testing': {1: (300, 800), 2: (600, 600), '*': 0}, + 'unstable': {1: (300, 800), 2: (600, 600), '*': 0}, + 'experimental': {1: (300, 70), 2: (600, 50), '*': 0}, }, 'i386': { 'testing': {1: (300, 800), 2: (500, 500), '*': 0}, @@ -169,9 +169,9 @@ LIMITS = { 'experimental': {1: (300, 70), 2: (500, 50), '*': 0}, }, 'arm64': { - 'testing': {1: (300, 800), 2: (500, 500), '*': 0}, - 'unstable': {1: (300, 800), 2: (500, 500), '*': 0}, - 'experimental': {1: (300, 70), 2: (500, 50), '*': 0}, + 'testing': {1: (300, 800), 2: (600, 600), '*': 0}, + 'unstable': {1: (300, 800), 2: (600, 600), '*': 0}, + 'experimental': {1: (300, 70), 2: (600, 50), '*': 0}, }, 'armhf': { 'testing': {1: (300, 800), 2: (500, 500), '*': 0}, -- cgit v1.2.3-54-g00ecf