[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: basically stop scheduling old packages on testing/armhf+i386 due to #846564 still affecting stretch
Holger Levsen
holger at layer-acht.org
Tue Dec 20 16:08:47 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 48d9eb69dd9d76eb2cbbab3182b549bad04a6504
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Dec 20 17:08:37 2016 +0100
reproducible Debian: basically stop scheduling old packages on testing/armhf+i386 due to #846564 still affecting stretch
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
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 b1721f6..f9301a6 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -144,12 +144,12 @@ LIMITS = {
'experimental': {1: (300, 70), 2: (500, 50), '*': 0},
},
'i386': {
- 'testing': {1: (300, 800), 2: (500, 500), '*': 0},
+ 'testing': {1: (300, 8), 2: (500, 5), '*': 0},
'unstable': {1: (300, 800), 2: (500, 500), '*': 0},
'experimental': {1: (300, 70), 2: (500, 50), '*': 0},
},
'armhf': {
- 'testing': {1: (300, 800), 2: (500, 500), '*': 0},
+ 'testing': {1: (300, 8), 2: (500, 5), '*': 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