Skip to content

Commit e461a3a

Browse files
[ci] Enable Windows Dart unit test sharding (flutter#4528)
Enables the newly-added sharded tasks, and removes the unsharded version.
1 parent 674179f commit e461a3a

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.ci.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,6 @@ targets:
743743
]
744744
745745
- name: Windows dart_unit_tests_shard_1 master
746-
bringup: true # New target
747746
recipe: packages/packages
748747
timeout: 60
749748
properties:
@@ -753,7 +752,6 @@ targets:
753752
package_sharding: "--shardIndex 0 --shardCount 2"
754753

755754
- name: Windows dart_unit_tests_shard_2 master
756-
bringup: true # New target
757755
recipe: packages/packages
758756
timeout: 60
759757
properties:
@@ -762,21 +760,6 @@ targets:
762760
version_file: flutter_master.version
763761
package_sharding: "--shardIndex 1 --shardCount 2"
764762

765-
# TODO(stuartmorgan): Remove this when enabling the sharded versions.
766-
- name: Windows dart_unit_tests master - packages
767-
recipe: packages/packages
768-
timeout: 60
769-
properties:
770-
add_recipes_cq: "true"
771-
target_file: windows_dart_unit_tests.yaml
772-
channel: master
773-
version_file: flutter_master.version
774-
dependencies: >
775-
[
776-
{"dependency": "vs_build", "version": "version:vs2019"},
777-
{"dependency": "open_jdk", "version": "version:11"}
778-
]
779-
780763
- name: Windows win32-platform_tests_shard_1 master
781764
recipe: packages/packages
782765
timeout: 60

0 commit comments

Comments
 (0)