From e2450475221cc31e106b106814d21738d2a788ce Mon Sep 17 00:00:00 2001 From: Andrew Halberstadt Date: Wed, 25 Oct 2023 11:53:42 -0400 Subject: [PATCH] ci: stop sharing a checkout cache with other projects on the 'mozilla' trust domain --- .taskcluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index d2934f5..47a5a30 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -207,7 +207,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