From d791fe4afa4aa20c868abd3abf96d1f60ac6eaab Mon Sep 17 00:00:00 2001 From: titusfortner Date: Sat, 8 Jun 2024 11:18:17 -0500 Subject: [PATCH] [build] move remote_download_minimal setting to remote-ci config as of bazel 7 remote_download toplevel is the default and minimal makes sense for CI specifically --- .bazelrc | 1 - .bazelrc.remote | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.bazelrc b/.bazelrc index c142e913463df..923ebaf7b50a0 100644 --- a/.bazelrc +++ b/.bazelrc @@ -101,7 +101,6 @@ test:ruby_debug --test_output=streamed --test_env=RUBY_DEBUG_FORK_MODE=parent -- build:release --config=remote build:release --stamp -build:release --remote_download_outputs=toplevel # RBE import %workspace%/.bazelrc.remote diff --git a/.bazelrc.remote b/.bazelrc.remote index 075c9efafbcdf..db858bbfaf1f5 100644 --- a/.bazelrc.remote +++ b/.bazelrc.remote @@ -7,9 +7,6 @@ build:remote --remote_cache=grpcs://gypsum.cluster.engflow.com # The number of cores available build:remote -j 50 -# Build Without The Bytes -build:remote --remote_download_minimal - build:remote --define=EXECUTOR=remote build:remote --experimental_inmemory_dotd_files build:remote --experimental_inmemory_jdeps_files @@ -64,6 +61,7 @@ test:remote --test_timeout=600 build:remote-ci --config=remote build:remote-ci --curses=no --color=yes --show_timestamps --show_progress_rate_limit=5 build:remote-ci --bes_upload_mode=wait_for_upload_complete +build:remote-ci --remote_download_minimal # Configuration changes suggested by EngFlow build:remote --grpc_keepalive_time=30s