arm64-v8a.yml (1125B)
1 # Google Cloud Documentation: https://cloud.google.com/sdk/gcloud/reference/firebase/test/android/run 2 # Flank Documentation: https://flank.github.io/flank/ 3 gcloud: 4 results-bucket: fenix_test_artifacts 5 record-video: true 6 timeout: 15m 7 async: false 8 num-flaky-test-attempts: 1 9 10 app: /app/path 11 test: /test/path 12 13 auto-google-login: false 14 use-orchestrator: true 15 environment-variables: 16 clearPackageData: true 17 directories-to-pull: 18 - /sdcard/Android/data/org.mozilla.fenix.debug/minidumps 19 other-files: 20 /data/local/tmp/org.mozilla.fenix.debug-geckoview-config.yaml: geckoview-configs/org.mozilla.fenix.debug-geckoview-config.yaml 21 performance-metrics: true 22 23 test-targets: 24 - notPackage org.mozilla.fenix.syncintegration 25 - notPackage org.mozilla.fenix.experimentintegration 26 - notPackage org.mozilla.fenix.ui.efficiency.tests 27 - notPackage org.mozilla.fenix.ui.efficiency.examples 28 29 device: 30 - model: MediumPhone.arm 31 version: 34 32 locale: en_US 33 34 flank: 35 project: GOOGLE_PROJECT 36 max-test-shards: 100 37 num-test-runs: 1 38 output-style: compact 39 full-junit-result: true