tasks:
- name: prepare tool
script: .ci/scripts/prepare_tool.sh
infra_step: true
- name: download Dart and Android deps
script: .ci/scripts/tool_runner.sh
infra_step: true
args: ["fetch-deps", "--android", "--supporting-target-platforms-only"]
- name: Firebase Test Lab
script: .ci/scripts/tool_runner.sh
args:
- "firebase-test-lab"
- "--device"
- "model=panther,version=33"
- "--exclude=script/configs/exclude_integration_android.yaml"
- "--project=flutter-infra-staging"
- "--results-bucket=flutter_firebase_testlab_staging"