Skip to content

Commit 884d1ba

Browse files
committed
Introduce Windows x64 platform to CI
1 parent 0dc8f4e commit 884d1ba

File tree

1 file changed

+141
-0
lines changed

1 file changed

+141
-0
lines changed

.ci.yaml

Lines changed: 141 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,15 @@ platform_properties:
5858
]
5959
device_type: none
6060
os: Windows
61+
windows_x64:
62+
properties:
63+
dependencies: >
64+
[
65+
{"dependency": "certs", "version": "version:9563bb"}
66+
]
67+
device_type: none
68+
os: Windows
69+
cpu: x86
6170
mac_arm64:
6271
properties:
6372
dependencies: >-
@@ -905,6 +914,20 @@ targets:
905914
{"dependency": "vs_build", "version": "version:vs2019"}
906915
]
907916
917+
- name: Windows_x64 custom_package_tests master - packages
918+
recipe: packages/packages
919+
timeout: 60
920+
bringup: true
921+
properties:
922+
add_recipes_cq: "true"
923+
target_file: windows_custom_package_tests.yaml
924+
channel: master
925+
version_file: flutter_master.version
926+
dependencies: >
927+
[
928+
{"dependency": "vs_build", "version": "version:vs2019"}
929+
]
930+
908931
- name: Windows dart_unit_tests_shard_1 master
909932
recipe: packages/packages
910933
timeout: 60
@@ -914,6 +937,16 @@ targets:
914937
version_file: flutter_master.version
915938
package_sharding: "--shardIndex 0 --shardCount 2"
916939

940+
- name: Windows_x64 dart_unit_tests_shard_1 master
941+
recipe: packages/packages
942+
timeout: 60
943+
bringup: true
944+
properties:
945+
target_file: windows_dart_unit_tests.yaml
946+
channel: master
947+
version_file: flutter_master.version
948+
package_sharding: "--shardIndex 0 --shardCount 2"
949+
917950
- name: Windows dart_unit_tests_shard_2 master
918951
recipe: packages/packages
919952
timeout: 60
@@ -923,6 +956,16 @@ targets:
923956
version_file: flutter_master.version
924957
package_sharding: "--shardIndex 1 --shardCount 2"
925958

