tor-browser

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

commit ae37fb1e2aca5818580539702c782de2de645faa
parent 18abf0139dbc288dcc22c36eccc999e218eca0f0
Author: Julien Cristau <jcristau@mozilla.com>
Date:   Mon, 10 Nov 2025 13:03:32 +0000

Bug 1999222 - run release-notify-* tasks on the b-linux worker type. r=releng-reviewers,Eijebong

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

Diffstat:
Mtaskcluster/kinds/release-notify-started/kind.yml | 2+-
Mtaskcluster/kinds/release-notify-testrail/kind.yml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/taskcluster/kinds/release-notify-started/kind.yml b/taskcluster/kinds/release-notify-started/kind.yml @@ -16,7 +16,7 @@ task-defaults: description: Sends email to release-drivers telling release was started. run-on-projects: [] shipping-phase: promote - worker-type: b-linux-gcp + worker-type: b-linux worker: docker-image: {in-tree: "debian12-base"} max-run-time: 600 diff --git a/taskcluster/kinds/release-notify-testrail/kind.yml b/taskcluster/kinds/release-notify-testrail/kind.yml @@ -19,7 +19,7 @@ task-defaults: kind: other tier: 2 symbol: testrail - worker-type: b-linux-gcp + worker-type: b-linux worker: docker-image: {in-tree: android-ui-tests} max-run-time: 1800