[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: adjust arm64 scheduler to be more like the one for amd64
Holger Levsen
holger at layer-acht.org
Mon Jan 23 15:44:04 UTC 2017
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 f1a62dbc920d58cfd16e7dc5f92527ea2308e450
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Jan 23 16:43:22 2017 +0100
reproducible Debian: adjust arm64 scheduler to be more like the one for amd64
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_scheduler.py | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 8601ed0..336921b 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -103,8 +103,8 @@ LIMITS = {
'experimental': {1: (100, 250), 2: (200, 200), '*': 50},
},
'arm64': {
- 'testing': {1: (100, 200), 2: (200, 200), '*': 50},
- 'unstable': {1: (100, 200), 2: (200, 200), '*': 75},
+ 'testing': {1: (100, 250), 2: (200, 200), '*': 50},
+ 'unstable': {1: (100, 250), 2: (200, 200), '*': 75},
'experimental': {1: (100, 200), 2: (200, 200), '*': 25},
},
'armhf': {
@@ -125,9 +125,9 @@ LIMITS = {
'experimental': {1: (700, 40), 2: (500, 20), '*': 2},
},
'arm64': {
- 'testing': {1: (575, 20), 2: (450, 10), '*': 5},
- 'unstable': {1: (575, 20), 2: (450, 10), '*': 5},
- 'experimental': {1: (575, 20), 2: (450, 10), '*': 2},
+ 'testing': {1: (700, 40), 2: (500, 20), '*': 5},
+ 'unstable': {1: (700, 40), 2: (500, 20), '*': 5},
+ 'experimental': {1: (700, 40), 2: (500, 20), '*': 2},
},
'armhf': {
'testing': {1: (575, 20), 2: (450, 10), '*': 5},
@@ -147,9 +147,9 @@ LIMITS = {
'experimental': {1: (700, 400), 2: (500, 200), '*': 20},
},
'arm64': {
- 'testing': {1: (575, 200), 2: (450, 100), '*': 50},
- 'unstable': {1: (575, 200), 2: (450, 100), '*': 50},
- 'experimental': {1: (575, 200), 2: (450, 100), '*': 20},
+ 'testing': {1: (700, 400), 2: (500, 200), '*': 50},
+ 'unstable': {1: (700, 400), 2: (500, 200), '*': 50},
+ 'experimental': {1: (700, 400), 2: (500, 200), '*': 20},
},
'armhf': {
'testing': {1: (575, 200), 2: (450, 100), '*': 50},
--
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