[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: make limits consistant
Holger Levsen
holger at moszumanska.debian.org
Mon Oct 5 02:16:56 UTC 2015
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 60dff7812eca5bdccf60b9e38e4206014d9619ea
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Oct 5 04:16:20 2015 +0200
reproducible: make limits consistant
---
bin/reproducible_scheduler.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index bb0fc5a..2a0071c 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -102,8 +102,8 @@ LIMITS = {
},
'old': {
'amd64': {
- 'testing': {1: (300, 333), 2: (400, 400), '*': 0},
- 'unstable': {1: (300, 444), 2: (400, 500), '*': 0},
+ 'testing': {1: (300, 400), 2: (400, 333), '*': 0},
+ 'unstable': {1: (300, 500), 2: (400, 444), '*': 0},
'experimental': {1: (300, 35), 2: (400, 25), '*': 0},
},
'armhf': {
--
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