diff options
-rw-r--r-- | doc/source/using_config.rst | 8 |
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: |