aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/remote_build
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-10-25 17:24:57 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-10-25 17:24:57 +0200
commitc89406bbac77f20d2474b027a6ef95ddabf81790 (patch)
treed73548c673c2d9b16e4bb0b476155042121bd020 /tools/remote_build
parente43d732a33faed967fb49f18cc6c962cb0851d02 (diff)
enable resultstore link generators
Diffstat (limited to 'tools/remote_build')
-rw-r--r--tools/remote_build/manual.bazelrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/remote_build/manual.bazelrc b/tools/remote_build/manual.bazelrc
index 040e6bd620..d67bafedf3 100644
--- a/tools/remote_build/manual.bazelrc
+++ b/tools/remote_build/manual.bazelrc
@@ -30,10 +30,10 @@ build --auth_enabled=true
# Set flags for uploading to BES in order to view results in the Bazel Build
# Results UI.
-#build --bes_backend="buildeventservice.googleapis.com"
-#build --bes_timeout=60s
-#build --bes_results_url="https://source.cloud.google.com/results/invocations/"
-#build --project_id=grpc-testing
+build --bes_backend="buildeventservice.googleapis.com"
+build --bes_timeout=60s
+build --bes_results_url="https://source.cloud.google.com/results/invocations/"
+build --project_id=grpc-testing
build --jobs=100