diff --git a/.bazelrc b/.bazelrc index df5c6998..a3007516 100644 --- a/.bazelrc +++ b/.bazelrc @@ -24,3 +24,12 @@ build:ciremotebuild --remote_download_toplevel build:ciremotebuild --tls_client_certificate=/root/.ssh/buildbuddy-cert.pem build:ciremotebuild --tls_client_key=/root/.ssh/buildbuddy-key.pem build:ciremotebuild --build_metadata=VISIBILITY=PUBLIC + +test:ciremotebuild --crosstool_top=@llvm_toolchain//:toolchain +test:ciremotebuild --bes_backend=grpcs://cloud.buildbuddy.io +test:ciremotebuild --remote_cache=https://storage.googleapis.com/bazel-cache-rules-hdl +test:ciremotebuild --google_default_credentials +test:ciremotebuild --remote_download_toplevel +test:ciremotebuild --tls_client_certificate=/root/.ssh/buildbuddy-cert.pem +test:ciremotebuild --tls_client_key=/root/.ssh/buildbuddy-key.pem +test:ciremotebuild --build_metadata=VISIBILITY=PUBLIC