Skip to content

Commit

Permalink
Merge pull request #198 from hdl/test_ciremote
Browse files Browse the repository at this point in the history
Adds build buddy logging for CI Tests
  • Loading branch information
ericastor authored Sep 27, 2023
2 parents af98f9a + cc8ad0a commit b6e8565
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b6e8565

Please sign in to comment.