tor-browser

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

commit ff824076445da02a66cb85898c85631361e344f3
parent a5524238b39505697690cf1256a9837c544a6b3b
Author: Julien Cristau <jcristau@mozilla.com>
Date:   Mon, 10 Nov 2025 13:03:33 +0000

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

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

Diffstat:
Mtaskcluster/kinds/release-secondary-update-verify-config/kind.yml | 2+-
Mtaskcluster/kinds/release-secondary-update-verify/kind.yml | 2+-
Mtaskcluster/kinds/release-update-verify-config-next/kind.yml | 2+-
Mtaskcluster/kinds/release-update-verify-config/kind.yml | 2+-
Mtaskcluster/kinds/release-update-verify-next/kind.yml | 2+-
Mtaskcluster/kinds/release-update-verify/kind.yml | 2+-
6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/taskcluster/kinds/release-secondary-update-verify-config/kind.yml b/taskcluster/kinds/release-secondary-update-verify-config/kind.yml @@ -15,7 +15,7 @@ task-defaults: run-on-projects: [] # to make sure this never runs as part of CI shipping-product: firefox shipping-phase: promote - worker-type: b-linux-gcp + worker-type: b-linux worker: docker-image: in-tree: "update-verify" diff --git a/taskcluster/kinds/release-secondary-update-verify/kind.yml b/taskcluster/kinds/release-secondary-update-verify/kind.yml @@ -22,7 +22,7 @@ task-defaults: name: secondary-update-verify run-on-projects: [] # to make sure this never runs as part of CI shipping-phase: promote - worker-type: b-linux-gcp + worker-type: b-linux worker: artifacts: - name: 'public/build/diff-summary.log' diff --git a/taskcluster/kinds/release-update-verify-config-next/kind.yml b/taskcluster/kinds/release-update-verify-config-next/kind.yml @@ -16,7 +16,7 @@ task-defaults: run-on-projects: [] # to make sure this never runs as part of CI run-on-releases: [esr140] shipping-phase: promote - worker-type: b-linux-gcp + worker-type: b-linux worker: docker-image: in-tree: "update-verify" diff --git a/taskcluster/kinds/release-update-verify-config/kind.yml b/taskcluster/kinds/release-update-verify-config/kind.yml @@ -16,7 +16,7 @@ task-defaults: shipping-phase: promote index: product: firefox - worker-type: b-linux-gcp + worker-type: b-linux worker: docker-image: in-tree: "update-verify" diff --git a/taskcluster/kinds/release-update-verify-next/kind.yml b/taskcluster/kinds/release-update-verify-next/kind.yml @@ -24,7 +24,7 @@ task-defaults: run-on-projects: [] # to make sure this never runs as part of CI run-on-releases: [esr140] shipping-phase: promote - worker-type: b-linux-gcp + worker-type: b-linux worker: artifacts: - name: 'public/build/diff-summary.log' diff --git a/taskcluster/kinds/release-update-verify/kind.yml b/taskcluster/kinds/release-update-verify/kind.yml @@ -22,7 +22,7 @@ task-defaults: name: update-verify run-on-projects: [] # to make sure this never runs as part of CI shipping-phase: promote - worker-type: b-linux-gcp + worker-type: b-linux worker: artifacts: - name: 'public/build/diff-summary.log'