Skip to content

Commit 23174b9

Browse files
authored
Enable two new arm64 ios tests (#105636)
1 parent b0a1c64 commit 23174b9

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.ci.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2703,6 +2703,22 @@ targets:
27032703
- bin/**
27042704
- .ci.yaml
27052705

2706+
- name: Mac_arm64_ios module_test_ios
2707+
recipe: devicelab/devicelab_drone
2708+
presubmit: false
2709+
bringup: true
2710+
timeout: 60
2711+
properties:
2712+
tags: >
2713+
["devicelab", "ios", "mac", "arm64"]
2714+
task_name: module_test_ios
2715+
scheduler: luci
2716+
runIf:
2717+
- dev/**
2718+
- packages/flutter_tools/**
2719+
- bin/**
2720+
- .ci.yaml
2721+
27062722
- name: Mac plugin_dependencies_test
27072723
recipe: devicelab/devicelab_drone
27082724
timeout: 60
@@ -2746,6 +2762,27 @@ targets:
27462762
- bin/**
27472763
- .ci.yaml
27482764

2765+
- name: Mac_arm64_ios plugin_lint_mac
2766+
recipe: devicelab/devicelab_drone
2767+
presubmit: false
2768+
bringup: true
2769+
timeout: 60
2770+
properties:
2771+
dependencies: >-
2772+
[
2773+
{"dependency": "arm64ruby", "version": "version:311_3"}
2774+
]
2775+
tags: >
2776+
["devicelab", "ios", "mac", "arm64"]
2777+
task_name: plugin_lint_mac
2778+
scheduler: luci
2779+
runIf:
2780+
- dev/**
2781+
- packages/flutter_tools/**
2782+
- packages/integration_test/**
2783+
- bin/**
2784+
- .ci.yaml
2785+
27492786
- name: Mac plugin_test
27502787
recipe: devicelab/devicelab_drone
27512788
timeout: 60

0 commit comments

Comments
 (0)