commit 26b5c9940c6673829ffe30fc43d6970da15c6c9d
parent d4e66d3044fa632de123dc13877ba5194c80867a
Author: Julien Cristau <jcristau@mozilla.com>
Date: Mon, 10 Nov 2025 09:13:50 +0000
Bug 1998952 - run fetch tasks on b-linux worker type. r=releng-reviewers,taskgraph-reviewers,bhearsum
Differential Revision: https://phabricator.services.mozilla.com/D271771
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/taskcluster/gecko_taskgraph/transforms/fetch.py b/taskcluster/gecko_taskgraph/transforms/fetch.py
@@ -151,7 +151,7 @@ def make_task(config, jobs):
"checkout": False,
"command": job["command"],
},
- "worker-type": "b-linux-gcp",
+ "worker-type": "b-linux",
"worker": {
"chain-of-trust": True,
"docker-image": {"in-tree": job.get("docker-image", "fetch")},