commit feaa6860e69dbe8f86abe21dd2cff838038ba7c0
parent eb3630a84914ddf3c8773f2f5c99dcfacdea7400
Author: Julien Cristau <jcristau@mozilla.com>
Date: Mon, 10 Nov 2025 13:37:31 +0000
Bug 1999218 - run android baseline-profile and macrobenchmark tasks on the b-linux-medium worker type. r=releng-reviewers,Eijebong
Differential Revision: https://phabricator.services.mozilla.com/D271950
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/taskcluster/kinds/generate-baseline-profile-firebase/kind.yml b/taskcluster/kinds/generate-baseline-profile-firebase/kind.yml
@@ -25,7 +25,7 @@ task-defaults:
- android-sdk-linux
optimization:
skip-unless-backstop: null
- worker-type: b-linux-medium-gcp
+ worker-type: b-linux-medium
worker:
docker-image: {in-tree: android-ui-tests}
max-run-time: 7200
diff --git a/taskcluster/kinds/run-macrobenchmark-firebase/kind.yml b/taskcluster/kinds/run-macrobenchmark-firebase/kind.yml
@@ -26,7 +26,7 @@ task-defaults:
- android-sdk-linux
optimization:
skip-unless-backstop: null
- worker-type: b-linux-medium-gcp
+ worker-type: b-linux-medium
worker:
docker-image: {in-tree: android-ui-tests}
max-run-time: 7200