summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kuryloski <kuryloskip@vmware.com>2021-11-12 09:37:30 +0100
committermergify-bot <noreply@mergify.io>2021-11-12 08:50:27 +0000
commit70ae1e415bba007677aa06b5a2f450144bfbda5f (patch)
tree95a2cbacee51335bede3c69e5425ee9190bbaaf7
parent5b0ceaa7e401574288a5538862614cc229021f3c (diff)
downloadrabbitmq-server-git-70ae1e415bba007677aa06b5a2f450144bfbda5f.tar.gz
Add --remote_download_toplevel to the bazel configmergify/bp/v3.9.x/pr-3700
Based on the testing and advice from BuildBuddy: Network limitations/flakiness in GitHub actions can be mitigated by reducing the number of artifacts that get downloaded. Since we only use bazel for testing currently, we don't actually care about the artifacts, so there is no downside to the flag. If this isn't enough, we can try the --remote_download_minimal flag, which limits the amount of downloads even further. (cherry picked from commit f92e6b436cd8a510d5386009fb3a0db6ff9c578c)
-rw-r--r--.bazelrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bazelrc b/.bazelrc
index 044ea6b6fb..af4ae18855 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -7,6 +7,7 @@ build:buildbuddy --remote_cache=grpcs://remote.buildbuddy.io
build:buildbuddy --remote_timeout=1200
build:buildbuddy --grpc_keepalive_time=360s
build:buildbuddy --grpc_keepalive_timeout=360s
+build:buildbuddy --remote_download_toplevel
build:buildbuddy --build_metadata=REPO_URL=https://github.com/rabbitmq/rabbitmq-server.git
build:rbe --config=buildbuddy