tor-browser

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

commit 19305ddf53eb09529dd2873d609a946a656d852f
parent c8451d8925313ebee8b037bb99207590bde1e69a
Author: Julien Cristau <jcristau@mozilla.com>
Date:   Wed,  1 Oct 2025 09:44:14 +0000

Bug 1900673 - remove worker-type override for test-verify on wayland. r=jmaher

No other tasks run on this pool anymore.

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

Diffstat:
Mtaskcluster/config.yml | 5-----
Mtaskcluster/kinds/test/misc.yml | 9---------
2 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/taskcluster/config.yml b/taskcluster/config.yml @@ -752,11 +752,6 @@ workers: implementation: generic-worker os: linux worker-type: 't-linux-xlarge-2204-wayland' - t-linux-wayland-vm: - provisioner: '{trust-domain}-t' - implementation: generic-worker - os: linux - worker-type: 't-linux-vm-2204-wayland' t-linux-2204-wayland-snap: provisioner: '{trust-domain}-t' implementation: generic-worker diff --git a/taskcluster/kinds/test/misc.yml b/taskcluster/kinds/test/misc.yml @@ -157,11 +157,6 @@ test-verify: - translations.esen.model - translations.esen.vocab - worker-type: - by-test-platform: - .*-wayland.*: t-linux-wayland-vm - default: default - test-verify-gpu: description: "Extra verification of tests modified on this push on gpu instances" suite: @@ -206,10 +201,6 @@ test-verify-gpu: extra-options: - --verify - --gpu-required - worker-type: - by-test-platform: - .*-wayland.*: t-linux-wayland-vm - default: default test-coverage: description: "Per-test coverage"