[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible: make maximum arch specific

Holger Levsen holger at moszumanska.debian.org
Wed Sep 2 01:02:21 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 c15ecf50a1f2366904fdaa08237ab496c5725391
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Sep 2 02:17:58 2015 +0200

    reproducible: make maximum arch specific
---
 bin/reproducible_scheduler.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index c0b2497..bcb7b37 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -441,7 +441,7 @@ def scheduler(arch):
             'WHERE s.architecture="{arch}"'
     total = int(query_db(query.format(arch=arch))[0][0])
     log.info('Currently scheduled packages in all suites: ' + str(total))
-    if total > 750:
+    if total > MAXIMUM[arch]:
         generate_schedule()  # from reproducible_html_indexes
         log.info(str(total) + ' packages already scheduled' +
                  ', nothing to do here.')

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