summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-05 04:16:20 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-05 04:16:20 +0200
commit60dff7812eca5bdccf60b9e38e4206014d9619ea (patch)
tree5b3367bb1226bd8f4f5940cd6ed720fe803e828a /bin/reproducible_scheduler.py
parentb38a72f6151c52353452e643496869d99c965092 (diff)
downloadjenkins.debian.net-60dff7812eca5bdccf60b9e38e4206014d9619ea.tar.xz
reproducible: make limits consistant
Diffstat (limited to 'bin/reproducible_scheduler.py')
-rwxr-xr-xbin/reproducible_scheduler.py4
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': {