Split remote execution from artifact cache
Compare changes
- Jim MacArthur authored
+ 18
− 3
@@ -231,10 +231,25 @@ using the `remote-execution` option:
Currently remote execution can only specify one URL, which is used for the REAPI server (usually BuildGrid), and remote storage has to be the same as the artifact cache. This MR splits those up, so you can specify another CAS remote, and separately specify the endpoint for the execution service.
You can still specify the same server for your artifact cache and remote execution store if you want.
At the moment, local RE CAS storage is still in the same location as artifact cache storage, it's just the remotes that differ.
Changes proposed in this merge request:
I'm not proposing to add a full CI remote execution test, but I will add some tests which check the new config option behaves sensibly.
This merge request, when approved, will close: #750 (closed)