tor-browser

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

commit e720dad3462275a6afb86a6b13fddc9dfeb03141
parent 63383fd1ab7f139f196de49f050520da1eae6536
Author: Julien Cristau <jcristau@mozilla.com>
Date:   Mon, 10 Nov 2025 16:12:23 +0000

Bug 1999248 - run partials tasks on b-linux-docker-amd / b-linux worker pools. r=taskgraph-reviewers,releng-reviewers,Eijebong

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

Diffstat:
Mtaskcluster/gecko_taskgraph/transforms/partials.py | 2+-
Mtaskcluster/kinds/partials-zucchini/kind.yml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/taskcluster/gecko_taskgraph/transforms/partials.py b/taskcluster/gecko_taskgraph/transforms/partials.py @@ -156,7 +156,7 @@ def make_task_description(config, jobs): task = { "label": label, "description": f"{dep_job.description} Partials", - "worker-type": "b-linux-amd", + "worker-type": "b-linux-docker-amd", "dependencies": dependencies, "scopes": [], "attributes": attributes, diff --git a/taskcluster/kinds/partials-zucchini/kind.yml b/taskcluster/kinds/partials-zucchini/kind.yml @@ -50,7 +50,7 @@ tasks: - linux64-zucchini-bin - linux64-mar-tools # treeherder: set in transform - worker-type: b-linux-gcp + worker-type: b-linux worker: artifacts: - name: public/build