We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0924f30 commit 92212fbCopy full SHA for 92212fb
buildkite/bazelci.py
@@ -1851,7 +1851,7 @@ def remote_caching_flags(platform, accept_cached=True):
1851
# Enable BES / Build Results reporting.
1852
"--bes_backend=buildeventservice.googleapis.com",
1853
"--bes_timeout=360s",
1854
- "--project_id=bazel-untrusted",
+ "--bes_instance_name=bazel-untrusted",
1855
]
1856
1857
platform_cache_digest = hashlib.sha256()
@@ -1963,7 +1963,7 @@ def rbe_flags(original_flags, accept_cached):
1963
flags += [
1964
1965
1966
1967
1968
1969
if not accept_cached:
0 commit comments