Unverified Commit 23174b9b authored by keyonghan's avatar keyonghan Committed by GitHub

Enable two new arm64 ios tests (#105636)

parent b0a1c645
......@@ -2703,6 +2703,22 @@ targets:
- bin/**
- .ci.yaml
- name: Mac_arm64_ios module_test_ios
recipe: devicelab/devicelab_drone
presubmit: false
bringup: true
timeout: 60
properties:
tags: >
["devicelab", "ios", "mac", "arm64"]
task_name: module_test_ios
scheduler: luci
runIf:
- dev/**
- packages/flutter_tools/**
- bin/**
- .ci.yaml
- name: Mac plugin_dependencies_test
recipe: devicelab/devicelab_drone
timeout: 60
......@@ -2746,6 +2762,27 @@ targets:
- bin/**
- .ci.yaml
- name: Mac_arm64_ios plugin_lint_mac
recipe: devicelab/devicelab_drone
presubmit: false
bringup: true
timeout: 60
properties:
dependencies: >-
[
{"dependency": "arm64ruby", "version": "version:311_3"}
]
tags: >
["devicelab", "ios", "mac", "arm64"]
task_name: plugin_lint_mac
scheduler: luci
runIf:
- dev/**
- packages/flutter_tools/**
- packages/integration_test/**
- bin/**
- .ci.yaml
- name: Mac plugin_test
recipe: devicelab/devicelab_drone
timeout: 60
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment