From c89406bbac77f20d2474b027a6ef95ddabf81790 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Thu, 25 Oct 2018 17:24:57 +0200 Subject: enable resultstore link generators --- tools/remote_build/manual.bazelrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tools/remote_build') 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 -- cgit v1.2.3