[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: schedule more ftbfs+depwait packages sooner
Holger Levsen
holger at moszumanska.debian.org
Mon Mar 7 11:08:17 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 cfd088fdfb62a313e5158e79f5859b0ae5e8c707
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Mar 7 12:08:08 2016 +0100
reproducible debian: schedule more ftbfs+depwait packages sooner
---
bin/reproducible_scheduler.py | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index f3f41af..7f617e1 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -93,14 +93,14 @@ LIMITS = {
},
'ftbfs+depwait': {
'amd64': {
- 'testing': {1: (250, 40), 2: (350, 20), '*': 5},
- 'unstable': {1: (250, 40), 2: (350, 20), '*': 5},
- 'experimental': {1: (250, 40), 2: (350, 20), '*': 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: (250, 20), 2: (350, 10), '*': 5},
- 'unstable': {1: (250, 20), 2: (350, 10), '*': 5},
- 'experimental': {1: (250, 20), 2: (350, 10), '*': 2},
+ 'testing': {1: (575, 20), 2: (450, 10), '*': 5},
+ 'unstable': {1: (575, 20), 2: (450, 10), '*': 5},
+ 'experimental': {1: (575, 20), 2: (450, 10), '*': 2},
}
},
'old': {
--
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