summaryrefslogtreecommitdiff
path: root/tests/integration/pullbuildtrees.py
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2019-03-06 15:34:02 +0100
committerJürg Billeter <j@bitron.ch>2019-03-15 09:41:43 +0000
commite8bd069946294d915592ab4d37a86cb9f5a749d8 (patch)
tree162d3f513b66b66727af642897b53d0b2610fbae /tests/integration/pullbuildtrees.py
parente34f8f539f94e99c3b8781d6a62711bb8cf71c06 (diff)
downloadbuildstream-juerg/cache-buildtrees.tar.gz
Change default of cache-buildtrees option to 'auto'juerg/cache-buildtrees
Caching buildtrees may significantly increase CAS disk usage. Change the default to cache buildtrees only when required for core functionality.
Diffstat (limited to 'tests/integration/pullbuildtrees.py')
-rw-r--r--tests/integration/pullbuildtrees.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration/pullbuildtrees.py b/tests/integration/pullbuildtrees.py
index efcf9cf87..6a3b92723 100644
--- a/tests/integration/pullbuildtrees.py
+++ b/tests/integration/pullbuildtrees.py
@@ -48,6 +48,7 @@ def test_pullbuildtrees(cli2, tmpdir, datafiles):
cli2.configure({
'artifacts': {'url': share1.repo, 'push': True},
'cachedir': str(tmpdir),
+ 'cache': {'cache-buildtrees': 'always'},
})
@contextmanager