diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-08-03 20:06:19 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-08-03 20:06:19 +0200 |
commit | 447c763759bbf21536e70f126657b97b96242ad1 (patch) | |
tree | c2cf1920ea40167b04f1c15e9e2814fa08819a91 /bin | |
parent | 5417116587a5b31b36ad6ef505c1e0153db26725 (diff) | |
download | jenkins.debian.net-447c763759bbf21536e70f126657b97b96242ad1.tar.xz |
reproducible Debian: rebuild sid faster than testing
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_scheduler.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 20a618a3..103f559c 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -137,17 +137,17 @@ LIMITS = { }, 'old': { 'amd64': { - 'testing': {1: (300, 800), 2: (500, 666), '*': 0}, + 'testing': {1: (300, 555), 2: (500, 444), '*': 0}, 'unstable': {1: (300, 1000), 2: (500, 888), '*': 0}, 'experimental': {1: (300, 70), 2: (500, 50), '*': 0}, }, 'i386': { - 'testing': {1: (300, 800), 2: (500, 666), '*': 0}, + 'testing': {1: (300, 555), 2: (500, 444), '*': 0}, 'unstable': {1: (300, 1000), 2: (500, 888), '*': 0}, 'experimental': {1: (300, 70), 2: (500, 50), '*': 0}, }, 'armhf': { - 'testing': {1: (300, 800), 2: (500, 666), '*': 0}, + 'testing': {1: (300, 555), 2: (500, 444), '*': 0}, 'unstable': {1: (300, 1000), 2: (500, 888), '*': 0}, 'experimental': {1: (300, 70), 2: (500, 50), '*': 0}, } |