tor-browser

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

commit 295418f54d16cf7f8f10e5c8625496a8e22b951d
parent feaa6860e69dbe8f86abe21dd2cff838038ba7c0
Author: Julien Cristau <jcristau@mozilla.com>
Date:   Mon, 10 Nov 2025 13:37:31 +0000

Bug 1999218 - run generate-profile tasks on b-linux(|-kvm) worker type. r=releng-reviewers,bhearsum

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

Diffstat:
Mtaskcluster/kinds/generate-profile/kind.yml | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/taskcluster/kinds/generate-profile/kind.yml b/taskcluster/kinds/generate-profile/kind.yml @@ -35,7 +35,7 @@ tasks: job-name: linux64-profile treeherder: platform: linux64-shippable/opt - worker-type: b-linux-gcp + worker-type: b-linux worker: chain-of-trust: true env: @@ -66,7 +66,7 @@ tasks: job-name: android-x86_64-profile treeherder: platform: android-x86_64-shippable/opt - worker-type: b-linux-kvm-gcp + worker-type: b-linux-kvm worker: chain-of-trust: true max-run-time: 2700 @@ -109,7 +109,7 @@ tasks: job-name: android-aarch64-profile treeherder: platform: android-aarch64-shippable/opt - worker-type: b-linux-kvm-gcp + worker-type: b-linux-kvm worker: chain-of-trust: true max-run-time: 2700 @@ -152,7 +152,7 @@ tasks: job-name: android-arm-profile treeherder: platform: android-armv7-shippable/opt - worker-type: b-linux-kvm-gcp + worker-type: b-linux-kvm worker: chain-of-trust: true max-run-time: 2700