From 3f03749ad2eeff5b99eafe24581f014d1cda07d2 Mon Sep 17 00:00:00 2001 From: Andrew Creskey Date: Thu, 4 Mar 2021 09:36:02 +0000 Subject: [PATCH] Bug 1696222 - Disable the fenix VIEW multi-commit testing r=sparky Disable the multicommit because the fenix tags cannot reliably be used to identify branches. Differential Revision: https://phabricator.services.mozilla.com/D107091 --- taskcluster/ci/perftest/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/taskcluster/ci/perftest/android.yml b/taskcluster/ci/perftest/android.yml index 13d10e5981aa..8e633ffa86b3 100644 --- a/taskcluster/ci/perftest/android.yml +++ b/taskcluster/ci/perftest/android.yml @@ -53,7 +53,7 @@ hw-g5-view-fenix: --android-clear-logcat --android-capture-logcat logcat --perfherder-metrics name:processLaunchToNavStart,shouldAlert:True - --android-install-apk fenix_nightlysim_multicommit_armeabi_v7a + --android-install-apk fenix_nightly_armeabi_v7a --hooks testing/performance/hooks_android_view.py --perfherder --perfherder-app fenix @@ -80,7 +80,7 @@ hw-p2-view-fenix: --android --android-app-name org.mozilla.fenix --perfherder-metrics name:processLaunchToNavStart,shouldAlert:True - --android-install-apk fenix_nightlysim_multicommit_arm64_v8a + --android-install-apk fenix_nightly_arm64_v8a --android-activity org.mozilla.fenix.IntentReceiverActivity --android-clear-logcat --android-capture-logcat logcat