tor-browser

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

commit 4113b2a28522a0a1483a1a451e9b2d71fc7fa980
parent c48750b9f2cc97a9bdd144ab3e12e69dc56ae44a
Author: Aaron Train <aaron.train@gmail.com>
Date:   Fri,  5 Dec 2025 17:18:44 +0000

Bug 2004130 - Fix intermittent test-components tasks r=android-reviewers,sfamisa

* `API 30` lower capacity + excessive sharding for these very small suites meant waiting for shard scheduling conflicts running against time on the worker

This should help by swapping to API34 which is marked as High capacity and one shard for these small suites is suffice for now.

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

Diffstat:
Mmobile/android/test_infra/flank-configs/components/arm.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mobile/android/test_infra/flank-configs/components/arm.yml b/mobile/android/test_infra/flank-configs/components/arm.yml @@ -20,12 +20,12 @@ gcloud: device: - model: MediumPhone.arm - version: 30 + version: 34 locale: en_US flank: project: GOOGLE_PROJECT - max-test-shards: -1 + max-test-shards: 1 num-test-runs: 1 output-style: compact full-junit-result: true