[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: schedule more packages
Holger Levsen
holger at moszumanska.debian.org
Wed Mar 11 01:34: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 0b3b10cfee5687c987ff36519f890921235439ea
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Mar 11 02:32:46 2015 +0100
reproducible: schedule more packages
---
bin/reproducible_scheduler.py | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 3f4413b..3a192cc 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -220,8 +220,8 @@ def scheduler():
# untested packages
untested = {}
for suite in SUITES:
- log.info('Requesting 200 untested packages in ' + suite + '...')
- untested[suite] = scheduler_untested_packages(suite, 200)
+ log.info('Requesting 250 untested packages in ' + suite + '...')
+ untested[suite] = scheduler_untested_packages(suite, 250)
total += len(untested[suite])
log.info('Received ' + str(len(untested[suite])) + ' untested packages in ' + suite + ' to schedule.')
log.info('==============================================================')
@@ -243,12 +243,12 @@ def scheduler():
# old packages
old = {}
- if total <= 75:
+ if total <= 150:
many_old = 25 # multiplied by 10, usually, see below
- elif total <= 150:
+ elif total <= 250:
many_old = 10 # ...
else:
- many_old = 1
+ many_old = 5
for suite in SUITES:
if suite != 'experimental':
many_old = many_old*10 # experimental is roughly one tenth of the other suites in size
--
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