From f1a62dbc920d58cfd16e7dc5f92527ea2308e450 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 23 Jan 2017 16:43:22 +0100 Subject: reproducible Debian: adjust arm64 scheduler to be more like the one for amd64 Signed-off-by: Holger Levsen --- bin/reproducible_scheduler.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 8601ed01..336921b9 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -103,8 +103,8 @@ LIMITS = { 'experimental': {1: (100, 250), 2: (200, 200), '*': 50}, }, 'arm64': { - 'testing': {1: (100, 200), 2: (200, 200), '*': 50}, - 'unstable': {1: (100, 200), 2: (200, 200), '*': 75}, + 'testing': {1: (100, 250), 2: (200, 200), '*': 50}, + 'unstable': {1: (100, 250), 2: (200, 200), '*': 75}, 'experimental': {1: (100, 200), 2: (200, 200), '*': 25}, }, 'armhf': { @@ -125,9 +125,9 @@ LIMITS = { 'experimental': {1: (700, 40), 2: (500, 20), '*': 2}, }, 'arm64': { - 'testing': {1: (575, 20), 2: (450, 10), '*': 5}, - 'unstable': {1: (575, 20), 2: (450, 10), '*': 5}, - 'experimental': {1: (575, 20), 2: (450, 10), '*': 2}, + 'testing': {1: (700, 40), 2: (500, 20), '*': 5}, + 'unstable': {1: (700, 40), 2: (500, 20), '*': 5}, + 'experimental': {1: (700, 40), 2: (500, 20), '*': 2}, }, 'armhf': { 'testing': {1: (575, 20), 2: (450, 10), '*': 5}, @@ -147,9 +147,9 @@ LIMITS = { 'experimental': {1: (700, 400), 2: (500, 200), '*': 20}, }, 'arm64': { - 'testing': {1: (575, 200), 2: (450, 100), '*': 50}, - 'unstable': {1: (575, 200), 2: (450, 100), '*': 50}, - 'experimental': {1: (575, 200), 2: (450, 100), '*': 20}, + 'testing': {1: (700, 400), 2: (500, 200), '*': 50}, + 'unstable': {1: (700, 400), 2: (500, 200), '*': 50}, + 'experimental': {1: (700, 400), 2: (500, 200), '*': 20}, }, 'armhf': { 'testing': {1: (575, 200), 2: (450, 100), '*': 50}, -- cgit v1.2.3-54-g00ecf