tor-browser

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

commit 719ca279b0f5c2747e4f832c16263b800fe08fe9
parent b631e977b54e216735bb3dd23b800632b8b532c0
Author: Julien Cristau <jcristau@mozilla.com>
Date:   Mon, 10 Nov 2025 19:39:48 +0000

Bug 1999288 - move decision tasks on github to the d2g-based `decision` pool. r=releng-reviewers,bhearsum

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

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

diff --git a/.taskcluster.yml b/.taskcluster.yml @@ -379,7 +379,7 @@ tasks: description: 'The task that creates all of the other tasks in the task graph' provisionerId: "${trustDomain}-${level}" - workerType: "decision-gcp" + workerType: "decision" tags: createdForUser: "${ownerEmail}"