tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 9850c69f6ebc3bcc9ba494a1888fa3a714a3d04f
parent adf23826c96ce73a6dc90fddf22d710cedbaf566
Author: Aaron Train <aaron.train@gmail.com>
Date:   Tue, 25 Nov 2025 21:13:01 +0000

Bug 2002386 - Retarget where efficiency test examples are ran r=jajohnson

Differential Revision: https://phabricator.services.mozilla.com/D274050

Diffstat:
Mmobile/android/test_infra/flank-configs/fenix/arm-experimental-api-tests.yml | 1+
Mmobile/android/test_infra/flank-configs/fenix/arm64-v8a-detect-leaks.yml | 1+
Mmobile/android/test_infra/flank-configs/fenix/arm64-v8a.yml | 1+
3 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/mobile/android/test_infra/flank-configs/fenix/arm-experimental-api-tests.yml b/mobile/android/test_infra/flank-configs/fenix/arm-experimental-api-tests.yml @@ -24,6 +24,7 @@ gcloud: - notPackage org.mozilla.fenix.syncintegration - notPackage org.mozilla.fenix.experimentintegration - package org.mozilla.fenix.ui.efficiency.tests + - package org.mozilla.fenix.ui.efficiency.examples device: - model: MediumPhone.arm diff --git a/mobile/android/test_infra/flank-configs/fenix/arm64-v8a-detect-leaks.yml b/mobile/android/test_infra/flank-configs/fenix/arm64-v8a-detect-leaks.yml @@ -31,6 +31,7 @@ gcloud: - notPackage org.mozilla.fenix.syncintegration - notPackage org.mozilla.fenix.experimentintegration - notPackage org.mozilla.fenix.ui.efficiency.tests + - notPackage org.mozilla.fenix.ui.efficiency.examples - notAnnotation org.mozilla.fenix.customannotations.SkipLeaks device: diff --git a/mobile/android/test_infra/flank-configs/fenix/arm64-v8a.yml b/mobile/android/test_infra/flank-configs/fenix/arm64-v8a.yml @@ -24,6 +24,7 @@ gcloud: - notPackage org.mozilla.fenix.syncintegration - notPackage org.mozilla.fenix.experimentintegration - notPackage org.mozilla.fenix.ui.efficiency.tests + - notPackage org.mozilla.fenix.ui.efficiency.examples device: - model: MediumPhone.arm