diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-05 04:16:20 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-05 04:16:20 +0200 |
commit | 60dff7812eca5bdccf60b9e38e4206014d9619ea (patch) | |
tree | 5b3367bb1226bd8f4f5940cd6ed720fe803e828a /bin | |
parent | b38a72f6151c52353452e643496869d99c965092 (diff) | |
download | jenkins.debian.net-60dff7812eca5bdccf60b9e38e4206014d9619ea.tar.xz |
reproducible: make limits consistant
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_scheduler.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index bb0fc5ad..2a0071cb 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -102,8 +102,8 @@ LIMITS = { }, 'old': { 'amd64': { - 'testing': {1: (300, 333), 2: (400, 400), '*': 0}, - 'unstable': {1: (300, 444), 2: (400, 500), '*': 0}, + 'testing': {1: (300, 400), 2: (400, 333), '*': 0}, + 'unstable': {1: (300, 500), 2: (400, 444), '*': 0}, 'experimental': {1: (300, 35), 2: (400, 25), '*': 0}, }, 'armhf': { |