959+
- name: Windows_x64 dart_unit_tests_shard_2 master
960+
recipe: packages/packages
961+
timeout: 60
962+
bringup: true
963+
properties:
964+
target_file: windows_dart_unit_tests.yaml
965+
channel: master
966+
version_file: flutter_master.version
967+
package_sharding: "--shardIndex 1 --shardCount 2"
968+
926969
- name: Windows win32-platform_tests_shard_1 master
927970
recipe: packages/packages
928971
timeout: 60
@@ -937,6 +980,21 @@ targets:
937980
{"dependency": "vs_build", "version": "version:vs2019"}
938981
]
939982
983+
- name: Windows_x64 win32-platform_tests_shard_1 master
984+
recipe: packages/packages
985+
timeout: 60
986+
bringup: true
987+
properties:
988+
add_recipes_cq: "true"
989+
target_file: windows_build_and_platform_tests.yaml
990+
channel: master
991+
version_file: flutter_master.version
992+
package_sharding: "--shardIndex 0 --shardCount 2"
993+
dependencies: >
994+
[
995+
{"dependency": "vs_build", "version": "version:vs2019"}
996+
]
997+
940998
- name: Windows win32-platform_tests_shard_2 master
941999
recipe: packages/packages
9421000
timeout: 60
@@ -951,6 +1009,21 @@ targets:
9511009
{"dependency": "vs_build", "version": "version:vs2019"}
9521010
]
9531011
1012+
- name: Windows_x64 win32-platform_tests_shard_2 master
1013+
recipe: packages/packages
1014+
timeout: 60
1015+
bringup: true
1016+
properties:
1017+
add_recipes_cq: "true"
1018+
target_file: windows_build_and_platform_tests.yaml
1019+
channel: master
1020+
version_file: flutter_master.version
1021+
package_sharding: "--shardIndex 1 --shardCount 2"
1022+
dependencies: >
1023+
[
1024+
{"dependency": "vs_build", "version": "version:vs2019"}
1025+
]
1026+
9541027
- name: Windows win32-platform_tests_shard_1 stable
9551028
recipe: packages/packages
9561029
timeout: 60
@@ -965,6 +1038,21 @@ targets:
9651038
{"dependency": "vs_build", "version": "version:vs2019"}
9661039
]
9671040
1041+
- name: Windows_x64 win32-platform_tests_shard_1 stable
1042+
recipe: packages/packages
1043+
timeout: 60
1044+
bringup: true
1045+
properties:
1046+
add_recipes_cq: "true"
1047+
target_file: windows_build_and_platform_tests.yaml
1048+
channel: stable
1049+
version_file: flutter_stable.version
1050+
package_sharding: "--shardIndex 0 --shardCount 2"
1051+
dependencies: >
1052+
[
1053+
{"dependency": "vs_build", "version": "version:vs2019"}
1054+
]
1055+
9681056
- name: Windows win32-platform_tests_shard_2 stable
9691057
recipe: packages/packages
9701058
timeout: 60
@@ -979,6 +1067,21 @@ targets:
9791067
{"dependency": "vs_build", "version": "version:vs2019"}
9801068
]
9811069
1070+
- name: Windows_x64 win32-platform_tests_shard_2 stable
1071+
recipe: packages/packages
1072+
timeout: 60
1073+
bringup: true
1074+
properties:
1075+
add_recipes_cq: "true"
1076+
target_file: windows_build_and_platform_tests.yaml
1077+
channel: stable
1078+
version_file: flutter_stable.version
1079+
package_sharding: "--shardIndex 1 --shardCount 2"
1080+
dependencies: >
1081+
[
1082+
{"dependency": "vs_build", "version": "version:vs2019"}
1083+
]
1084+
9821085
- name: Windows windows-build_all_packages master
9831086
recipe: packages/packages
9841087
timeout: 30
@@ -992,6 +1095,20 @@ targets:
9921095
{"dependency": "vs_build", "version": "version:vs2019"}
9931096
]
9941097
1098+
- name: Windows_x64 windows-build_all_packages master
1099+
recipe: packages/packages
1100+
timeout: 30
1101+
bringup: true
1102+
properties:
1103+
add_recipes_cq: "true"
1104+
target_file: windows_build_all_packages.yaml
1105+
channel: master
1106+
version_file: flutter_master.version
1107+
dependencies: >
1108+
[
1109+
{"dependency": "vs_build", "version": "version:vs2019"}
1110+
]
1111+
9951112
- name: Windows windows-build_all_packages stable
9961113
recipe: packages/packages
9971114
timeout: 30
@@ -1005,6 +1122,20 @@ targets:
10051122
{"dependency": "vs_build", "version": "version:vs2019"}
10061123
]
10071124
1125+
- name: Windows_x64 windows-build_all_packages stable
1126+
recipe: packages/packages
1127+
timeout: 30
1128+
bringup: true
1129+
properties:
1130+
add_recipes_cq: "true"
1131+
target_file: windows_build_all_packages.yaml
1132+
channel: stable
1133+
version_file: flutter_stable.version
1134+
dependencies: >
1135+
[
1136+
{"dependency": "vs_build", "version": "version:vs2019"}
1137+
]
1138+
10081139
- name: Windows repo_tools_tests
10091140
recipe: packages/packages
10101141
timeout: 30
@@ -1014,6 +1145,16 @@ targets:
10141145
channel: master
10151146
version_file: flutter_master.version
10161147

1148+
- name: Windows_x64 repo_tools_tests
1149+
recipe: packages/packages
1150+
timeout: 30
1151+
bringup: true
1152+
properties:
1153+
add_recipes_cq: "true"
1154+
target_file: repo_tools_tests.yaml
1155+
channel: master
1156+
version_file: flutter_master.version
1157+
10171158
- name: Linux ci_yaml packages roller
10181159
recipe: infra/ci_yaml
10191160
timeout: 30

0 commit comments

Comments
 (0)