[Qa-jenkins-scm] [jenkins.debian.net] 01/01: Revert "reproducible: disable rescheduling of already tested packages for sid and experimental due to gcc5 transition + aptitude breakage"
Holger Levsen
holger at moszumanska.debian.org
Mon Aug 10 11:22:28 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 0a5d2b74cedfa2ee0bf4d74275ee86d347e7b3a5
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Aug 10 13:20:25 2015 +0200
Revert "reproducible: disable rescheduling of already tested packages for sid and experimental due to gcc5 transition + aptitude breakage"
This reverts commit 3364bd3fae718849a9cac881fd8d66db47794aae.
This does not yet return us to scheduling sid at the usual pace.
---
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 dacdf88..4af2309 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -328,11 +328,11 @@ def schedule_old_versions(total):
many_old_base = 0 # ...
for suite in SUITES:
if suite == 'unstable':
- suite_many_old = int(many_old_base*0) # unstable changes the most and is most relevant ### was 20, set to 0 due to gcc5 transition
+ suite_many_old = int(many_old_base*5) # unstable changes the most and is most relevant ### was 20, lowered due to gcc5 transition
elif suite == 'testing':
suite_many_old = int(many_old_base*25) # re-schedule testing less than unstable as we care more more about unstable (atm) ### was 10, raised due to gcc5...
else:
- suite_many_old = 0 # set to 0 due to gcc5 transition # int(many_old_base) # experimental is roughly one twentieth of the size of the other suites
+ suite_many_old = int(many_old_base) # experimental is roughly one twentieth of the size of the other suites
log.info('Requesting ' + str(suite_many_old) + ' old packages in ' + suite + '...')
packages[suite] = query_old_versions(suite, suite_many_old)
log.info('Received ' + str(len(packages[suite])) + ' old packages in ' + suite + ' to schedule.')
--
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