From 575fb5af0828e491f68f659cf0f053e22fe47035 Mon Sep 17 00:00:00 2001 From: Raoul Hidalgo Charman Date: Tue, 2 Jul 2019 16:18:03 +0100 Subject: doc/source/using_config.rst: Add pull-artifact-files option Part of #1043 --- doc/source/using_config.rst | 8 ++++++-- 1 file 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 ` -in ``project.conf`` can be provided in the user configuation. +The configuration for :ref:`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: -- cgit v1.2.1