diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index 399726b5cc..cd9fb25dbc 100755 --- a/buildkite/bazelci.py +++ b/buildkite/bazelci.py @@ -1867,7 +1867,7 @@ def remote_caching_flags(platform, accept_cached=True): # Enable BES / Build Results reporting. "--bes_backend=buildeventservice.googleapis.com", "--bes_timeout=360s", - "--bes_instance_name=bazel-untrusted", + "--project_id=bazel-untrusted", ] platform_cache_digest = hashlib.sha256() @@ -1985,7 +1985,7 @@ def rbe_flags(original_flags, accept_cached): flags += [ "--bes_backend=buildeventservice.googleapis.com", "--bes_timeout=360s", - "--bes_instance_name=bazel-untrusted", + "--project_id=bazel-untrusted", ] if not accept_cached: