Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable two new arm64 ios tests #105636

Merged
merged 1 commit into from
Jun 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
37 changes: 37 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2709,6 +2709,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 @@ -2752,6 +2768,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