Skip to content

Commit be915be

Browse files
authored
[ci] Finalize migration to x64 specific Windows platform (flutter#5174)
flutter/packages#5133 began to migrate the Windows CI tests to use a new x64 specific Windows platform. This completes the migration by removing the old Windows tests and removing `bringup` from the new x64 specific tests. To see the resulting changes from both steps of the migration, refer to: flutter/packages@0bddb16...loic-sharma:flutter-packages:windows_x64_ci_finalize_2#diff-9e73abde9fff445f31e5928e80d2d3f88847e02fd8f76d46f66f147fdc82786d Prepares for flutter#129813 Previous stacked pull request: flutter/packages#5133 Next stacked pull request: flutter/packages#5142
1 parent 353e9a2 commit be915be

File tree

1 file changed

+0
-140
lines changed

1 file changed

+0
-140
lines changed

.ci.yaml

Lines changed: 0 additions & 140 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,6 @@ platform_properties:
6262
[
6363
{"dependency": "chrome_and_driver", "version": "version:114.0"}
6464
]
65-
windows:
66-
properties:
67-
dependencies: >
68-
[
69-
{"dependency": "certs", "version": "version:9563bb"}
70-
]
71-
device_type: none
72-
os: Windows
7365
windows_x64:
7466
properties:
7567
dependencies: >
@@ -973,23 +965,9 @@ targets:
973965
package_sharding: "--shardIndex 4 --shardCount 5"
974966

975967
### Windows desktop tasks ###
976-
- name: Windows custom_package_tests master - packages
977-
recipe: packages/packages
978-
timeout: 60
979-
properties:
980-
add_recipes_cq: "true"
981-
target_file: windows_custom_package_tests.yaml
982-
channel: master
983-
version_file: flutter_master.version
984-
dependencies: >
985-
[
986-
{"dependency": "vs_build", "version": "version:vs2019"}
987-
]
988-
989968
- name: Windows_x64 custom_package_tests master - packages
990969
recipe: packages/packages
991970
timeout: 60
992-
bringup: true
993971
properties:
994972
add_recipes_cq: "true"
995973
target_file: windows_custom_package_tests.yaml
@@ -1000,62 +978,27 @@ targets:
1000978
{"dependency": "vs_build", "version": "version:vs2019"}
1001979
]
1002980
1003-
- name: Windows dart_unit_tests_shard_1 master
1004-
recipe: packages/packages
1005-
timeout: 60
1006-
properties:
1007-
target_file: windows_dart_unit_tests.yaml
1008-
channel: master
1009-
version_file: flutter_master.version
1010-
package_sharding: "--shardIndex 0 --shardCount 2"
1011-
1012981
- name: Windows_x64 dart_unit_tests_shard_1 master
1013982
recipe: packages/packages
1014983
timeout: 60
1015-
bringup: true
1016984
properties:
1017985
target_file: windows_dart_unit_tests.yaml
1018986
channel: master
1019987
version_file: flutter_master.version
1020988
package_sharding: "--shardIndex 0 --shardCount 2"
1021989

1022-
- name: Windows dart_unit_tests_shard_2 master
1023-
recipe: packages/packages
1024-
timeout: 60
1025-
properties:
1026-
target_file: windows_dart_unit_tests.yaml
1027-
channel: master
1028-
version_file: flutter_master.version
1029-
package_sharding: "--shardIndex 1 --shardCount 2"
1030-
1031990
- name: Windows_x64 dart_unit_tests_shard_2 master
1032991
recipe: packages/packages
1033992
timeout: 60
1034-
bringup: true
1035993
properties:
1036994
target_file: windows_dart_unit_tests.yaml
1037995
channel: master
1038996
version_file: flutter_master.version
1039997
package_sharding: "--shardIndex 1 --shardCount 2"
1040998

