commit 51a2fa4c6d7e14e3a59b4506ca699c4d959169ec parent 3cad1db09ce659efac80269e3f7d86e92659e4d5 Author: Julien Cristau <jcristau@mozilla.com> Date: Thu, 18 Dec 2025 17:01:50 +0000 Bug 2006861 - one more pass on migrating tasks to d2g worker pools r=releng-reviewers,Eijebong Restrict the alias regexp in config.yml to try and avoid further regressions. Differential Revision: https://phabricator.services.mozilla.com/D276984 Diffstat:
7 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/taskcluster/android_taskgraph/transforms/build_android_app.py b/taskcluster/android_taskgraph/transforms/build_android_app.py @@ -39,7 +39,7 @@ def add_common_config(config, tasks): treeherder["kind"] = "build" treeherder["tier"] = 1 - task["worker-type"] = "b-linux-amd" + task["worker-type"] = "b-linux-docker-amd" worker = task.setdefault("worker", {}) worker["docker-image"] = {} diff --git a/taskcluster/config.yml b/taskcluster/config.yml @@ -531,7 +531,7 @@ taskgraph: workers: aliases: - b-linux.*: + b-linux(|-docker(|-x?large)-amd|-medium|-aarch64|-xlarge|-kvm): provisioner: '{trust-domain}-{level}' implementation: docker-worker os: linux diff --git a/taskcluster/kinds/toolchain/clang.yml b/taskcluster/kinds/toolchain/clang.yml @@ -754,7 +754,7 @@ linux64-clang-21-mingw-x86: description: "MinGW-Clang 21 x86 toolchain build" treeherder: symbol: TMW(clang-21-x86) - worker-type: b-linux-amd + worker-type: b-linux-docker-amd run: script: build-clang-mingw.sh arguments: @@ -776,7 +776,7 @@ linux64-clang-21-mingw-x64: treeherder: symbol: TMW(clang-21-x64) tier: 1 - worker-type: b-linux-amd + worker-type: b-linux-docker-amd run: script: build-clang-mingw.sh arguments: @@ -871,7 +871,7 @@ linux64-clang-21: local-toolchain: true treeherder: symbol: TL(clang-21) - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 600 run: @@ -929,7 +929,7 @@ linux64-aarch64-clang-21: local-toolchain: true treeherder: symbol: TLA64(clang-21) - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 600 run: @@ -1045,7 +1045,7 @@ macosx64-clang-21: local-toolchain: true treeherder: symbol: TM(clang-21) - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 600 run: @@ -1161,7 +1161,7 @@ macosx64-aarch64-clang-21: local-toolchain: true treeherder: symbol: TMA64(clang-21) - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 600 run: @@ -1278,7 +1278,7 @@ win64-clang-21: local-toolchain: true treeherder: symbol: TW64(clang-21) - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 600 run: @@ -1339,7 +1339,7 @@ win64-aarch64-clang-21: local-toolchain: true treeherder: symbol: TWA64(clang-21) - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 600 run: diff --git a/taskcluster/kinds/toolchain/compiler-rt.yml b/taskcluster/kinds/toolchain/compiler-rt.yml @@ -448,7 +448,7 @@ wasm32-wasi-compiler-rt-21: description: "wasm32-wasi Compiler-rt for Clang 21 toolchain build" treeherder: symbol: TL(wasi-crt-21) - worker-type: b-linux-xlarge-amd + worker-type: b-linux-docker-xlarge-amd run: script: build-compiler-rt-wasi.sh arguments: diff --git a/taskcluster/kinds/toolchain/embedded-uniffi-bindgen.yml b/taskcluster/kinds/toolchain/embedded-uniffi-bindgen.yml @@ -4,7 +4,7 @@ --- task-defaults: description: "embedded-uniffi-bindgen toolchain build" - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 1800 env: diff --git a/taskcluster/kinds/toolchain/misc.yml b/taskcluster/kinds/toolchain/misc.yml @@ -296,7 +296,7 @@ macosx-arm64-custom-car: android-custom-car: description: "Custom chromium-as-release build for Android" - worker-type: b-linux-xlarge-amd + worker-type: b-linux-docker-xlarge-amd attributes: cached_task: false treeherder: @@ -329,7 +329,7 @@ android-custom-car: linux64-custom-car: description: "Custom chromium-as-release build for Linux" - worker-type: b-linux-xlarge-amd + worker-type: b-linux-docker-xlarge-amd attributes: cached_task: false treeherder: diff --git a/taskcluster/kinds/toolchain/nimbus-fml.yml b/taskcluster/kinds/toolchain/nimbus-fml.yml @@ -4,7 +4,7 @@ --- task-defaults: description: "nimbus-fml toolchain build" - worker-type: b-linux-amd + worker-type: b-linux-docker-amd worker: max-run-time: 1800 env: