diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-01-23 16:43:22 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-01-23 16:43:22 +0100 |
commit | f1a62dbc920d58cfd16e7dc5f92527ea2308e450 (patch) | |
tree | bb3efe0b16c2b5a186170a2cbe3c49f6ce51b1de /bin | |
parent | 12be33ea27a05e65aeb0302232c6a991483c54f6 (diff) | |
download | jenkins.debian.net-f1a62dbc920d58cfd16e7dc5f92527ea2308e450.tar.xz |
reproducible Debian: adjust arm64 scheduler to be more like the one for amd64
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_scheduler.py | 16 |
1 files changed, 8 insertions, 8 deletions
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}, |