summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-04-02 13:33:09 +0100
committerAngelos Evripiotis <jevripiotis@bloomberg.net>2019-05-23 15:49:09 +0100
commit8d1eb20e50a2d39198f8745926be0c3ea11ffd72 (patch)
treeab62c69397148431b86b94359a580ef0b49b3bd4
parent82efed60fcb3d4f9227c3de3bf1649aa8d78a4ab (diff)
downloadbuildstream-8d1eb20e50a2d39198f8745926be0c3ea11ffd72.tar.gz
WIP: spawn: can't use job result yet
-rw-r--r--src/buildstream/_scheduler/queues/buildqueue.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/buildstream/_scheduler/queues/buildqueue.py b/src/buildstream/_scheduler/queues/buildqueue.py
index aa489f381..caa4bc27e 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)