1041-
- name: Windows win32-platform_tests_shard_1 master
1042-
recipe: packages/packages
1043-
timeout: 60
1044-
properties:
1045-
add_recipes_cq: "true"
1046-
target_file: windows_build_and_platform_tests.yaml
1047-
channel: master
1048-
version_file: flutter_master.version
1049-
package_sharding: "--shardIndex 0 --shardCount 2"
1050-
dependencies: >
1051-
[
1052-
{"dependency": "vs_build", "version": "version:vs2019"}
1053-
]
1054-
1055999
- name: Windows_x64 win32-platform_tests_shard_1 master
10561000
recipe: packages/packages
10571001
timeout: 60
1058-
bringup: true
10591002
properties:
10601003
add_recipes_cq: "true"
10611004
target_file: windows_build_and_platform_tests.yaml
@@ -1067,24 +1010,9 @@ targets:
10671010
{"dependency": "vs_build", "version": "version:vs2019"}
10681011
]
10691012
1070-
- name: Windows win32-platform_tests_shard_2 master
1071-
recipe: packages/packages
1072-
timeout: 60
1073-
properties:
1074-
add_recipes_cq: "true"
1075-
target_file: windows_build_and_platform_tests.yaml
1076-
channel: master
1077-
version_file: flutter_master.version
1078-
package_sharding: "--shardIndex 1 --shardCount 2"
1079-
dependencies: >
1080-
[
1081-
{"dependency": "vs_build", "version": "version:vs2019"}
1082-
]
1083-
10841013
- name: Windows_x64 win32-platform_tests_shard_2 master
10851014
recipe: packages/packages
10861015
timeout: 60
1087-
bringup: true
10881016
properties:
10891017
add_recipes_cq: "true"
10901018
target_file: windows_build_and_platform_tests.yaml
@@ -1096,24 +1024,9 @@ targets:
10961024
{"dependency": "vs_build", "version": "version:vs2019"}
10971025
]
10981026
1099-
- name: Windows win32-platform_tests_shard_1 stable
1100-
recipe: packages/packages
1101-
timeout: 60
1102-
properties:
1103-
add_recipes_cq: "true"
1104-
target_file: windows_build_and_platform_tests.yaml
1105-
channel: stable
1106-
version_file: flutter_stable.version
1107-
package_sharding: "--shardIndex 0 --shardCount 2"
1108-
dependencies: >
1109-
[
1110-
{"dependency": "vs_build", "version": "version:vs2019"}
1111-
]
1112-
11131027
- name: Windows_x64 win32-platform_tests_shard_1 stable
11141028
recipe: packages/packages
11151029
timeout: 60
1116-
bringup: true
11171030
properties:
11181031
add_recipes_cq: "true"
11191032
target_file: windows_build_and_platform_tests.yaml
@@ -1125,24 +1038,9 @@ targets:
11251038
{"dependency": "vs_build", "version": "version:vs2019"}
11261039
]
11271040
1128-
- name: Windows win32-platform_tests_shard_2 stable
1129-
recipe: packages/packages
1130-
timeout: 60
1131-
properties:
1132-
add_recipes_cq: "true"
1133-
target_file: windows_build_and_platform_tests.yaml
1134-
channel: stable
1135-
version_file: flutter_stable.version
1136-
package_sharding: "--shardIndex 1 --shardCount 2"
1137-
dependencies: >
1138-
[
1139-
{"dependency": "vs_build", "version": "version:vs2019"}
1140-
]
1141-
11421041
- name: Windows_x64 win32-platform_tests_shard_2 stable
11431042
recipe: packages/packages
11441043
timeout: 60
1145-
bringup: true
11461044
properties:
11471045
add_recipes_cq: "true"
11481046
target_file: windows_build_and_platform_tests.yaml
@@ -1154,23 +1052,9 @@ targets:
11541052
{"dependency": "vs_build", "version": "version:vs2019"}
11551053
]
11561054
1157-
- name: Windows windows-build_all_packages master
1158-
recipe: packages/packages
1159-
timeout: 30
1160-
properties:
1161-
add_recipes_cq: "true"
1162-
target_file: windows_build_all_packages.yaml
1163-
channel: master
1164-
version_file: flutter_master.version
1165-
dependencies: >
1166-
[
1167-
{"dependency": "vs_build", "version": "version:vs2019"}
1168-
]
1169-
11701055
- name: Windows_x64 windows-build_all_packages master
11711056
recipe: packages/packages
11721057
timeout: 30
1173-
bringup: true
11741058
properties:
11751059
add_recipes_cq: "true"
11761060
target_file: windows_build_all_packages.yaml
@@ -1181,23 +1065,9 @@ targets:
11811065
{"dependency": "vs_build", "version": "version:vs2019"}
11821066
]
11831067
1184-
- name: Windows windows-build_all_packages stable
1185-
recipe: packages/packages
1186-
timeout: 30
1187-
properties:
1188-
add_recipes_cq: "true"
1189-
target_file: windows_build_all_packages.yaml
1190-
channel: stable
1191-
version_file: flutter_stable.version
1192-
dependencies: >
1193-
[
1194-
{"dependency": "vs_build", "version": "version:vs2019"}
1195-
]
1196-
11971068
- name: Windows_x64 windows-build_all_packages stable
11981069
recipe: packages/packages
11991070
timeout: 30
1200-
bringup: true
12011071
properties:
12021072
add_recipes_cq: "true"
12031073
target_file: windows_build_all_packages.yaml
@@ -1208,19 +1078,9 @@ targets:
12081078
{"dependency": "vs_build", "version": "version:vs2019"}
12091079
]
12101080
1211-
- name: Windows repo_tools_tests
1212-
recipe: packages/packages
1213-
timeout: 30
1214-
properties:
1215-
add_recipes_cq: "true"
1216-
target_file: repo_tools_tests.yaml
1217-
channel: master
1218-
version_file: flutter_master.version
1219-
12201081
- name: Windows_x64 repo_tools_tests
12211082
recipe: packages/packages
12221083
timeout: 30
1223-
bringup: true
12241084
properties:
12251085
add_recipes_cq: "true"
12261086
target_file: repo_tools_tests.yaml

0 commit comments

Comments
 (0)