From dbcc17e261d27ebb62419ae0b63f6f6f8451f399 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Wed, 23 Jun 2021 21:32:44 -0700 Subject: [PATCH] build: update to new remote instance name for RBE (#42647) Update to use remote instance name, primary_instance, for RBE. The old instance could not be used anymore, so a new one has been created. PR Close #42647 --- .bazelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index 37f7b117fb9..16e55a09c58 100644 --- a/.bazelrc +++ b/.bazelrc @@ -121,7 +121,7 @@ build:remote --host_platform=//tools:rbe_ubuntu1604-angular build:remote --platforms=//tools:rbe_ubuntu1604-angular # Remote instance and caching -build:remote --remote_instance_name=projects/internal-200822/instances/default_instance +build:remote --remote_instance_name=projects/internal-200822/instances/primary_instance build:remote --project_id=internal-200822 build:remote --remote_cache=remotebuildexecution.googleapis.com build:remote --remote_executor=remotebuildexecution.googleapis.com