From 42df091e92b84c472d9faa9ca458bf3df8f5faa6 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 23 Dec 2016 10:54:16 +0100 Subject: fixup d3cfdf5d: reproducible Debian: enable arm64 scheduler Signed-off-by: Holger Levsen --- bin/reproducible_scheduler.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 25039332..ee724607 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -128,7 +128,7 @@ LIMITS = { 'testing': {1: (575, 20), 2: (450, 10), '*': 5}, 'unstable': {1: (575, 20), 2: (450, 10), '*': 5}, 'experimental': {1: (575, 20), 2: (450, 10), '*': 2}, - } + }, 'armhf': { 'testing': {1: (575, 20), 2: (450, 10), '*': 5}, 'unstable': {1: (575, 20), 2: (450, 10), '*': 5}, @@ -150,7 +150,7 @@ LIMITS = { 'testing': {1: (575, 200), 2: (450, 100), '*': 50}, 'unstable': {1: (575, 200), 2: (450, 100), '*': 50}, 'experimental': {1: (575, 200), 2: (450, 100), '*': 20}, - } + }, 'armhf': { 'testing': {1: (575, 200), 2: (450, 100), '*': 50}, 'unstable': {1: (575, 200), 2: (450, 100), '*': 50}, @@ -172,7 +172,7 @@ LIMITS = { 'testing': {1: (300, 8), 2: (500, 5), '*': 0}, 'unstable': {1: (300, 800), 2: (500, 500), '*': 0}, 'experimental': {1: (300, 70), 2: (500, 50), '*': 0}, - } + }, 'armhf': { 'testing': {1: (300, 8), 2: (500, 5), '*': 0}, 'unstable': {1: (300, 800), 2: (500, 500), '*': 0}, -- cgit v1.2.3-70-g09d2