1# Run tests locally, but configure bazel to upload
2# the results to resultstore UI.
3# Also easily extended to use remote cache for
4# locally run builds and tests (but not on by default for safety)
5
6import %workspace%/tools/remote_build/include/rbe_base_config.bazelrc
7
8# Disable uploading to build cache by default. This is to prevent
9# polluting the build cache with local build and test results.
10# When running on CI, we will override this setting along
11# with cache silo keys that prevent the build from being broken
12# by unintentional cache hits.
13build --remote_upload_local_results=false
14
15import %workspace%/tools/remote_build/include/test_config_common.bazelrc
16