[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: schedule even more new versions
Holger Levsen
holger at moszumanska.debian.org
Thu Apr 30 10:17:05 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 179409625406941e7129645ec26312edf794125e
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Apr 30 12:16:49 2015 +0200
reproducible: schedule even more new versions
---
bin/reproducible_scheduler.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index fa2bbc2..e65e836 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -241,11 +241,11 @@ def scheduler():
# packages with new versions
new = {}
if total <= 100:
- many_new = 150
+ many_new = 250
elif total <= 200:
- many_new = 100
+ many_new = 200
else:
- many_new = 75
+ many_new = 150
log.info('Requesting ' + str(many_new) + ' new versions in ' + suite + '...')
for suite in SUITES:
new[suite] = scheduler_new_versions(suite, many_new)
--
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