@@ -245,6 +245,38 @@ targets:
245
245
"PACKAGE_SHARDING": "--shardIndex 1 --shardCount 2"
246
246
}
247
247
248
+ # Wasm unit tests in master
249
+ - name : Linux_web web_dart_unit_test_wasm_shard_1 master
250
+ bringup : true
251
+ recipe : packages/packages
252
+ timeout : 60
253
+ properties :
254
+ add_recipes_cq : " true"
255
+ target_file : web_dart_unit_tests_wasm.yaml
256
+ channel : master
257
+ version_file : flutter_master.version
258
+ package_sharding : " --shardIndex 0 --shardCount 2"
259
+ env_variables : >-
260
+ {
261
+ "CHANNEL": "master",
262
+ "PACKAGE_SHARDING": "--shardIndex 0 --shardCount 2"
263
+ }
264
+
265
+ - name : Linux_web web_dart_unit_test_wasm_shard_2 master
266
+ bringup : true
267
+ recipe : packages/packages
268
+ timeout : 60
269
+ properties :
270
+ target_file : web_dart_unit_tests_wasm.yaml
271
+ channel : master
272
+ version_file : flutter_master.version
273
+ package_sharding : " --shardIndex 1 --shardCount 2"
274
+ env_variables : >-
275
+ {
276
+ "CHANNEL": "master",
277
+ "PACKAGE_SHARDING": "--shardIndex 1 --shardCount 2"
278
+ }
279
+
248
280
- name : Linux analyze master
249
281
recipe : packages/packages
250
282
timeout : 30
@@ -846,6 +878,7 @@ targets:
846
878
"CHANNEL": "stable"
847
879
}
848
880
881
+ # JS integration tests in master
849
882
- name : Linux_web web_platform_tests_shard_1 master
850
883
recipe : packages/packages
851
884
timeout : 60
@@ -888,6 +921,53 @@ targets:
888
921
"PACKAGE_SHARDING": "--shardIndex 2 --shardCount 3"
889
922
}
890
923
924
+ # Wasm integration tests in master
925
+ - name : Linux_web web_platform_tests_wasm_shard_1 master
926
+ bringup : true
927
+ recipe : packages/packages
928
+ timeout : 60
929
+ properties :
930
+ target_file : web_platform_tests_wasm.yaml
931
+ version_file : flutter_master.version
932
+ channel : master
933
+ package_sharding : " --shardIndex 0 --shardCount 3"
934
+ env_variables : >-
935
+ {
936
+ "CHANNEL": "master",
937
+ "PACKAGE_SHARDING": "--shardIndex 0 --shardCount 3"
938
+ }
939
+
940
+ - name : Linux_web web_platform_tests_wasm_shard_2 master
941
+ bringup : true
942
+ recipe : packages/packages
943
+ timeout : 60
944
+ properties :
945
+ target_file : web_platform_tests_wasm.yaml
946
+ version_file : flutter_master.version
947
+ channel : master
948
+ package_sharding : " --shardIndex 1 --shardCount 3"
949
+ env_variables : >-
950
+ {
951
+ "CHANNEL": "master",
952
+ "PACKAGE_SHARDING": "--shardIndex 1 --shardCount 3"
953
+ }
954
+
955
+ - name : Linux_web web_platform_tests_wasm_shard_3 master
956
+ bringup : true
957
+ recipe : packages/packages
958
+ timeout : 60
959
+ properties :
960
+ target_file : web_platform_tests_wasm.yaml
961
+ version_file : flutter_master.version
962
+ channel : master
963
+ package_sharding : " --shardIndex 2 --shardCount 3"
964
+ env_variables : >-
965
+ {
966
+ "CHANNEL": "master",
967
+ "PACKAGE_SHARDING": "--shardIndex 2 --shardCount 3"
968
+ }
969
+
970
+ # JS integration tests in stable
891
971
- name : Linux_web web_platform_tests_shard_1 stable
892
972
recipe : packages/packages
893
973
timeout : 60
0 commit comments