Skip to content

Commit

Permalink
Updates test ciremote to try to get test logs on build buddy. (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantamHD authored Oct 4, 2023
1 parent b874ecc commit 1235399
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,18 @@ build:ciremotebuild --crosstool_top=@llvm_toolchain//:toolchain
build:ciremotebuild --bes_backend=grpcs://cloud.buildbuddy.io
build:ciremotebuild --remote_cache=https://storage.googleapis.com/bazel-cache-rules-hdl
build:ciremotebuild --google_default_credentials
build:ciremotebuild --remote_download_toplevel
build:ciremotebuild --remote_download_outputs=all
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 --remote_cache=grpcs://cloud.buildbuddy.io
test:ciremotebuild --remote_download_outputs=all
test:ciremotebuild --google_default_credentials
test:ciremotebuild --remote_download_toplevel
test:ciremotebuild --noremote_upload_local_results # Uploads logs & artifacts without writing to cache
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
test:ciremotebuild --remote_timeout=3600

0 comments on commit 1235399

Please sign in to comment.