Skip to content

Commit

Permalink
update cache key to de-poison
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyverald authored Nov 5, 2024
1 parent bb603f2 commit 9db28ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildkite/bazelci.py
Original file line number Diff line number Diff line change
Expand Up @@ -1770,7 +1770,7 @@ def remote_caching_flags(platform, accept_cached=True):
platform_cache_key = [
BUILDKITE_ORG.encode("utf-8"),
# Whenever the remote cache was known to have been poisoned increase the number below
"cache-poisoning-20230803".encode("utf-8"),
"cache-poisoning-20241105".encode("utf-8"),
platform.encode("utf-8"),
]

Expand Down

0 comments on commit 9db28ad

Please sign in to comment.