Skip to content

Commit

Permalink
Revert "Replace --project_id with --bes_instance_name (bazelbuild#1789)"
Browse files Browse the repository at this point in the history
This reverts commit 6bb0de8.

Fixes bazelbuild#1810
  • Loading branch information
fweikert committed Nov 22, 2023
1 parent 04ac429 commit c04083f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildkite/bazelci.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit c04083f

Please sign in to comment.