From 2340cbcab8491119e6225bdfd820226ad158cbf8 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 (#42636) Update to use remote instance name, primary_instance, for RBE PR Close #42636 --- .bazelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index 2647e1163d..8e28718306 100644 --- a/.bazelrc +++ b/.bazelrc @@ -121,7 +121,7 @@ build:remote --host_platform=//dev-infra/bazel/remote-execution:platform build:remote --platforms=//dev-infra/bazel/remote-execution:platform # 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