Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Use remote cache in CI" #8281

Merged
merged 1 commit into from Jan 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 3 additions & 4 deletions .buildkite-bazelrc
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,7 +31,6 @@ 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