@@ -97,7 +97,6 @@ targets:
97
97
version_file : flutter_master.version
98
98
99
99
- name : Linux repo_checks
100
- bringup : true # New target
101
100
recipe : packages/packages
102
101
timeout : 30
103
102
properties :
@@ -282,7 +281,6 @@ targets:
282
281
channel : stable
283
282
284
283
- name : Linux_android android_platform_tests_shard_1 master
285
- bringup : true # New target
286
284
recipe : packages/packages
287
285
timeout : 60
288
286
properties :
@@ -293,7 +291,6 @@ targets:
293
291
package_sharding : " --shardIndex 0 --shardCount 6"
294
292
295
293
- name : Linux_android android_platform_tests_shard_2 master
296
- bringup : true # New target
297
294
recipe : packages/packages
298
295
timeout : 60
299
296
properties :
@@ -304,7 +301,6 @@ targets:
304
301
package_sharding : " --shardIndex 1 --shardCount 6"
305
302
306
303
- name : Linux_android android_platform_tests_shard_3 master
307
- bringup : true # New target
308
304
recipe : packages/packages
309
305
timeout : 60
310
306
properties :
@@ -315,7 +311,6 @@ targets:
315
311
package_sharding : " --shardIndex 2 --shardCount 6"
316
312
317
313
- name : Linux_android android_platform_tests_shard_4 master
318
- bringup : true # New target
319
314
recipe : packages/packages
320
315
timeout : 60
321
316
properties :
@@ -326,7 +321,6 @@ targets:
326
321
package_sharding : " --shardIndex 3 --shardCount 6"
327
322
328
323
- name : Linux_android android_platform_tests_shard_5 master
329
- bringup : true # New target
330
324
recipe : packages/packages
331
325
timeout : 60
332
326
properties :
@@ -337,18 +331,16 @@ targets:
337
331
package_sharding : " --shardIndex 4 --shardCount 6"
338
332
339
333
- name : Linux_android android_platform_tests_shard_6 master
340
- bringup : true # New target
341
334
recipe : packages/packages
342
335
timeout : 60
343
336
properties :
344
337
target_file : android_platform_tests.yaml
345
338
channel : master
346
339
version_file : flutter_master.version
347
340
cores : " 32"
348
- package_sharding : " --shardIndex 6 --shardCount 6"
341
+ package_sharding : " --shardIndex 5 --shardCount 6"
349
342
350
343
- name : Linux_android android_platform_tests_shard_1 stable
351
- bringup : true # New target
352
344
recipe : packages/packages
353
345
presubmit : false
354
346
timeout : 60
@@ -360,7 +352,6 @@ targets:
360
352
package_sharding : " --shardIndex 0 --shardCount 6"
361
353
362
354
- name : Linux_android android_platform_tests_shard_2 stable
363
- bringup : true # New target
364
355
recipe : packages/packages
365
356
presubmit : false
366
357
timeout : 60
@@ -372,7 +363,6 @@ targets:
372
363
package_sharding : " --shardIndex 1 --shardCount 6"
373
364
374
365
- name : Linux_android android_platform_tests_shard_3 stable
375
- bringup : true # New target
376
366
recipe : packages/packages
377
367
presubmit : false
378
368
timeout : 60
@@ -384,7 +374,6 @@ targets:
384
374
package_sharding : " --shardIndex 2 --shardCount 6"
385
375
386
376
- name : Linux_android android_platform_tests_shard_4 stable
387
- bringup : true # New target
388
377
recipe : packages/packages
389
378
presubmit : false
390
379
timeout : 60
@@ -396,7 +385,6 @@ targets:
396
385
package_sharding : " --shardIndex 3 --shardCount 6"
397
386
398
387
- name : Linux_android android_platform_tests_shard_5 stable
399
- bringup : true # New target
400
388
recipe : packages/packages
401
389
presubmit : false
402
390
timeout : 60
@@ -408,7 +396,6 @@ targets:
408
396
package_sharding : " --shardIndex 4 --shardCount 6"
409
397
410
398
- name : Linux_android android_platform_tests_shard_6 stable
411
- bringup : true # New target
412
399
recipe : packages/packages
413
400
presubmit : false
414
401
timeout : 60
@@ -417,7 +404,7 @@ targets:
417
404
channel : stable
418
405
version_file : flutter_stable.version
419
406
cores : " 32"
420
- package_sharding : " --shardIndex 6 --shardCount 6"
407
+ package_sharding : " --shardIndex 5 --shardCount 6"
421
408
422
409
# ## Web tasks ###
423
410
- name : Linux_web web_build_all_packages master
@@ -438,7 +425,6 @@ targets:
438
425
channel : stable
439
426
440
427
- name : Linux_web web_platform_tests_shard_1 master
441
- bringup : true # New target
442
428
recipe : packages/packages
443
429
timeout : 60
444
430
properties :
@@ -449,7 +435,6 @@ targets:
449
435
package_sharding : " --shardIndex 0 --shardCount 2"
450
436
451
437
- name : Linux_web web_platform_tests_shard_2 master
452
- bringup : true # New target
453
438
recipe : packages/packages
454
439
timeout : 60
455
440
properties :
@@ -460,7 +445,6 @@ targets:
460
445
package_sharding : " --shardIndex 1 --shardCount 2"
461
446
462
447
- name : Linux_web web_platform_tests_shard_1 stable
463
- bringup : true # New target
464
448
recipe : packages/packages
465
449
timeout : 60
466
450
properties :
@@ -471,7 +455,6 @@ targets:
471
455
package_sharding : " --shardIndex 0 --shardCount 2"
472
456
473
457
- name : Linux_web web_platform_tests_shard_2 stable
474
- bringup : true # New target
475
458
recipe : packages/packages
476
459
timeout : 60
477
460
properties :
0 commit comments