Skip to content

Commit

Permalink
fix(init): use project specific checkout cache by default
Browse files Browse the repository at this point in the history
While some trust domains (like Gecko) might want to share checkout
caches across projects, typically projects are not related code bases to
one another. So we probably don't want to share checkout caches by
default.
  • Loading branch information
ahal committed Nov 1, 2023
1 parent 4f364e6 commit 0401b91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ tasks:
ACTION_CALLBACK: '${action.cb_name}'

cache:
"${trustDomain}-level-${level}-checkouts-sparse-v2": /builds/worker/checkouts
"${trustDomain}-project-${project}-level-${level}-checkouts-sparse-v2": /builds/worker/checkouts

features:
taskclusterProxy: true
Expand Down

0 comments on commit 0401b91

Please sign in to comment.