Skip to content

Commit

Permalink
Add --remote_timeout=3600 to workaround gRPC bug
Browse files Browse the repository at this point in the history
The bug is fixed in Bazel >= 4.1.0, but it doesn't hurt.

Context: #1174
  • Loading branch information
philwo committed Jun 15, 2021
1 parent 54595a2 commit 04f03f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildkite/bazelci.py
Original file line number Diff line number Diff line change
Expand Up @@ -1669,6 +1669,7 @@ def rbe_flags(original_flags, accept_cached):
flags = [
"--remote_executor=remotebuildexecution.googleapis.com",
"--remote_instance_name=projects/bazel-untrusted/instances/default_instance",
"--remote_timeout=3600",
"--incompatible_strict_action_env",
"--google_default_credentials",
"--toolchain_resolution_debug",
Expand Down

0 comments on commit 04f03f5

Please sign in to comment.