summaryrefslogtreecommitdiffstats
path: root/mobile/android/fenix/automation/taskcluster/androidTest/flank-arm-robo-test.yml
blob: 813452db4752ddb290730350b8cac41e84c267b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Google Cloud Documentation: https://cloud.google.com/sdk/gcloud/reference/firebase/test/android/run
# Flank Documentation: https://flank.github.io/flank/
gcloud:
  results-bucket: fenix_test_artifacts
  record-video: false
  timeout: 10m
  async: false

  app: /app/path

  auto-google-login: false
  use-orchestrator: true
  environment-variables:
    clearPackageData: true

  device:
    - model: java
      version: 30
      locale: en_US
    - model: Pixel2.arm
      version: 27
      locale: en_US
    - model: redfin
      version: 30
      locale: en_US
    - model: oriole
      version: 31
      locale: en_US
    - model: x1q
      version: 29
      locale: en_US

  type: robo

flank:
  project: GOOGLE_PROJECT
  num-test-runs: 1
  output-style: compact
  full-junit-result: true