[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: schedule old ftbfs packages a bit more often

Holger Levsen holger at moszumanska.debian.org
Tue Jul 28 09:03:04 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 486ea8e6eb84f6889b0909c88c574be69deab5ec
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Jul 28 11:02:11 2015 +0200

    reproducible: schedule old ftbfs packages a bit more often
---
 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 c49e584..3ac03d2 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -282,9 +282,9 @@ def schedule_new_versions(total):
 def schedule_old_ftbfs_versions(total):
     packages = {}
     if total <= 250:
-        old_ftbfs = 23
+        old_ftbfs = 42
     elif total <= 350:
-        old_ftbfs = 10
+        old_ftbfs = 23
     else:
         old_ftbfs = 0
     for suite in SUITES:
@@ -303,9 +303,9 @@ def schedule_old_ftbfs_versions(total):
 
 def schedule_old_versions(total):
     packages = {}
-    if total <= 250:
+    if total <= 300:
         many_old_base = 35 # multiplied by 20 or 10 or 1, see below
-    elif total <= 350:
+    elif total <= 400:
         many_old_base = 25 # also...
     else:
         many_old_base = 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