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

[ci] Add build-only Windows Arm64 tests #5142

Merged
merged 1 commit into from
Oct 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,15 @@ platform_properties:
[
{"dependency": "chrome_and_driver", "version": "version:114.0"}
]
windows_arm64:
properties:
dependencies: >
[
{"dependency": "certs", "version": "version:9563bb"}
]
device_type: none
os: Windows
cpu: arm64
windows_x64:
properties:
dependencies: >
Expand Down Expand Up @@ -1065,6 +1074,20 @@ targets:
{"dependency": "vs_build", "version": "version:vs2019"}
]

- name: Windows_arm64 windows-build_all_packages master
recipe: packages/packages
timeout: 30
bringup: true # https://github.com/flutter/flutter/issues/134083
properties:
add_recipes_cq: "true"
target_file: windows_build_all_packages.yaml
channel: master
version_file: flutter_master.version
dependencies: >
[
{"dependency": "vs_build", "version": "version:vs2019"}
]

- name: Windows_x64 windows-build_all_packages stable
recipe: packages/packages
timeout: 30
Expand All @@ -1078,6 +1101,20 @@ targets:
{"dependency": "vs_build", "version": "version:vs2019"}
]

- name: Windows_arm64 windows-build_all_packages stable
recipe: packages/packages
timeout: 30
bringup: true # https://github.com/flutter/flutter/issues/134083
properties:
add_recipes_cq: "true"
target_file: windows_build_all_packages.yaml
channel: stable
version_file: flutter_stable.version
dependencies: >
[
{"dependency": "vs_build", "version": "version:vs2019"}
]

- name: Windows_x64 repo_tools_tests
recipe: packages/packages
timeout: 30
Expand Down