summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaoul Hidalgo Charman <raoul.hidalgocharman@codethink.co.uk>2019-07-02 16:18:03 +0100
committerJürg Billeter <j@bitron.ch>2019-07-11 17:53:59 +0200
commit575fb5af0828e491f68f659cf0f053e22fe47035 (patch)
treefa916e0cfd061b55cf6380ae181c65fa602f00ba
parentd9ee249e69634378037dcfa3c5657eb10e83d213 (diff)
downloadbuildstream-raoul/1043-disabling-blob-fetching.tar.gz
doc/source/using_config.rst: Add pull-artifact-files optionraoul/1043-disabling-blob-fetching
Part of #1043
-rw-r--r--doc/source/using_config.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/source/using_config.rst b/doc/source/using_config.rst
index 2582e711f..8a6b9ac76 100644
--- a/doc/source/using_config.rst
+++ b/doc/source/using_config.rst
@@ -153,8 +153,11 @@ the user configuration.
Remote execution
~~~~~~~~~~~~~~~~
-The same configuration for :ref:`remote execution <project_remote_execution>`
-in ``project.conf`` can be provided in the user configuation.
+The configuration for :ref:`remote execution <project_remote_execution>`
+in ``project.conf`` can be provided in the user configuation. The global
+configuration also has a ``pull-artifact-files`` option, which specifies when
+remote execution is being performed whether to pull file blobs of artifacts, or
+just the directory trees required to perform remote builds.
There is only one remote execution configuration used per project.
@@ -178,6 +181,7 @@ configuration will be used as fallback.
action-cache-service:
url: http://cache.flalback.example.com:50052
instance-name: main
+ pull-artifact-files: True
2. Project override: