chore(bazel): re-enable remote caching of Copy{File,Directory,ToDirectory} actions (#64153)

Our remote cache is more stable now, so we may be able to avail of BwoB
better again

<!-- PR description tips:
https://www.notion.so/sourcegraph/Write-a-good-pull-request-description-610a7fd3e613496eb76f450db5a49b6e
-->

## Test plan

CI

## Changelog

<!-- OPTIONAL; info at
https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c
-->
This commit is contained in:
Noah S-C 2024-07-30 17:02:11 +01:00 committed by GitHub
parent 5ce2eead9a
commit ffb1476841
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,3 @@ test --build_event_binary_file_upload_mode=wait_for_upload_complete
test --build_event_publish_all_actions=true
test --experimental_execution_log_compact_file=execution_log.zstd
# These likely perform faster locally than the overhead of pulling/pushing from/to the remote cache,
# as well as being able to reduce how much we push to the cache
common --modify_execution_info=CopyDirectory=+no-remote,CopyToDirectory=+no-remote,CopyFile=+no-remote