tor-browser

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

commit d8454cc867960fdf916f7cdb06c22ae3f80890ea
parent a6f8653f49b92b1056d23639485a34609109cff3
Author: Julien Cristau <jcristau@mozilla.com>
Date:   Wed, 12 Nov 2025 15:17:38 +0000

Bug 1999254 - run webrender tasks on b-linux worker type. r=releng-reviewers,Eijebong

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

Diffstat:
Mtaskcluster/kinds/webrender/kind.yml | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/taskcluster/kinds/webrender/kind.yml b/taskcluster/kinds/webrender/kind.yml @@ -32,7 +32,7 @@ task-defaults: tasks: lint-tidy: description: Runs linting checks on WebRender code - worker-type: b-linux-gcp + worker-type: b-linux worker: docker-image: {in-tree: webrender} run: @@ -53,7 +53,7 @@ tasks: linux64-release: description: Runs release-mode WebRender CI tests on a Linux worker - worker-type: b-linux-gcp + worker-type: b-linux worker: docker-image: {in-tree: webrender} fetches: @@ -77,7 +77,7 @@ tasks: linux64-debug: description: Runs debug-mode WebRender CI tests on a Linux worker - worker-type: b-linux-gcp + worker-type: b-linux worker: docker-image: {in-tree: webrender} fetches: @@ -101,7 +101,7 @@ tasks: wrench-macos-build: description: Cross compilation of wrench for macOS on Linux - worker-type: b-linux-gcp + worker-type: b-linux worker: docker-image: {in-tree: webrender} chain-of-trust: true @@ -166,7 +166,7 @@ tasks: cargotest-macos-build: description: Cross compilation of cargo tests for macOS on Linux - worker-type: b-linux-gcp + worker-type: b-linux worker: docker-image: {in-tree: webrender} chain-of-trust: true @@ -248,7 +248,7 @@ tasks: description: Debug build of wrench for Android attributes: build_platform: android - worker-type: b-linux-gcp + worker-type: b-linux worker: max-run-time: 1800 docker-image: {in-tree: webrender} @@ -298,7 +298,7 @@ tasks: description: Release build of wrench for Android attributes: build_platform: android - worker-type: b-linux-gcp + worker-type: b-linux worker: max-run-time: 1800 docker-image: {in-tree: webrender}