Skip to content

`Runner::stage()`: use Local CAS protocol Stage and Capture

Santiago Gil requested to merge santigl/stage-with-casd into master

This adds support in Runner::stage() for using the StageTree() call of the LocalCAS protocol.

For that it now takes an optional use_localcas_protocol parameter, which defaults to false.

If that argument is not given or is set to false, FallbackStagedDirectory is still used.

Edited by Santiago Gil

Merge request reports