Skip to content

Commit

Permalink
Use remote cache in CI (#8280)
Browse files Browse the repository at this point in the history
* Use remote cache in CI

* Update .buildkite-bazelrc

* Update .buildkite-bazelrc
  • Loading branch information
prestonvanloon authored Jan 18, 2021
1 parent 9b367b3 commit 8b6abcb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .buildkite-bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 8b6abcb

Please sign in to comment.