Skip to content

Commit

Permalink
Merge pull request grpc#20778 from jtattermusch/rbe_high_remotetimeout
Browse files Browse the repository at this point in the history
Set high --remote_timeout for RBE builds
  • Loading branch information
jtattermusch authored Oct 24, 2019
2 parents b00a23e + dddcb8d commit d555967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/remote_build/rbe_common.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ build --spawn_strategy=remote
build --strategy=Javac=remote
build --strategy=Closure=remote
build --genrule_strategy=remote
build --remote_timeout=7200 # very large value to avoid problems like https://github.com/grpc/grpc/issues/20777

build --remote_instance_name=projects/grpc-testing/instances/default_instance

Expand Down
1 change: 1 addition & 0 deletions tools/remote_build/windows.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ build --spawn_strategy=remote
build --strategy=Javac=remote
build --strategy=Closure=remote
build --genrule_strategy=remote
build --remote_timeout=7200 # very large value to avoid problems like https://github.com/grpc/grpc/issues/20777

build --remote_instance_name=projects/grpc-testing/instances/grpc-windows-rbe-test

Expand Down

0 comments on commit d555967

Please sign in to comment.