From 8b6abcbf0c2d177e8a4e5c7315ca69420f91a114 Mon Sep 17 00:00:00 2001 From: Preston Van Loon Date: Mon, 18 Jan 2021 14:22:37 -0800 Subject: [PATCH] Use remote cache in CI (#8280) * Use remote cache in CI * Update .buildkite-bazelrc * Update .buildkite-bazelrc --- .buildkite-bazelrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.buildkite-bazelrc b/.buildkite-bazelrc index a9c0c72cbd..aa556b5752 100644 --- a/.buildkite-bazelrc +++ b/.buildkite-bazelrc @@ -2,15 +2,15 @@ # across machines, developers, and workspaces. # # This config is loaded from https://github.com/bazelbuild/bazel-toolchains/blob/master/bazelrc/latest.bazelrc -build:remote-cache --remote_timeout=3600 +#build:remote-cache --remote_timeout=3600 #build:remote-cache --spawn_strategy=standalone #build:remote-cache --strategy=Javac=standalone #build:remote-cache --strategy=Closure=standalone #build:remote-cache --strategy=Genrule=standalone # Prysm specific remote-cache properties. -#build:remote-cache --disk_cache= -build:remote-cache --remote_download_minimal +build:remote-cache --disk_cache= +#build:remote-cache --remote_download_minimal # Import workspace options. import %workspace%/.bazelrc @@ -31,6 +31,7 @@ build --curses=yes --color=no build --keep_going build --test_output=errors build --flaky_test_attempts=5 +build --remote_local_fallback --remote_cache=grpc://bazel-remote-cache:9092 # Disabled race detection due to unstable test results under constrained environment build kite # build --features=race