@@ -441,7 +441,7 @@ targets:
441
441
target_file : web_platform_tests.yaml
442
442
version_file : flutter_master.version
443
443
channel : master
444
- package_sharding : " --shardIndex 0 --shardCount 2 "
444
+ package_sharding : " --shardIndex 0 --shardCount 3 "
445
445
446
446
- name : Linux_web web_platform_tests_shard_2 master
447
447
recipe : packages/packages
@@ -450,12 +450,9 @@ targets:
450
450
target_file : web_platform_tests.yaml
451
451
version_file : flutter_master.version
452
452
channel : master
453
- package_sharding : " --shardIndex 1 --shardCount 2 "
453
+ package_sharding : " --shardIndex 1 --shardCount 3 "
454
454
455
455
- name : Linux_web web_platform_tests_shard_3 master
456
- # TODO(stuartmorgan): Adjust the shard count for the other targets
457
- # when removing this.
458
- bringup : true # New target
459
456
recipe : packages/packages
460
457
timeout : 60
461
458
properties :
@@ -471,7 +468,7 @@ targets:
471
468
target_file : web_platform_tests.yaml
472
469
version_file : flutter_stable.version
473
470
channel : stable
474
- package_sharding : " --shardIndex 0 --shardCount 2 "
471
+ package_sharding : " --shardIndex 0 --shardCount 3 "
475
472
476
473
- name : Linux_web web_platform_tests_shard_2 stable
477
474
recipe : packages/packages
@@ -480,12 +477,9 @@ targets:
480
477
target_file : web_platform_tests.yaml
481
478
version_file : flutter_stable.version
482
479
channel : stable
483
- package_sharding : " --shardIndex 1 --shardCount 2 "
480
+ package_sharding : " --shardIndex 1 --shardCount 3 "
484
481
485
482
- name : Linux_web web_platform_tests_shard_3 stable
486
- # TODO(stuartmorgan): Adjust the shard count for the other targets
487
- # when removing this.
488
- bringup : true # New target
489
483
recipe : packages/packages
490
484
timeout : 60
491
485
properties :
@@ -762,35 +756,7 @@ targets:
762
756
{"dependency": "open_jdk", "version": "version:11"}
763
757
]
764
758
765
- # TODO(stuartmorgan): Remove these two when enabling the sharded versions.
766
- - name : Windows win32-platform_tests master - packages
767
- recipe : packages/packages
768
- timeout : 60
769
- properties :
770
- add_recipes_cq : " true"
771
- target_file : windows_build_and_platform_tests.yaml
772
- channel : master
773
- version_file : flutter_master.version
774
- dependencies : >
775
- [
776
- {"dependency": "vs_build", "version": "version:vs2019"}
777
- ]
778
-
779
- - name : Windows win32-platform_tests stable - packages
780
- recipe : packages/packages
781
- timeout : 60
782
- properties :
783
- add_recipes_cq : " true"
784
- target_file : windows_build_and_platform_tests.yaml
785
- channel : stable
786
- version_file : flutter_stable.version
787
- dependencies : >
788
- [
789
- {"dependency": "vs_build", "version": "version:vs2019"}
790
- ]
791
-
792
759
- name : Windows win32-platform_tests_shard_1 master
793
- bringup : true # New target
794
760
recipe : packages/packages
795
761
timeout : 60
796
762
properties :
@@ -805,7 +771,6 @@ targets:
805
771
]
806
772
807
773
- name : Windows win32-platform_tests_shard_2 master
808
- bringup : true # New target
809
774
recipe : packages/packages
810
775
timeout : 60
811
776
properties :
@@ -820,7 +785,6 @@ targets:
820
785
]
821
786
822
787
- name : Windows win32-platform_tests_shard_1 stable
823
- bringup : true # New target
824
788
recipe : packages/packages
825
789
timeout : 60
826
790
properties :
@@ -835,7 +799,6 @@ targets:
835
799
]
836
800
837
801
- name : Windows win32-platform_tests_shard_2 stable
838
- bringup : true # New target
839
802
recipe : packages/packages
840
803
timeout : 60
841
804
properties :
0 commit comments