[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: dont schedule (any) old packages if the queue aint low

Holger Levsen holger at moszumanska.debian.org
Sat May 16 09:33:48 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 d9ed5a71857c34b13dfd092d885f16a8e8ef38aa
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat May 16 11:33:43 2015 +0200

    reproducible: dont schedule (any) old packages if the queue aint low
---
 bin/reproducible_scheduler.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 2554ed6..2fe95e4 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -261,8 +261,6 @@ def scheduler():
         many_old = 17 # also...
     elif total <= 450:
         many_old = 10 # ...
-    elif total <= 550:
-        many_old = 1  # ...
     else:
         many_old = 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