@@ -380,6 +380,34 @@ targets:
380
380
{"dependency": "android_virtual_device", "version": "33"}
381
381
]
382
382
383
+ - name : Linux_android android_platform_tests_api_33_shard_1 master
384
+ recipe : packages/packages
385
+ timeout : 60
386
+ bringup : true
387
+ properties :
388
+ target_file : android_platform_tests_api_33.yaml
389
+ channel : master
390
+ version_file : flutter_master.version
391
+ package_sharding : " --shardIndex 0 --shardCount 2"
392
+ dependencies : >-
393
+ [
394
+ {"dependency": "android_virtual_device", "version": "33"}
395
+ ]
396
+
397
+ - name : Linux_android android_platform_tests_api_33_shard_2 master
398
+ recipe : packages/packages
399
+ timeout : 60
400
+ bringup : true
401
+ properties :
402
+ target_file : android_platform_tests_api_33.yaml
403
+ channel : master
404
+ version_file : flutter_master.version
405
+ package_sharding : " --shardIndex 1 --shardCount 2"
406
+ dependencies : >-
407
+ [
408
+ {"dependency": "android_virtual_device", "version": "33"}
409
+ ]
410
+
383
411
- name : Linux_android android_platform_tests_shard_1 stable
384
412
recipe : packages/packages
385
413
presubmit : false
@@ -464,6 +492,34 @@ targets:
464
492
{"dependency": "android_virtual_device", "version": "33"}
465
493
]
466
494
495
+ - name : Linux_android android_platform_tests_api_33_shard_1 stable
496
+ recipe : packages/packages
497
+ timeout : 60
498
+ bringup : true
499
+ properties :
500
+ target_file : android_platform_tests_api_33.yaml
501
+ channel : master
502
+ version_file : flutter_stable.version
503
+ package_sharding : " --shardIndex 0 --shardCount 2"
504
+ dependencies : >-
505
+ [
506
+ {"dependency": "android_virtual_device", "version": "33"}
507
+ ]
508
+
509
+ - name : Linux_android android_platform_tests_api_33_shard_2 stable
510
+ recipe : packages/packages
511
+ timeout : 60
512
+ bringup : true
513
+ properties :
514
+ target_file : android_platform_tests_api_33.yaml
515
+ channel : master
516
+ version_file : flutter_stable.version
517
+ package_sharding : " --shardIndex 1 --shardCount 2"
518
+ dependencies : >-
519
+ [
520
+ {"dependency": "android_virtual_device", "version": "33"}
521
+ ]
522
+
467
523
# Device versions of Android integration tests, run via FTL.
468
524
# TODO(stuartmorgan): Revisit whether physical device tests are redundant once
469
525
# we have more data about emulator tests; see
0 commit comments