tor-browser

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

commit 96c121a8f3172531389505c2b1d9e45aa385f75a
parent 98d47ecadbdf407d40db44a79b524f1d45b3d1a2
Author: Julien Cristau <jcristau@mozilla.com>
Date:   Mon, 10 Nov 2025 10:18:42 +0000

Bug 1996574 - run build-fat-aar tasks on b-linux-docker(|-xlarge)-amd worker pools. r=releng-reviewers,ahal

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

Diffstat:
Mtaskcluster/kinds/build-fat-aar/kind.yml | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/taskcluster/kinds/build-fat-aar/kind.yml b/taskcluster/kinds/build-fat-aar/kind.yml @@ -23,7 +23,7 @@ task-defaults: artifact_map: taskcluster/gecko_taskgraph/manifests/fennec_geckoview.yml index: product: mobile - worker-type: b-linux-amd + worker-type: b-linux-docker-amd use-python: default worker: docker-image: {in-tree: android-build} @@ -145,7 +145,7 @@ tasks: x86_64: build-android-x86_64-shippable/opt armeabi-v7a: build-android-arm-shippable/opt arm64-v8a: build-android-aarch64-shippable/opt - worker-type: b-linux-xlarge-amd + worker-type: b-linux-docker-xlarge-amd worker: env: PERFHERDER_EXTRA_OPTIONS: android-geckoview-fat-aar-nightly @@ -182,7 +182,7 @@ tasks: x86_64: build-android-x86_64-shippable-lite/opt armeabi-v7a: build-android-arm-shippable-lite/opt arm64-v8a: build-android-aarch64-shippable-lite/opt - worker-type: b-linux-xlarge-amd + worker-type: b-linux-docker-xlarge-amd worker: env: PERFHERDER_EXTRA_OPTIONS: android-geckoview-fat-aar-nightly-lite