build: remove BES config until BES API can be used by end user accounts (#33109)
PR Close #33109
This commit is contained in:
parent
717bace7ba
commit
931739ac73
5
.bazelrc
5
.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
|
||||
|
|
Loading…
Reference in New Issue