mirror of
https://github.com/flutter/packages.git
synced 2025-07-01 23:51:55 +08:00
[ci] Finalize migration to x64 specific Windows platform (#5174)
https://github.com/flutter/packages/pull/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: 0bddb1638a
...loic-sharma:flutter-packages:windows_x64_ci_finalize_2#diff-9e73abde9fff445f31e5928e80d2d3f88847e02fd8f76d46f66f147fdc82786d
Prepares for https://github.com/flutter/flutter/issues/129813
Previous stacked pull request: https://github.com/flutter/packages/pull/5133
Next stacked pull request: https://github.com/flutter/packages/pull/5142
This commit is contained in:
140
.ci.yaml
140
.ci.yaml
@ -62,14 +62,6 @@ platform_properties:
|
||||
[
|
||||
{"dependency": "chrome_and_driver", "version": "version:114.0"}
|
||||
]
|
||||
windows:
|
||||
properties:
|
||||
dependencies: >
|
||||
[
|
||||
{"dependency": "certs", "version": "version:9563bb"}
|
||||
]
|
||||
device_type: none
|
||||
os: Windows
|
||||
windows_x64:
|
||||
properties:
|
||||
dependencies: >
|
||||
@ -973,23 +965,9 @@ targets:
|
||||
package_sharding: "--shardIndex 4 --shardCount 5"
|
||||
|
||||
### Windows desktop tasks ###
|
||||
- name: Windows custom_package_tests master - packages
|
||||
recipe: packages/packages
|
||||
timeout: 60
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
target_file: windows_custom_package_tests.yaml
|
||||
channel: master
|
||||
version_file: flutter_master.version
|
||||
dependencies: >
|
||||
[
|
||||
{"dependency": "vs_build", "version": "version:vs2019"}
|
||||
]
|
||||
|
||||
- name: Windows_x64 custom_package_tests master - packages
|
||||
recipe: packages/packages
|
||||
timeout: 60
|
||||
bringup: true
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
target_file: windows_custom_package_tests.yaml
|
||||
@ -1000,62 +978,27 @@ targets:
|
||||
{"dependency": "vs_build", "version": "version:vs2019"}
|
||||
]
|
||||
|
||||
- name: Windows dart_unit_tests_shard_1 master
|
||||
recipe: packages/packages
|
||||
timeout: 60
|
||||
properties:
|
||||
target_file: windows_dart_unit_tests.yaml
|
||||
channel: master
|
||||
version_file: flutter_master.version
|
||||
package_sharding: "--shardIndex 0 --shardCount 2"
|
||||
|
||||
- name: Windows_x64 dart_unit_tests_shard_1 master
|
||||
recipe: packages/packages
|
||||
timeout: 60
|
||||
bringup: true
|
||||
properties:
|
||||
target_file: windows_dart_unit_tests.yaml
|
||||
channel: master
|
||||
version_file: flutter_master.version
|
||||
package_sharding: "--shardIndex 0 --shardCount 2"
|
||||
|
||||
- name: Windows dart_unit_tests_shard_2 master
|
||||
recipe: packages/packages
|
||||
timeout: 60
|
||||
properties:
|
||||
target_file: windows_dart_unit_tests.yaml
|
||||
channel: master
|
||||
version_file: flutter_master.version
|
||||
package_sharding: "--shardIndex 1 --shardCount 2"
|
||||
|
||||
- name: Windows_x64 dart_unit_tests_shard_2 master
|
||||
recipe: packages/packages
|
||||
timeout: 60
|
||||
bringup: true
|
||||
properties:
|
||||
target_file: windows_dart_unit_tests.yaml
|
||||
channel: master
|
||||
version_file: flutter_master.version
|
||||
package_sharding: "--shardIndex 1 --shardCount 2"
|
||||
|
||||
- name: Windows win32-platform_tests_shard_1 master
|
||||
recipe: packages/packages
|
||||
timeout: 60
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
target_file: windows_build_and_platform_tests.yaml
|
||||
channel: master
|
||||
version_file: flutter_master.version
|
||||
package_sharding: "--shardIndex 0 --shardCount 2"
|
||||
dependencies: >
|
||||
[
|
||||
{"dependency": "vs_build", "version": "version:vs2019"}
|
||||
]
|
||||
|
||||
- name: Windows_x64 win32-platform_tests_shard_1 master
|
||||
recipe: packages/packages
|
||||
timeout: 60
|
||||
bringup: true
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
target_file: windows_build_and_platform_tests.yaml
|
||||
@ -1067,24 +1010,9 @@ targets:
|
||||
{"dependency": "vs_build", "version": "version:vs2019"}
|
||||
]
|
||||
|
||||
- name: Windows win32-platform_tests_shard_2 master
|
||||
recipe: packages/packages
|
||||
timeout: 60
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
target_file: windows_build_and_platform_tests.yaml
|
||||
channel: master
|
||||
version_file: flutter_master.version
|
||||
package_sharding: "--shardIndex 1 --shardCount 2"
|
||||
dependencies: >
|
||||
[
|
||||
{"dependency": "vs_build", "version": "version:vs2019"}
|
||||
]
|
||||
|
||||
- name: Windows_x64 win32-platform_tests_shard_2 master
|
||||
recipe: packages/packages
|
||||
timeout: 60
|
||||
bringup: true
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
target_file: windows_build_and_platform_tests.yaml
|
||||
@ -1096,24 +1024,9 @@ targets:
|
||||
{"dependency": "vs_build", "version": "version:vs2019"}
|
||||
]
|
||||
|
||||
- name: Windows win32-platform_tests_shard_1 stable
|
||||
recipe: packages/packages
|
||||
timeout: 60
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
target_file: windows_build_and_platform_tests.yaml
|
||||
channel: stable
|
||||
version_file: flutter_stable.version
|
||||
package_sharding: "--shardIndex 0 --shardCount 2"
|
||||
dependencies: >
|
||||
[
|
||||
{"dependency": "vs_build", "version": "version:vs2019"}
|
||||
]
|
||||
|
||||
- name: Windows_x64 win32-platform_tests_shard_1 stable
|
||||
recipe: packages/packages
|
||||
timeout: 60
|
||||
bringup: true
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
target_file: windows_build_and_platform_tests.yaml
|
||||
@ -1125,24 +1038,9 @@ targets:
|
||||
{"dependency": "vs_build", "version": "version:vs2019"}
|
||||
]
|
||||
|
||||
- name: Windows win32-platform_tests_shard_2 stable
|
||||
recipe: packages/packages
|
||||
timeout: 60
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
target_file: windows_build_and_platform_tests.yaml
|
||||
channel: stable
|
||||
version_file: flutter_stable.version
|
||||
package_sharding: "--shardIndex 1 --shardCount 2"
|
||||
dependencies: >
|
||||
[
|
||||
{"dependency": "vs_build", "version": "version:vs2019"}
|
||||
]
|
||||
|
||||
- name: Windows_x64 win32-platform_tests_shard_2 stable
|
||||
recipe: packages/packages
|
||||
timeout: 60
|
||||
bringup: true
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
target_file: windows_build_and_platform_tests.yaml
|
||||
@ -1154,23 +1052,9 @@ targets:
|
||||
{"dependency": "vs_build", "version": "version:vs2019"}
|
||||
]
|
||||
|
||||
- name: Windows windows-build_all_packages master
|
||||
recipe: packages/packages
|
||||
timeout: 30
|
||||
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 master
|
||||
recipe: packages/packages
|
||||
timeout: 30
|
||||
bringup: true
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
target_file: windows_build_all_packages.yaml
|
||||
@ -1181,23 +1065,9 @@ targets:
|
||||
{"dependency": "vs_build", "version": "version:vs2019"}
|
||||
]
|
||||
|
||||
- name: Windows windows-build_all_packages stable
|
||||
recipe: packages/packages
|
||||
timeout: 30
|
||||
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 windows-build_all_packages stable
|
||||
recipe: packages/packages
|
||||
timeout: 30
|
||||
bringup: true
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
target_file: windows_build_all_packages.yaml
|
||||
@ -1208,19 +1078,9 @@ targets:
|
||||
{"dependency": "vs_build", "version": "version:vs2019"}
|
||||
]
|
||||
|
||||
- name: Windows repo_tools_tests
|
||||
recipe: packages/packages
|
||||
timeout: 30
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
target_file: repo_tools_tests.yaml
|
||||
channel: master
|
||||
version_file: flutter_master.version
|
||||
|
||||
- name: Windows_x64 repo_tools_tests
|
||||
recipe: packages/packages
|
||||
timeout: 30
|
||||
bringup: true
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
target_file: repo_tools_tests.yaml
|
||||
|
Reference in New Issue
Block a user