diff --git a/.bazelrc b/.bazelrc index 6a3ab9fb02f7e..4b73feba4ace9 100644 --- a/.bazelrc +++ b/.bazelrc @@ -137,11 +137,17 @@ build:remote --platforms=//tools:rbe_ubuntu1604-angular # Remote instance. build:remote --remote_instance_name=projects/internal-200822/instances/default_instance +build:remote --project_id=internal-200822 # Do not accept remote cache. # We need to understand the security risks of using prior build artifacts. build:remote --remote_accept_cached=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