commit 997cbeb7953f1ad758333a9cbd270e4f8b1bb0db parent 3394e884c5a49f2fb34e52e4503b0fefbca050c4 Author: Julien Cristau <jcristau@mozilla.com> Date: Mon, 10 Nov 2025 11:57:10 +0000 Bug 1999213 - run source-test tasks on b-linux(|-medium) worker type. r=releng-reviewers,Eijebong Differential Revision: https://phabricator.services.mozilla.com/D271941 Diffstat:
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/taskcluster/kinds/source-test/android-detekt.yml b/taskcluster/kinds/source-test/android-detekt.yml @@ -23,7 +23,7 @@ task-defaults: treeherder: kind: test tier: 1 - worker-type: b-linux-gcp + worker-type: b-linux when: files-changed: - "mobile/android/android-components/**" diff --git a/taskcluster/kinds/source-test/android-lint.yml b/taskcluster/kinds/source-test/android-lint.yml @@ -28,7 +28,7 @@ task-defaults: treeherder: kind: test tier: 1 - worker-type: b-linux-gcp + worker-type: b-linux when: files-changed: - "mobile/android/android-components/**" diff --git a/taskcluster/kinds/source-test/doc.yml b/taskcluster/kinds/source-test/doc.yml @@ -17,7 +17,7 @@ generate: tier: 1 run-on-repo-type: [hg] run-on-projects: ['trunk'] - worker-type: b-linux-medium-gcp + worker-type: b-linux-medium worker: docker-image: {in-tree: "lint"} max-run-time: 1800 @@ -70,7 +70,7 @@ upload: kind: test tier: 2 run-on-projects: [mozilla-central-only] - worker-type: b-linux-medium-gcp + worker-type: b-linux-medium worker: docker-image: {in-tree: "lint"} max-run-time: 2400 diff --git a/taskcluster/kinds/source-test/ktlint.yml b/taskcluster/kinds/source-test/ktlint.yml @@ -20,7 +20,7 @@ task-defaults: treeherder: kind: test tier: 1 - worker-type: b-linux-gcp + worker-type: b-linux worker: docker-image: {in-tree: lint} max-run-time: 1200