summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-12-26 14:40:26 +0100
committerHolger Levsen <holger@layer-acht.org>2016-12-26 14:40:26 +0100
commit069bc844578d597b3350034caf711ec165a4b476 (patch)
tree199bd6eb38847b0731f854b04fee10258601e92a /bin/reproducible_scheduler.py
parent7c89a75c85ca84c8f02f80ecd2e2fba94ce66cbd (diff)
downloadjenkins.debian.net-069bc844578d597b3350034caf711ec165a4b476.tar.xz
reproducible Debian: resume testing scheduling now that #846564 and #844701 are fixed in testing too
Signed-off-by: Holger Levsen <holger@layer-acht.org>
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 a7e195bf..b9eca6d3 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -164,17 +164,17 @@ LIMITS = {
'experimental': {1: (300, 70), 2: (500, 50), '*': 0},
},
'i386': {
- 'testing': {1: (300, 8), 2: (500, 5), '*': 0},
+ 'testing': {1: (300, 800), 2: (500, 500), '*': 0},
'unstable': {1: (300, 800), 2: (500, 500), '*': 0},
'experimental': {1: (300, 70), 2: (500, 50), '*': 0},
},
'arm64': {
- 'testing': {1: (300, 8), 2: (500, 5), '*': 0},
+ 'testing': {1: (300, 800), 2: (500, 500), '*': 0},
'unstable': {1: (300, 800), 2: (500, 500), '*': 0},
'experimental': {1: (300, 70), 2: (500, 50), '*': 0},
},
'armhf': {
- 'testing': {1: (300, 8), 2: (500, 5), '*': 0},
+ 'testing': {1: (300, 800), 2: (500, 500), '*': 0},
'unstable': {1: (300, 800), 2: (500, 500), '*': 0},
'experimental': {1: (300, 70), 2: (500, 50), '*': 0},
}