[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: schedule testing as often as unstable on all archs, now that the freeze gets closer
Holger Levsen
holger at layer-acht.org
Mon Nov 21 00: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 4e946bb24f2ab3e475633f347a35390bbc33e0bb
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Nov 21 01:13:37 2016 +0100
reproducible Debian: schedule testing as often as unstable on all archs, now that the freeze gets closer
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_scheduler.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index c125c67..7000f5b 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -145,13 +145,13 @@ LIMITS = {
'experimental': {1: (300, 70), 2: (500, 50), '*': 0},
},
'i386': {
- 'testing': {1: (300, 555), 2: (500, 444), '*': 0},
- 'unstable': {1: (300, 1000), 2: (500, 888), '*': 0},
+ 'testing': {1: (300, 800), 2: (500, 500), '*': 0},
+ 'unstable': {1: (300, 800), 2: (500, 500), '*': 0},
'experimental': {1: (300, 70), 2: (500, 50), '*': 0},
},
'armhf': {
- 'testing': {1: (300, 555), 2: (500, 444), '*': 0},
- 'unstable': {1: (300, 1000), 2: (500, 888), '*': 0},
+ 'testing': {1: (300, 800), 2: (500, 500), '*': 0},
+ 'unstable': {1: (300, 800), 2: (500, 500), '*': 0},
'experimental': {1: (300, 70), 2: (500, 50), '*': 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