[bazel] Change cache-silo-key to fix blob fetch issue.

Bazel builds currently fail with `Failed to fetch blobs because they do not exist remotely.`. 

Set a cache-silo-key to start a new cache.
This commit is contained in:
Christian Sigg
2024-09-03 18:15:27 +02:00
committed by GitHub
parent 4da0aa382a
commit df4746d1d0

View File

@@ -211,8 +211,7 @@ build:ci --test_summary=terse
# Attempt to work around intermittent issue while trying to fetch remote blob.
# See e.g. https://github.com/bazelbuild/bazel/issues/18694.
build:ci --experimental_remote_cache_eviction_retries=2
build:ci --experimental_remote_cache_lease_extension=true
build:ci --remote_default_exec_properties=cache-silo-key=CleverPeafowl
###############################################################################