From 931739ac735888f6088ad9fd31ba073c4d344dc1 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Fri, 11 Oct 2019 09:48:23 -0700 Subject: [PATCH] build: remove BES config until BES API can be used by end user accounts (#33109) PR Close #33109 --- .bazelrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.bazelrc b/.bazelrc index 28d90bc13c..6ab29733a2 100644 --- a/.bazelrc +++ b/.bazelrc @@ -121,11 +121,6 @@ build:remote --remote_accept_cached=false # By default, do not upload local results to cache, to be set to true for CI based on environment build:remote --remote_upload_local_results=false -# Build Event Service Configuration -build:remote --bes_backend=buildeventservice.googleapis.com -build:remote --bes_timeout=30s -build:remote --bes_results_url="https://source.cloud.google.com/results/invocations/" - ############################### # NodeJS rules settings # These settings are required for rules_nodejs