Skip to content

Commit c40a11e

Browse files
committed
[ci] Add build-only Windows Arm64 tests
1 parent a673198 commit c40a11e

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.ci.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@ platform_properties:
6262
[
6363
{"dependency": "chrome_and_driver", "version": "version:114.0"}
6464
]
65+
windows_arm64:
66+
properties:
67+
dependencies: >
68+
[
69+
{"dependency": "certs", "version": "version:9563bb"}
70+
]
71+
device_type: none
72+
os: Windows
73+
cpu: arm64
6574
windows_x64:
6675
properties:
6776
dependencies: >
@@ -1065,6 +1074,20 @@ targets:
10651074
{"dependency": "vs_build", "version": "version:vs2019"}
10661075
]
10671076
1077+
- name: Windows_arm64 windows-build_all_packages master
1078+
recipe: packages/packages
1079+
timeout: 30
1080+
bringup: true # https://github.com/flutter/flutter/issues/134083
1081+
properties:
1082+
add_recipes_cq: "true"
1083+
target_file: windows_build_all_packages.yaml
1084+
channel: master
1085+
version_file: flutter_master.version
1086+
dependencies: >
1087+
[
1088+
{"dependency": "vs_build", "version": "version:vs2019"}
1089+
]
1090+
10681091
- name: Windows_x64 windows-build_all_packages stable
10691092
recipe: packages/packages
10701093
timeout: 30
@@ -1078,6 +1101,20 @@ targets:
10781101
{"dependency": "vs_build", "version": "version:vs2019"}
10791102
]
10801103
1104+
- name: Windows_arm64 windows-build_all_packages stable
1105+
recipe: packages/packages
1106+
timeout: 30
1107+
bringup: true # https://github.com/flutter/flutter/issues/134083
1108+
properties:
1109+
add_recipes_cq: "true"
1110+
target_file: windows_build_all_packages.yaml
1111+
channel: stable
1112+
version_file: flutter_stable.version
1113+
dependencies: >
1114+
[
1115+
{"dependency": "vs_build", "version": "version:vs2019"}
1116+
]
1117+
10811118
- name: Windows_x64 repo_tools_tests
10821119
recipe: packages/packages
10831120
timeout: 30

0 commit comments

Comments
 (0)