From 1235399b63ba1781a70ba8a6d904602cb906cd12 Mon Sep 17 00:00:00 2001 From: Ethan Mahintorabi Date: Wed, 4 Oct 2023 10:51:32 -0700 Subject: [PATCH] Updates test ciremote to try to get test logs on build buddy. (#199) --- .bazelrc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.bazelrc b/.bazelrc index a3007516..c8db7472 100644 --- a/.bazelrc +++ b/.bazelrc @@ -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