summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-08-20 01:14:39 +0200
committerHolger Levsen <holger@layer-acht.org>2016-08-20 01:14:39 +0200
commit8b91ff5387ffc39a1c0a4d17f9b6e488c9cdc285 (patch)
tree163aed2b40065ba61a0b0a28450e9f5185b6de25 /bin/reproducible_scheduler.py
parentaceab8c8958602672a6a0fc7289b391ff23804b9 (diff)
downloadjenkins.debian.net-8b91ff5387ffc39a1c0a4d17f9b6e488c9cdc285.tar.xz
Revert "reproducible Debian: build testing/i386 faster that the other suites on i386"
This reverts commit 6649043714cc55232b23428c82459161e82ddbe4.
Diffstat (limited to 'bin/reproducible_scheduler.py')
-rwxr-xr-xbin/reproducible_scheduler.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 29769d60..d1e667ac 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -143,9 +143,9 @@ LIMITS = {
'experimental': {1: (300, 70), 2: (500, 50), '*': 0},
},
'i386': {
- 'testing': {1: (300, 1111), 2: (500, 888), '*': 0},
- 'unstable': {1: (300, 100), 2: (500, 77), '*': 0},
- 'experimental': {1: (300, 33), 2: (500, 15), '*': 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, 555), 2: (500, 444), '*': 0},