Skip to content

Commit

Permalink
Enable two new arm64 ios tests (#105636)
Browse files Browse the repository at this point in the history
  • Loading branch information
keyonghan committed Jun 9, 2022
1 parent b0a1c64 commit 23174b9
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .ci.yaml
Expand Up @@ -2703,6 +2703,22 @@ targets:
- bin/**
- .ci.yaml

- name: Mac_arm64_ios module_test_ios
recipe: devicelab/devicelab_drone
presubmit: false
bringup: true
timeout: 60
properties:
tags: >
["devicelab", "ios", "mac", "arm64"]
task_name: module_test_ios
scheduler: luci
runIf:
- dev/**
- packages/flutter_tools/**
- bin/**
- .ci.yaml

- name: Mac plugin_dependencies_test
recipe: devicelab/devicelab_drone
timeout: 60
Expand Down Expand Up @@ -2746,6 +2762,27 @@ targets:
- bin/**
- .ci.yaml

- name: Mac_arm64_ios plugin_lint_mac
recipe: devicelab/devicelab_drone
presubmit: false
bringup: true
timeout: 60
properties:
dependencies: >-
[
{"dependency": "arm64ruby", "version": "version:311_3"}
]
tags: >
["devicelab", "ios", "mac", "arm64"]
task_name: plugin_lint_mac
scheduler: luci
runIf:
- dev/**
- packages/flutter_tools/**
- packages/integration_test/**
- bin/**
- .ci.yaml

- name: Mac plugin_test
recipe: devicelab/devicelab_drone
timeout: 60
Expand Down

0 comments on commit 23174b9

Please sign in to comment.