You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by gi...@apache.org on 2020/12/29 13:21:58 UTC

[buildstream] 08/33: WIP: spawn: can't use job result yet

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch aevri/picklable_jobs
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 8d1eb20e50a2d39198f8745926be0c3ea11ffd72
Author: Angelos Evripiotis <je...@bloomberg.net>
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)