commit a5524238b39505697690cf1256a9837c544a6b3b
parent 9a33d22002a6baa5da59fa433eb545958661937f
Author: Julien Cristau <jcristau@mozilla.com>
Date: Mon, 10 Nov 2025 13:03:33 +0000
Bug 1999222 - run release-final-verify tasks on b-linux worker type. r=releng-reviewers,Eijebong
Differential Revision: https://phabricator.services.mozilla.com/D271961
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/taskcluster/kinds/release-final-verify/kind.yml b/taskcluster/kinds/release-final-verify/kind.yml
@@ -18,7 +18,7 @@ task-defaults:
run-on-repo-type: [hg]
name: final-verify
run-on-projects: [] # to make sure this never runs as part of CI
- worker-type: b-linux-gcp
+ worker-type: b-linux
worker:
docker-image:
in-tree: "update-verify"
diff --git a/taskcluster/kinds/release-secondary-final-verify/kind.yml b/taskcluster/kinds/release-secondary-final-verify/kind.yml
@@ -20,7 +20,7 @@ task-defaults:
run-on-repo-type: [hg]
name: secondary-final-verify
run-on-projects: [] # to make sure this never runs as part of CI
- worker-type: b-linux-gcp
+ worker-type: b-linux
worker:
docker-image:
in-tree: "update-verify"