From f96c77a5a04bde4054acec009ab38f59cd66f547 Mon Sep 17 00:00:00 2001 From: KNS <7659976+92kns@users.noreply.github.com> Date: Wed, 3 Aug 2022 08:33:45 -0400 Subject: [PATCH] Bug 1780858 - Run a51 browsertime tests on Fenix branch (#26152) * Add a51 platform and worker * Run on pull request * Remove on-pull-request * Add correct matching platform for A51 * Remove github-pull-request Co-authored-by: KS Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- taskcluster/ci/browsertime/kind.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/taskcluster/ci/browsertime/kind.yml b/taskcluster/ci/browsertime/kind.yml index 81e02b713..68410db16 100644 --- a/taskcluster/ci/browsertime/kind.yml +++ b/taskcluster/ci/browsertime/kind.yml @@ -44,10 +44,10 @@ task-defaults: platform: by-abi: arm64-v8a: android-hw-p2-8-0-android-aarch64-shippable-qr/opt - armeabi-v7a: android-hw-g5-7-0-arm7-api-16-shippable-qr/opt + armeabi-v7a: android-hw-a51-11-0-aarch64-shippable-qr/opt worker-type: by-abi: - armeabi-v7a: t-bitbar-gw-perf-g5 + armeabi-v7a: t-bitbar-gw-perf-a51 arm64-v8a: t-bitbar-gw-perf-p2 worker: max-run-time: 3600