tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit c5b881d899c73a248142c21669bc9edc7cdd1c9a
parent b4f5f8ea942c6115c18fc94a55c6a8633114ba2e
Author: Andrew Halberstadt <ahal@mozilla.com>
Date:   Mon, 10 Nov 2025 19:39:49 +0000

Bug 1999350 - [ci] Add project to Github Decision's checkout cache name, r=taskgraph-reviewers,releng-reviewers,bhearsum

Because there are multiple forks of `mozilla-firefox/firefox` all using
this same `.taskcluster.yml`, we need to include the project in the
checkout cache name. Otherwise we'll be trying to fetch commits from a
remote that isn't configured in the cached checkout.

Differential Revision: https://phabricator.services.mozilla.com/D272068

Diffstat:
M.taskcluster.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.taskcluster.yml b/.taskcluster.yml @@ -414,7 +414,7 @@ tasks: PYTHONDONTWRITEBYTECODE: '1' MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE: 'system' cache: - "${trustDomain}-level-${level}-checkouts-git-v1": /builds/worker/checkouts + "${trustDomain}-level-${level}-${project}-checkouts-git-shallow-v1": /builds/worker/checkouts features: taskclusterProxy: true