Skip to content

Commit 98a33e9

Browse files
keyonghancamsim99
authored andcommitted
Enable two new arm64 ios tests (flutter#105636)
1 parent 87306c5 commit 98a33e9

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
@@ -2713,6 +2713,22 @@ targets:
27132713
- bin/**
27142714
- .ci.yaml
27152715

2716+
- name: Mac_arm64_ios module_test_ios
2717+
recipe: devicelab/devicelab_drone
2718+
presubmit: false
2719+
bringup: true
2720+
timeout: 60
2721+
properties:
2722+
tags: >
2723+
["devicelab", "ios", "mac", "arm64"]
2724+
task_name: module_test_ios
2725+
scheduler: luci
2726+
runIf:
2727+
- dev/**
2728+
- packages/flutter_tools/**
2729+
- bin/**
2730+
- .ci.yaml
2731+
27162732
- name: Mac plugin_dependencies_test
27172733
recipe: devicelab/devicelab_drone
27182734
timeout: 60
@@ -2756,6 +2772,27 @@ targets:
27562772
- bin/**
27572773
- .ci.yaml
27582774

2775+
- name: Mac_arm64_ios plugin_lint_mac
2776+
recipe: devicelab/devicelab_drone
2777+
presubmit: false
2778+
bringup: true
2779+
timeout: 60
2780+
properties:
2781+
dependencies: >-
2782+
[
2783+
{"dependency": "arm64ruby", "version": "version:311_3"}
2784+
]
2785+
tags: >
2786+
["devicelab", "ios", "mac", "arm64"]
2787+
task_name: plugin_lint_mac
2788+
scheduler: luci
2789+
runIf:
2790+
- dev/**
2791+
- packages/flutter_tools/**
2792+
- packages/integration_test/**
2793+
- bin/**
2794+
- .ci.yaml
2795+
27592796
- name: Mac plugin_test
27602797
recipe: devicelab/devicelab_drone
27612798
timeout: 60

0 commit comments

Comments
 (0)