summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-12-23 10:54:16 +0100
committerHolger Levsen <holger@layer-acht.org>2016-12-23 10:54:16 +0100
commit42df091e92b84c472d9faa9ca458bf3df8f5faa6 (patch)
tree67ceafeef6ef4c0d52462ec745d5604a6250d94f /bin/reproducible_scheduler.py
parentd3cfdf5d361a98a6c78d0513f71f3132e6de162e (diff)
downloadjenkins.debian.net-42df091e92b84c472d9faa9ca458bf3df8f5faa6.tar.xz
fixup d3cfdf5d: reproducible Debian: enable arm64 scheduler
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_scheduler.py')
-rwxr-xr-xbin/reproducible_scheduler.py6
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},