diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-09 20:48:38 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-09 20:48:38 +0100 |
commit | 8f13acf226efede83f8c376837705420b947c7e9 (patch) | |
tree | aca842887bf899ac80d7abe3567871239ace0462 /bin | |
parent | 249228696345acf2bbe8ab4a8507b16d415856cc (diff) | |
download | jenkins.debian.net-8f13acf226efede83f8c376837705420b947c7e9.tar.xz |
reproducible: schedule more sources from sid than stretch
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 ebefef3d..bd3d3342 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -102,8 +102,8 @@ LIMITS = { }, 'old': { 'amd64': { - 'testing': {1: (300, 1000), 2: (400, 888), '*': 0}, - 'unstable': {1: (300, 800), 2: (400, 666), '*': 0}, + 'testing': {1: (300, 800), 2: (400, 666), '*': 0}, + 'unstable': {1: (300, 1000), 2: (400, 888), '*': 0}, 'experimental': {1: (300, 70), 2: (400, 50), '*': 0}, }, 'armhf': { |