[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: schedule new versions when < MAXIMA*3 packages are scheduled

Holger Levsen holger at moszumanska.debian.org
Tue Jan 19 23:56:49 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 edb36657f7cf26255d07581b4d4aa1feeb2e0ef0
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Jan 20 00:43:26 2016 +0100

    reproducible: schedule new versions when < MAXIMA*3 packages are scheduled
---
 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 99acd34..b5014b5 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -31,7 +31,7 @@ How the scheduler chooses which limit to apply, based on the MAXIMA
 and LIMIT arrays:
 
 First, the scheduler is only started for an architecture if the number of
-currently scheduled packages is lower than MAXIMA*2. Then if the number of
+currently scheduled packages is lower than MAXIMA*3. Then if the number of
 scheduled packages is higher than MAXIMA, only new versions are scheduled...
 
 
@@ -580,7 +580,7 @@ if __name__ == '__main__':
     for arch in ARCHS:
         log.info('Scheduling for %s...', arch)
         overall = int(query_db(query.format(arch))[0][0])
-        if overall > (MAXIMA[arch]*2):
+        if overall > (MAXIMA[arch]*3):
             log.info('%s packages already scheduled for %s, nothing to do.', overall, arch)
             continue
         log.info('%s packages already scheduled for %s, probably scheduling some '

-- 
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