diff --git a/pipelines/gerrit.yml b/pipelines/gerrit.yml index 321d63f422..0f39cf1574 100644 --- a/pipelines/gerrit.yml +++ b/pipelines/gerrit.yml @@ -25,12 +25,14 @@ platforms: rbe_ubuntu2204: build_flags: - "--config=remote" + - "--remote_instance_name=projects/bazel-untrusted/instances/default_instance" - "--remote_executor=grpcs://remotebuildexecution.googleapis.com" build_targets: - "//:release" - "//:api-skip-javadoc" test_flags: - "--config=remote" + - "--remote_instance_name=projects/bazel-untrusted/instances/default_instance" - "--remote_executor=grpcs://remotebuildexecution.googleapis.com" - "--experimental_remote_cache_async" - "--experimental_remote_merkle_tree_cache"