[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: double the amount of old packages scheduled, to reduce irc notifications
Holger Levsen
holger at moszumanska.debian.org
Mon Jun 8 10:03:05 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 0c87e880d3dba949aaca654a393e59c16df32287
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Jun 8 12:02:36 2015 +0200
reproducible: double the amount of old packages scheduled, to reduce irc notifications
---
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 b743732..85e3d60 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -265,9 +265,9 @@ def scheduler():
# old packages
old = {}
if total <= 250:
- many_old_base = 17.5 # multiplied by 20 or 10 or 1, see below
+ many_old_base = 35 # multiplied by 20 or 10 or 1, see below
elif total <= 350:
- many_old_base = 12.5 # also...
+ many_old_base = 25 # also...
else:
many_old_base = 0 # ...
for suite in SUITES:
--
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