From 0401b911ec0a5d3a8b66bdacc183362aa7811871 Mon Sep 17 00:00:00 2001 From: Andrew Halberstadt Date: Wed, 1 Nov 2023 15:21:54 -0400 Subject: [PATCH] fix(init): use project specific checkout cache by default 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. --- template/{{cookiecutter.project_name}}/taskcluster.github.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/{{cookiecutter.project_name}}/taskcluster.github.yml b/template/{{cookiecutter.project_name}}/taskcluster.github.yml index b0fc1f9f1..d982c9b4f 100644 --- a/template/{{cookiecutter.project_name}}/taskcluster.github.yml +++ b/template/{{cookiecutter.project_name}}/taskcluster.github.yml @@ -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