commit 9d35d29935755c8d272692f81ef4fdbcd5778c90
parent d8454cc867960fdf916f7cdb06c22ae3f80890ea
Author: Julien Cristau <jcristau@mozilla.com>
Date: Wed, 12 Nov 2025 15:18:00 +0000
Bug 1999250 - run bootstrap tasks on b-linux worker pool. r=releng-reviewers,taskgraph-reviewers,Eijebong
Differential Revision: https://phabricator.services.mozilla.com/D271975
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/taskcluster/gecko_taskgraph/transforms/bootstrap.py b/taskcluster/gecko_taskgraph/transforms/bootstrap.py
@@ -104,7 +104,7 @@ def bootstrap_tasks(config, tasks):
},
"run-on-projects": ["trunk"],
"run-on-repo-type": task.get("run-on-repo-type", ["git", "hg"]),
- "worker-type": "b-linux-gcp",
+ "worker-type": "b-linux",
"worker": {
"implementation": "docker-worker",
"docker-image": image,