@@ -271,7 +271,7 @@ targets:
271
271
# web_benchmarks needs Chrome.
272
272
dependencies : >-
273
273
[
274
- {"dependency": "android_virtual_device", "version": "33 "},
274
+ {"dependency": "android_virtual_device", "version": "34 "},
275
275
{"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"},
276
276
{"dependency": "chrome_and_driver", "version": "version:114.0"}
277
277
]
@@ -288,7 +288,7 @@ targets:
288
288
# See comments on 'master' version above.
289
289
dependencies : >-
290
290
[
291
- {"dependency": "android_virtual_device", "version": "33 "},
291
+ {"dependency": "android_virtual_device", "version": "34 "},
292
292
{"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"},
293
293
{"dependency": "chrome_and_driver", "version": "version:114.0"}
294
294
]
@@ -323,17 +323,21 @@ targets:
323
323
{"dependency": "open_jdk", "version": "version:11"}
324
324
]
325
325
326
+ # All of the Linux_android android_platform_tests shards have the same
327
+ # dependency list, despite some running on Android 33 AVDs versus 34.
328
+ # See https://github.com/flutter/flutter/issues/137082 for context.
326
329
- name : Linux_android android_platform_tests_shard_1 master
327
330
recipe : packages/packages
328
331
timeout : 60
329
332
properties :
330
333
target_file : android_platform_tests.yaml
331
334
channel : master
332
335
version_file : flutter_master.version
336
+ # set up for 34
333
337
package_sharding : " --shardIndex 0 --shardCount 6"
334
338
dependencies : >-
335
339
[
336
- {"dependency": "android_virtual_device", "version": "33 "}
340
+ {"dependency": "android_virtual_device", "version": "34 "}
337
341
]
338
342
339
343
- name : Linux_android android_platform_tests_shard_2 master
@@ -343,10 +347,11 @@ targets:
343
347
target_file : android_platform_tests.yaml
344
348
channel : master
345
349
version_file : flutter_master.version
350
+ # set up for 34
346
351
package_sharding : " --shardIndex 1 --shardCount 6"
347
352
dependencies : >-
348
353
[
349
- {"dependency": "android_virtual_device", "version": "33 "}
354
+ {"dependency": "android_virtual_device", "version": "34 "}
350
355
]
351
356
352
357
- name : Linux_android android_platform_tests_shard_3 master
@@ -356,10 +361,11 @@ targets:
356
361
target_file : android_platform_tests.yaml
357
362
channel : master
358
363
version_file : flutter_master.version
364
+ # set up for 34
359
365
package_sharding : " --shardIndex 2 --shardCount 6"
360
366
dependencies : >-
361
367
[
362
- {"dependency": "android_virtual_device", "version": "33 "}
368
+ {"dependency": "android_virtual_device", "version": "34 "}
363
369
]
364
370
365
371
- name : Linux_android android_platform_tests_shard_4 master
@@ -369,10 +375,11 @@ targets:
369
375
target_file : android_platform_tests.yaml
370
376
channel : master
371
377
version_file : flutter_master.version
378
+ # set up for 34
372
379
package_sharding : " --shardIndex 3 --shardCount 6"
373
380
dependencies : >-
374
381
[
375
- {"dependency": "android_virtual_device", "version": "33 "}
382
+ {"dependency": "android_virtual_device", "version": "34 "}
376
383
]
377
384
378
385
- name : Linux_android android_platform_tests_shard_5 master
@@ -382,10 +389,11 @@ targets:
382
389
target_file : android_platform_tests.yaml
383
390
channel : master
384
391
version_file : flutter_master.version
392
+ # set up for 34
385
393
package_sharding : " --shardIndex 4 --shardCount 6"
386
394
dependencies : >-
387
395
[
388
- {"dependency": "android_virtual_device", "version": "33 "}
396
+ {"dependency": "android_virtual_device", "version": "34 "}
389
397
]
390
398
391
399
- name : Linux_android android_platform_tests_shard_6 master
@@ -395,20 +403,21 @@ targets:
395
403
target_file : android_platform_tests.yaml
396
404
channel : master
397
405
version_file : flutter_master.version
406
+ # set up for 34
398
407
package_sharding : " --shardIndex 5 --shardCount 6"
399
408
dependencies : >-
400
409
[
401
- {"dependency": "android_virtual_device", "version": "33 "}
410
+ {"dependency": "android_virtual_device", "version": "34 "}
402
411
]
403
412
404
413
- name : Linux_android android_platform_tests_api_33_shard_1 master
405
414
recipe : packages/packages
406
415
timeout : 60
407
- bringup : true
408
416
properties :
409
- target_file : android_platform_tests_api_33 .yaml
417
+ target_file : android_platform_tests_api_33_avd .yaml
410
418
channel : master
411
419
version_file : flutter_master.version
420
+ # set up for 33
412
421
package_sharding : " --shardIndex 0 --shardCount 2"
413
422
dependencies : >-
414
423
[
@@ -418,11 +427,11 @@ targets:
418
427
- name : Linux_android android_platform_tests_api_33_shard_2 master
419
428
recipe : packages/packages
420
429
timeout : 60
421
- bringup : true
422
430
properties :
423
- target_file : android_platform_tests_api_33 .yaml
431
+ target_file : android_platform_tests_api_33_avd .yaml
424
432
channel : master
425
433
version_file : flutter_master.version
434
+ # set up for 33
426
435
package_sharding : " --shardIndex 1 --shardCount 2"
427
436
dependencies : >-
428
437
[
@@ -440,7 +449,7 @@ targets:
440
449
package_sharding : " --shardIndex 0 --shardCount 6"
441
450
dependencies : >-
442
451
[
443
- {"dependency": "android_virtual_device", "version": "33 "}
452
+ {"dependency": "android_virtual_device", "version": "34 "}
444
453
]
445
454
446
455
- name : Linux_android android_platform_tests_shard_2 stable
@@ -454,7 +463,7 @@ targets:
454
463
package_sharding : " --shardIndex 1 --shardCount 6"
455
464
dependencies : >-
456
465
[
457
- {"dependency": "android_virtual_device", "version": "33 "}
466
+ {"dependency": "android_virtual_device", "version": "34 "}
458
467
]
459
468
460
469
- name : Linux_android android_platform_tests_shard_3 stable
@@ -468,7 +477,7 @@ targets:
468
477
package_sharding : " --shardIndex 2 --shardCount 6"
469
478
dependencies : >-
470
479
[
471
- {"dependency": "android_virtual_device", "version": "33 "}
480
+ {"dependency": "android_virtual_device", "version": "34 "}
472
481
]
473
482
474
483
- name : Linux_android android_platform_tests_shard_4 stable
@@ -482,7 +491,7 @@ targets:
482
491
package_sharding : " --shardIndex 3 --shardCount 6"
483
492
dependencies : >-
484
493
[
485
- {"dependency": "android_virtual_device", "version": "33 "}
494
+ {"dependency": "android_virtual_device", "version": "34 "}
486
495
]
487
496
488
497
- name : Linux_android android_platform_tests_shard_5 stable
@@ -496,7 +505,7 @@ targets:
496
505
package_sharding : " --shardIndex 4 --shardCount 6"
497
506
dependencies : >-
498
507
[
499
- {"dependency": "android_virtual_device", "version": "33 "}
508
+ {"dependency": "android_virtual_device", "version": "34 "}
500
509
]
501
510
502
511
- name : Linux_android android_platform_tests_shard_6 stable
@@ -510,15 +519,14 @@ targets:
510
519
package_sharding : " --shardIndex 5 --shardCount 6"
511
520
dependencies : >-
512
521
[
513
- {"dependency": "android_virtual_device", "version": "33 "}
522
+ {"dependency": "android_virtual_device", "version": "34 "}
514
523
]
515
524
516
525
- name : Linux_android android_platform_tests_api_33_shard_1 stable
517
526
recipe : packages/packages
518
527
timeout : 60
519
- bringup : true
520
528
properties :
521
- target_file : android_platform_tests_api_33 .yaml
529
+ target_file : android_platform_tests_api_33_avd .yaml
522
530
channel : master
523
531
version_file : flutter_stable.version
524
532
package_sharding : " --shardIndex 0 --shardCount 2"
@@ -530,9 +538,8 @@ targets:
530
538
- name : Linux_android android_platform_tests_api_33_shard_2 stable
531
539
recipe : packages/packages
532
540
timeout : 60
533
- bringup : true
534
541
properties :
535
- target_file : android_platform_tests_api_33 .yaml
542
+ target_file : android_platform_tests_api_33_avd .yaml
536
543
channel : master
537
544
version_file : flutter_stable.version
538
545
package_sharding : " --shardIndex 1 --shardCount 2"
0 commit comments