Skip to content

Commit

Permalink
Adds build buddy logging for CI Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantamHD authored Sep 27, 2023
1 parent af98f9a commit cc8ad0a
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 cc8ad0a

Please sign in to comment.