[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: schedule old packages from sid/amd64 a bit less often and those from stretch/amd64 a bit more - still emphasize sid though
Holger Levsen
holger at moszumanska.debian.org
Tue Sep 22 08:45:17 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 86cc98c27df3675c6bef4334e2c7762c9b3390bd
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Sep 22 10:45:03 2015 +0200
reproducible: schedule old packages from sid/amd64 a bit less often and those from stretch/amd64 a bit more - still emphasize sid though
---
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 9a8fcfd..8e0811d 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -102,8 +102,8 @@ LIMITS = {
},
'old': {
'amd64': {
- 'testing': {1: (300, 200), 2: (400, 300), '*': 0},
- 'unstable': {1: (300, 600), 2: (400, 700), '*': 0},
+ 'testing': {1: (300, 250), 2: (400, 300), '*': 0},
+ 'unstable': {1: (300, 500), 2: (400, 600), '*': 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