tor-browser

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

commit 875df83d1e0073f90d970535e2d3ee80fa86c21e
parent 60229669ab835aeaf44ce2f8c7f6182dd0c21d56
Author: Julien Cristau <jcristau@mozilla.com>
Date:   Mon, 10 Nov 2025 12:58:21 +0000

Bug 1999224 - run repackage-* tasks on the b-linux worker pool. r=releng-reviewers,taskgraph-reviewers,Eijebong

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

Diffstat:
Mtaskcluster/gecko_taskgraph/transforms/repackage_partner.py | 2+-
Mtaskcluster/kinds/repackage-deb-l10n/kind.yml | 2+-
Mtaskcluster/kinds/repackage-deb/kind.yml | 2+-
Mtaskcluster/kinds/repackage-flatpak/kind.yml | 2+-
Mtaskcluster/kinds/repackage-l10n/kind.yml | 2+-
Mtaskcluster/kinds/repackage-msix/kind.yml | 2+-
Mtaskcluster/kinds/repackage-rpm/kind.yml | 2+-
Mtaskcluster/kinds/repackage-shippable-l10n-msix/kind.yml | 2+-
Mtaskcluster/kinds/repackage/kind.yml | 2+-
9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/taskcluster/gecko_taskgraph/transforms/repackage_partner.py b/taskcluster/gecko_taskgraph/transforms/repackage_partner.py @@ -188,7 +188,7 @@ def make_job_description(config, jobs): "skip-artifacts": True, } - worker_type = "b-linux-gcp" + worker_type = "b-linux" worker["artifacts"] = _generate_task_output_files( dep_job, diff --git a/taskcluster/kinds/repackage-deb-l10n/kind.yml b/taskcluster/kinds/repackage-deb-l10n/kind.yml @@ -28,7 +28,7 @@ tasks: repackage-deb-l10n: from-deps: group-by: single-with-filters - worker-type: b-linux-gcp + worker-type: b-linux worker: docker-image: {"in-tree": "debian12-repackage"} max-run-time: 600 diff --git a/taskcluster/kinds/repackage-deb/kind.yml b/taskcluster/kinds/repackage-deb/kind.yml @@ -32,7 +32,7 @@ tasks: from-deps: group-by: single-with-filters shipping-phase: promote - worker-type: b-linux-gcp + worker-type: b-linux worker: docker-image: in-tree: debian12-repackage diff --git a/taskcluster/kinds/repackage-flatpak/kind.yml b/taskcluster/kinds/repackage-flatpak/kind.yml @@ -33,7 +33,7 @@ tasks: from-deps: group-by: platform unique-kinds: false - worker-type: b-linux-gcp + worker-type: b-linux worker: max-run-time: 2700 docker-image: {in-tree: debian12-flatpak} diff --git a/taskcluster/kinds/repackage-l10n/kind.yml b/taskcluster/kinds/repackage-l10n/kind.yml @@ -47,7 +47,7 @@ tasks: production: shippable-l10n-mac-notarization staging: shippable-l10n-mac-signing default: shippable-l10n-mac-signing - worker-type: b-linux-gcp + worker-type: b-linux mozharness: config: by-build-platform: diff --git a/taskcluster/kinds/repackage-msix/kind.yml b/taskcluster/kinds/repackage-msix/kind.yml @@ -35,7 +35,7 @@ tasks: repackage-msix: from-deps: group-by: platform - worker-type: b-linux-gcp + worker-type: b-linux worker: max-run-time: 2700 # This is for fast try iteration; `repackage-shippable-l10n-msix` is the "real one". diff --git a/taskcluster/kinds/repackage-rpm/kind.yml b/taskcluster/kinds/repackage-rpm/kind.yml @@ -38,7 +38,7 @@ tasks: group-by: platform unique-kinds: false shipping-phase: promote - worker-type: b-linux-gcp + worker-type: b-linux worker: docker-image: in-tree: debian12-rpm-repackage diff --git a/taskcluster/kinds/repackage-shippable-l10n-msix/kind.yml b/taskcluster/kinds/repackage-shippable-l10n-msix/kind.yml @@ -38,7 +38,7 @@ tasks: from-deps: group-by: platform unique-kinds: false - worker-type: b-linux-gcp + worker-type: b-linux worker: max-run-time: 2700 mozharness: diff --git a/taskcluster/kinds/repackage/kind.yml b/taskcluster/kinds/repackage/kind.yml @@ -56,7 +56,7 @@ tasks: production: build-mac-notarization staging: build-mac-signing default: build-mac-signing - worker-type: b-linux-gcp + worker-type: b-linux worker: max-run-time: by-build-platform: