diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-10 01:49:54 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-10 01:49:54 +0200 |
commit | ba3d088efe0fc1109c025132ecdefe7725b22011 (patch) | |
tree | 26ee6a54e4e98a58e3ddd61aff3b342c36b9979c /bin | |
parent | e8cc95eade12d2ac2160a5e3a8b42f6f6092ddd7 (diff) | |
download | jenkins.debian.net-ba3d088efe0fc1109c025132ecdefe7725b22011.tar.xz |
reproducible: test stretch more often, so it can catchup
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 40d489af..2f74fb8a 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -102,8 +102,8 @@ LIMITS = { }, 'old': { 'amd64': { - 'testing': {1: (300, 400), 2: (400, 333), '*': 0}, - 'unstable': {1: (300, 500), 2: (400, 444), '*': 0}, + 'testing': {1: (300, 500), 2: (400, 444), '*': 0}, + 'unstable': {1: (300, 400), 2: (400, 333), '*': 0}, 'experimental': {1: (300, 35), 2: (400, 25), '*': 0}, }, 'armhf': { |