grpc/tools/remote_build
Jan Tattermusch daa1ffb855 bazel bes_best_effort flag is deprecated 2018-12-03 12:44:18 +01:00
..
README.md use bazel --config= for all foundry builds 2018-11-08 14:21:14 +01:00
kokoro.bazelrc bazel bes_best_effort flag is deprecated 2018-12-03 12:44:18 +01:00
manual.bazelrc various bazelrc improvements 2018-10-27 10:36:13 +02:00
rbe_common.bazelrc cleanup 2018-11-28 11:10:05 -08:00

README.md

Running Remote Builds with bazel

This allows you to spawn gRPC C/C++ remote build and tests from your workstation with configuration that's very similar to what's used by our CI Kokoro.

Note that this will only work for gRPC team members (it requires access to the remote build and execution cluster), others will need to rely on local test runs and tests run by Kokoro CI.

Prerequisites

Running remote build manually from dev workstation

Run from repository root (opt, dbg):

# manual run of bazel tests remotely on Foundry
bazel --bazelrc=tools/remote_build/manual.bazelrc test --config=opt //test/...

Sanitizer runs (asan, msan, tsan, ubsan):

# manual run of bazel tests remotely on Foundry with given sanitizer
bazel --bazelrc=tools/remote_build/manual.bazelrc test --config=asan //test/...

Available command line options can be found in Bazel command line reference