Skip to content

Commit

Permalink
update the cache-silo key due to cache poisoning (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
buchgr authored and philwo committed Aug 6, 2019
1 parent 2057e3e commit 89df398
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildkite/bazelci.py
Original file line number Diff line number Diff line change
Expand Up @@ -1169,6 +1169,8 @@ def remote_caching_flags(platform):
return []

platform_cache_key = [BUILDKITE_ORG.encode("utf-8")]
# Whenever the remote cache was known to have been poisoned increase the number below
platform_cache_key += ["cache-poisoning-1"]

if platform == "macos":
platform_cache_key += [
Expand Down

0 comments on commit 89df398

Please sign in to comment.