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 18:28:33 +0200
commitaf9530c66c7392abde791dea1ad52cc657d31004 (patch)
tree1c64a7ca6b5fd89528e55ac5ae1a8af7874ff0e0
parent4393c262adb0f44e61337f666ae8ba6a998df4cb (diff)
downloadbuildstream-af9530c66c7392abde791dea1ad52cc657d31004.tar.gz
doc/source/using_config.rst: Add pull-artifact-files option
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: