Skip to content

Commit 8bcf7b8

Browse files
Chris YangLouiseHsu
authored andcommitted
Move ios_app_with_extensions_test to host only (flutter#131441)
`ios_app_with_extensions_test` only builds the artifact, it does not need a device to run. This PR adds the copies of these tests to run hostonly. When the new tests pass in post submit, we should remove the old ones.
1 parent 3cae400 commit 8bcf7b8

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.ci.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3764,6 +3764,26 @@ targets:
37643764
["devicelab", "ios", "mac", "arm64"]
37653765
task_name: ios_app_with_extensions_test
37663766

3767+
- name: Mac_x64 ios_app_with_extensions_test
3768+
recipe: devicelab/devicelab_drone
3769+
presubmit: false
3770+
timeout: 60
3771+
properties:
3772+
tags: >
3773+
["devicelab", "hostonly", "mac"]
3774+
task_name: ios_app_with_extensions_test
3775+
bringup: true
3776+
3777+
- name: Mac_arm64 ios_app_with_extensions_test
3778+
recipe: devicelab/devicelab_drone
3779+
presubmit: false
3780+
timeout: 60
3781+
properties:
3782+
tags: >
3783+
["devicelab", "hostonly", "mac", "arm64"]
3784+
task_name: ios_app_with_extensions_test
3785+
bringup: true
3786+
37673787
- name: Mac_ios ios_content_validation_test
37683788
recipe: devicelab/devicelab_drone
37693789
presubmit: false

0 commit comments

Comments
 (0)