| # This file is an overlay of extra configurations on top of the regular ones. | |
| # To run in CI configuration, use: | |
| # bazel --bazelrc=bazel/bazelrcs/ci.bazelrc | |
| import %workspace%/bazel/bazelrcs/aspect/ci.bazelrc | |
| test --flaky_test_attempts=1 | |
| # Enable BEP uploads for CI builds | |
| build --config=bes | |
| # Only download from our content mirror. | |
| common --config=strict_mirror |