diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-08-12 20:39:34 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-08-12 20:39:34 +0200 |
commit | 6649043714cc55232b23428c82459161e82ddbe4 (patch) | |
tree | a7298e9d047779c6d01756b9a3a38107ea5c7113 | |
parent | fc219f27e049b0816c40ed587a14005a631abd4b (diff) | |
download | jenkins.debian.net-6649043714cc55232b23428c82459161e82ddbe4.tar.xz |
reproducible Debian: build testing/i386 faster that the other suites on i386
-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 103f559c..557c002b 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -142,9 +142,9 @@ LIMITS = { 'experimental': {1: (300, 70), 2: (500, 50), '*': 0}, }, 'i386': { - 'testing': {1: (300, 555), 2: (500, 444), '*': 0}, - 'unstable': {1: (300, 1000), 2: (500, 888), '*': 0}, - 'experimental': {1: (300, 70), 2: (500, 50), '*': 0}, + 'testing': {1: (300, 1111), 2: (500, 888), '*': 0}, + 'unstable': {1: (300, 100), 2: (500, 77), '*': 0}, + 'experimental': {1: (300, 33), 2: (500, 15), '*': 0}, }, 'armhf': { 'testing': {1: (300, 555), 2: (500, 444), '*': 0}, |