From 76adcb42885232622a8a1c28c48e57701dea0afb Mon Sep 17 00:00:00 2001 From: Andrew Halberstadt Date: Fri, 8 Dec 2023 10:11:57 -0500 Subject: [PATCH] ci: add 'project' to the checkout cache name --- .taskcluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 78328f1..abc1fea 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -201,7 +201,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