This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch aevri/picklable_jobs in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 8d1eb20e50a2d39198f8745926be0c3ea11ffd72 Author: Angelos Evripiotis <[email protected]> AuthorDate: Tue Apr 2 13:33:09 2019 +0100 WIP: spawn: can't use job result yet --- src/buildstream/_scheduler/queues/buildqueue.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/buildstream/_scheduler/queues/buildqueue.py b/src/buildstream/_scheduler/queues/buildqueue.py index aa489f3..caa4bc2 100644 --- a/src/buildstream/_scheduler/queues/buildqueue.py +++ b/src/buildstream/_scheduler/queues/buildqueue.py @@ -113,5 +113,6 @@ class BuildQueue(Queue): # artifact cache size for a successful build even though we know a # failed build also grows the artifact cache size. # - if status == JobStatus.OK: - self._check_cache_size(job, element, result) + + # if status == JobStatus.OK: + # self._check_cache_size(job, element, result)
