Skip to content

Commit 92212fb

Browse files
committed
Replace --project_id with --bes_instance_name (bazelbuild#1789)
The flag was renamed in bazelbuild/bazel#14507
1 parent 0924f30 commit 92212fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildkite/bazelci.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1851,7 +1851,7 @@ def remote_caching_flags(platform, accept_cached=True):
18511851
# Enable BES / Build Results reporting.
18521852
"--bes_backend=buildeventservice.googleapis.com",
18531853
"--bes_timeout=360s",
1854-
"--project_id=bazel-untrusted",
1854+
"--bes_instance_name=bazel-untrusted",
18551855
]
18561856

18571857
platform_cache_digest = hashlib.sha256()
@@ -1963,7 +1963,7 @@ def rbe_flags(original_flags, accept_cached):
19631963
flags += [
19641964
"--bes_backend=buildeventservice.googleapis.com",
19651965
"--bes_timeout=360s",
1966-
"--project_id=bazel-untrusted",
1966+
"--bes_instance_name=bazel-untrusted",
19671967
]
19681968

19691969
if not accept_cached:

0 commit comments

Comments
 (0)