build: update to new remote instance name for RBE (#42636)
Update to use remote instance name, primary_instance, for RBE PR Close #42636
This commit is contained in:
parent
356723158a
commit
2340cbcab8
2
.bazelrc
2
.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
|
||||
|
|
Loading…
Reference in New Issue