Unverified Commit 3c8c3004 authored by Chris Yang's avatar Chris Yang Committed by GitHub

Move ios_app_with_extensions_test to host only (#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.
parent 058f1660
...@@ -3764,6 +3764,26 @@ targets: ...@@ -3764,6 +3764,26 @@ targets:
["devicelab", "ios", "mac", "arm64"] ["devicelab", "ios", "mac", "arm64"]
task_name: ios_app_with_extensions_test 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 - name: Mac_ios ios_content_validation_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
presubmit: false presubmit: false
......
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