arm64-v8a-macrobenchmark.yml (1042B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 # Google Cloud Documentation: https://cloud.google.com/sdk/gcloud/reference/firebase/test/android/run 6 # Flank Documentation: https://flank.github.io/flank/ 7 gcloud: 8 results-bucket: fenix_test_artifacts 9 record-video: true 10 timeout: 15m 11 async: false 12 num-flaky-test-attempts: 1 13 14 app: /app/path 15 test: /test/path 16 17 auto-google-login: false 18 use-orchestrator: false 19 environment-variables: 20 clearPackageData: true 21 directories-to-pull: 22 - /sdcard/Download 23 - /sdcard/Android/media/org.mozilla.fenix.benchmark/ 24 performance-metrics: true 25 26 test-targets: 27 - annotation org.mozilla.fenix.benchmark.BaselineProfileMacrobenchmark 28 29 device: 30 - model: shiba 31 version: 34 32 locale: en_US 33 34 flank: 35 project: GOOGLE_PROJECT 36 max-test-shards: -1 37 num-test-runs: 1 38 output-style: compact 39 full-junit-result: true