Skip to content
Snippets Groups Projects

Split remote execution from artifact cache

Merged Jim MacArthur requested to merge jmac/remote_execution_split into master
@@ -239,16 +239,16 @@ using the `remote-execution` option:
client-cert: client.crt
client-key: client.key
The execution-server part of remote execution does not support encrypted
The execution-service part of remote execution does not support encrypted
connections yet, so the protocol must always be http.
storage-server specifies a remote CAS store and the parameters are the
storage-service specifies a remote CAS store and the parameters are the
same as those used to specify an :ref:`artifact server <artifacts>`.
The storage server may be the same server used for artifact
The storage service may be the same endpoint used for artifact
caching. Remote execution cannot work without push access to the
storage server, so you must specify a client certificate and key, and
a server certificate.
storage endpoint, so you must specify a client certificate and key,
and a server certificate.
The Remote Execution API can be found via https://github.com/bazelbuild/remote-apis.
Loading