[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible armhf: tune scheduling limits
Holger Levsen
holger at moszumanska.debian.org
Sat Jan 9 10:33:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 32b9be7509b1d8b7860d99b812dae6e4943d4d9c
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Jan 9 11:33:16 2016 +0100
reproducible armhf: tune scheduling limits
---
bin/reproducible_scheduler.py | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 66a7365..414e474 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -71,9 +71,9 @@ LIMITS = {
'experimental': {'*': 440},
},
'armhf': {
- 'testing': {'*': 250},
- 'unstable': {'*': 250},
- 'experimental': {'*': 250},
+ 'testing': {'*': 200},
+ 'unstable': {'*': 200},
+ 'experimental': {'*': 200},
},
},
'new': {
@@ -102,14 +102,14 @@ LIMITS = {
},
'old': {
'amd64': {
- 'testing': {1: (300, 800), 2: (400, 666), '*': 0},
- 'unstable': {1: (300, 1000), 2: (400, 888), '*': 0},
- 'experimental': {1: (300, 70), 2: (400, 50), '*': 0},
+ 'testing': {1: (300, 800), 2: (500, 666), '*': 0},
+ 'unstable': {1: (300, 1000), 2: (500, 888), '*': 0},
+ 'experimental': {1: (300, 70), 2: (500, 50), '*': 0},
},
'armhf': {
- 'testing': {1: (300, 200), 2: (400, 125), '*': 0},
- 'unstable': {1: (300, 200), 2: (400, 125), '*': 0},
- 'experimental': {1: (300, 30), 2: (400, 15), '*': 0},
+ 'testing': {1: (300, 200), 2: (500, 125), '*': 0},
+ 'unstable': {1: (300, 200), 2: (500, 125), '*': 0},
+ 'experimental': {1: (300, 30), 2: (500, 15), '*': 0},
}
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list