[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: always schedule new versions and some ftbfs and depwait
Holger Levsen
holger at moszumanska.debian.org
Sun Feb 14 09:13:58 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 2b3332a45fc2d05c386fa3ac0629917e6fc18dd0
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Feb 14 10:13:48 2016 +0100
reproducible debian: always schedule new versions and some ftbfs and depwait
---
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 c2fb087..6014c7e 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -83,26 +83,26 @@ LIMITS = {
},
'new': {
'amd64': {
- 'testing': {1: (100, 250), 2: (200, 200), '*': 0},
+ 'testing': {1: (100, 250), 2: (200, 200), '*': 100},
'unstable': {1: (100, 250), 2: (200, 200), '*': 150},
'experimental': {1: (100, 250), 2: (200, 200), '*': 150},
},
'armhf': {
- 'testing': {1: (100, 200), 2: (200, 200), '*': 0},
+ 'testing': {1: (100, 200), 2: (200, 200), '*': 100},
'unstable': {1: (100, 200), 2: (200, 200), '*': 150},
'experimental': {1: (100, 200), 2: (200, 200), '*': 150},
},
},
'ftbfs+depwait': {
'amd64': {
- 'testing': {1: (250, 40), 2: (350, 20), '*': 0},
- 'unstable': {1: (250, 40), 2: (350, 20), '*': 0},
- 'experimental': {1: (250, 40), 2: (350, 20), '*': 0},
+ 'testing': {1: (250, 40), 2: (350, 20), '*': 5},
+ 'unstable': {1: (250, 40), 2: (350, 20), '*': 5},
+ 'experimental': {1: (250, 40), 2: (350, 20), '*': 2},
},
'armhf': {
- 'testing': {1: (250, 20), 2: (350, 10), '*': 0},
- 'unstable': {1: (250, 20), 2: (350, 10), '*': 0},
- 'experimental': {1: (250, 20), 2: (350, 10), '*': 0},
+ 'testing': {1: (250, 20), 2: (350, 10), '*': 5},
+ 'unstable': {1: (250, 20), 2: (350, 10), '*': 5},
+ 'experimental': {1: (250, 20), 2: (350, 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