commit 83274c8e2bc06bf4599d7e31a4915da39f859a00
parent 875df83d1e0073f90d970535e2d3ee80fa86c21e
Author: Julien Cristau <jcristau@mozilla.com>
Date: Mon, 10 Nov 2025 13:03:30 +0000
Bug 1999222 - run *-bouncer-check tasks on the b-linux worker type. r=releng-reviewers,Eijebong
Differential Revision: https://phabricator.services.mozilla.com/D271953
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/taskcluster/kinds/cron-bouncer-check/kind.yml b/taskcluster/kinds/cron-bouncer-check/kind.yml
@@ -13,7 +13,7 @@ task-defaults:
run-on-repo-type: [hg]
name: bouncer-check
description: bouncer check
- worker-type: b-linux-gcp
+ worker-type: b-linux
worker:
max-run-time: 1200
docker-image: {in-tree: "update-verify"}
diff --git a/taskcluster/kinds/release-bouncer-check/kind.yml b/taskcluster/kinds/release-bouncer-check/kind.yml
@@ -19,7 +19,7 @@ task-defaults:
description: release bouncer check
run-on-projects: [] # to make sure this never runs as part of CI
shipping-phase: push
- worker-type: b-linux-gcp
+ worker-type: b-linux
worker:
max-run-time: 1200
docker-image: {in-tree: "update-verify"}