@@ -58,6 +58,15 @@ platform_properties:
58
58
]
59
59
device_type : none
60
60
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
61
70
mac_arm64 :
62
71
properties :
63
72
dependencies : >-
@@ -905,6 +914,20 @@ targets:
905
914
{"dependency": "vs_build", "version": "version:vs2019"}
906
915
]
907
916
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
+
908
931
- name : Windows dart_unit_tests_shard_1 master
909
932
recipe : packages/packages
910
933
timeout : 60
@@ -914,6 +937,16 @@ targets:
914
937
version_file : flutter_master.version
915
938
package_sharding : " --shardIndex 0 --shardCount 2"
916
939
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
+
917
950
- name : Windows dart_unit_tests_shard_2 master
918
951
recipe : packages/packages
919
952
timeout : 60
@@ -923,6 +956,16 @@ targets:
923
956
version_file : flutter_master.version
924
957
package_sharding : " --shardIndex 1 --shardCount 2"
925
958
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
+
926
969
- name : Windows win32-platform_tests_shard_1 master
927
970
recipe : packages/packages
928
971
timeout : 60
@@ -937,6 +980,21 @@ targets:
937
980
{"dependency": "vs_build", "version": "version:vs2019"}
938
981
]
939
982
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
+
940
998
- name : Windows win32-platform_tests_shard_2 master
941
999
recipe : packages/packages
942
1000
timeout : 60
@@ -951,6 +1009,21 @@ targets:
951
1009
{"dependency": "vs_build", "version": "version:vs2019"}
952
1010
]
953
1011
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
+
954
1027
- name : Windows win32-platform_tests_shard_1 stable
955
1028
recipe : packages/packages
956
1029
timeout : 60
@@ -965,6 +1038,21 @@ targets:
965
1038
{"dependency": "vs_build", "version": "version:vs2019"}
966
1039
]
967
1040
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
+
968
1056
- name : Windows win32-platform_tests_shard_2 stable
969
1057
recipe : packages/packages
970
1058
timeout : 60
@@ -979,6 +1067,21 @@ targets:
979
1067
{"dependency": "vs_build", "version": "version:vs2019"}
980
1068
]
981
1069
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
+
982
1085
- name : Windows windows-build_all_packages master
983
1086
recipe : packages/packages
984
1087
timeout : 30
@@ -992,6 +1095,20 @@ targets:
992
1095
{"dependency": "vs_build", "version": "version:vs2019"}
993
1096
]
994
1097
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
+
995
1112
- name : Windows windows-build_all_packages stable
996
1113
recipe : packages/packages
997
1114
timeout : 30
@@ -1005,6 +1122,20 @@ targets:
1005
1122
{"dependency": "vs_build", "version": "version:vs2019"}
1006
1123
]
1007
1124
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
+
1008
1139
- name : Windows repo_tools_tests
1009
1140
recipe : packages/packages
1010
1141
timeout : 30
@@ -1014,6 +1145,16 @@ targets:
1014
1145
channel : master
1015
1146
version_file : flutter_master.version
1016
1147
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
+
1017
1158
- name : Linux ci_yaml packages roller
1018
1159
recipe : infra/ci_yaml
1019
1160
timeout : 30
0 commit comments