diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-12-23 10:54:16 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-12-23 10:54:16 +0100 |
commit | 42df091e92b84c472d9faa9ca458bf3df8f5faa6 (patch) | |
tree | 67ceafeef6ef4c0d52462ec745d5604a6250d94f | |
parent | d3cfdf5d361a98a6c78d0513f71f3132e6de162e (diff) | |
download | jenkins.debian.net-42df091e92b84c472d9faa9ca458bf3df8f5faa6.tar.xz |
fixup d3cfdf5d: reproducible Debian: enable arm64 scheduler
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/reproducible_scheduler.py | 6 |
1 files 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}, |