[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: schedule some more new versions
Holger Levsen
holger at moszumanska.debian.org
Tue Apr 28 15:00:09 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 ddff4a29a4bf55cd1e67df489ee9c838c82360cb
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Apr 28 16:59:55 2015 +0200
reproducible: schedule some 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 2a52ce3..fa2bbc2 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 = 100
+ many_new = 150
elif total <= 200:
- many_new = 75
+ many_new = 100
else:
- many_new = 50
+ many_new = 75
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