Skip to content

Commit

Permalink
Move ios_app_with_extensions_test to host only (flutter#131441)
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
Chris Yang authored and vashworth committed Aug 2, 2023
1 parent 02364b8 commit 6ae5c63
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3764,6 +3764,26 @@ targets:
["devicelab", "ios", "mac", "arm64"]
task_name: ios_app_with_extensions_test

- name: Mac_x64 ios_app_with_extensions_test
recipe: devicelab/devicelab_drone
presubmit: false
timeout: 60
properties:
tags: >
["devicelab", "hostonly", "mac"]
task_name: ios_app_with_extensions_test
bringup: true

- name: Mac_arm64 ios_app_with_extensions_test
recipe: devicelab/devicelab_drone
presubmit: false
timeout: 60
properties:
tags: >
["devicelab", "hostonly", "mac", "arm64"]
task_name: ios_app_with_extensions_test
bringup: true

- name: Mac_ios ios_content_validation_test
recipe: devicelab/devicelab_drone
presubmit: false
Expand Down

0 comments on commit 6ae5c63

Please sign in to comment.