commit 9e5dcd1f41fe8eb0cf90c248dc39916bebedc0f6
parent 183215c8883a6b5231ea4dba3d09386aa751484d
Author: Julien Cristau <jcristau@mozilla.com>
Date: Mon, 10 Nov 2025 09:13:50 +0000
Bug 1998952 - run docker-image tasks on images worker type. r=releng-reviewers,taskgraph-reviewers,bhearsum
Differential Revision: https://phabricator.services.mozilla.com/D271769
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/taskcluster/gecko_taskgraph/transforms/docker_image.py b/taskcluster/gecko_taskgraph/transforms/docker_image.py
@@ -121,7 +121,7 @@ def fill_template(config, tasks):
if task.get("arch", "") == "arm64":
worker_type = "images-aarch64"
else:
- worker_type = "images-gcp"
+ worker_type = "images"
# include some information that is useful in reconstructing this task
# from JSON