From 9e0ed13da4c775e444dbcfe59dc78e818a1f6ff8 Mon Sep 17 00:00:00 2001 From: Florian Weikert Date: Tue, 14 Nov 2023 16:27:12 +0100 Subject: [PATCH] Replace --project_id with --bes_instance_name The flag was renamed in https://github.com/bazelbuild/bazel/pull/14507 --- buildkite/bazelci.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index bfd6ae7147..62a0e73cd6 100755 --- a/buildkite/bazelci.py +++ b/buildkite/bazelci.py @@ -1851,7 +1851,7 @@ def remote_caching_flags(platform, accept_cached=True): # Enable BES / Build Results reporting. "--bes_backend=buildeventservice.googleapis.com", "--bes_timeout=360s", - "--project_id=bazel-untrusted", + "--bes_instance_name=bazel-untrusted", ] platform_cache_digest = hashlib.sha256() @@ -1963,7 +1963,7 @@ def rbe_flags(original_flags, accept_cached): flags += [ "--bes_backend=buildeventservice.googleapis.com", "--bes_timeout=360s", - "--project_id=bazel-untrusted", + "--bes_instance_name=bazel-untrusted", ] if not accept_cached: