Skip to content

Commit 29d40f7

Browse files
authored
increase subsharding for Windows build_tests from 8 to 9 (#158146)
Helps with flutter/flutter#157845. See that thread for more info. <details> <summary> Pre-launch checklist </summary> </details>
1 parent b8519bc commit 29d40f7

File tree

1 file changed

+43
-16
lines changed

1 file changed

+43
-16
lines changed

.ci.yaml

Lines changed: 43 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5415,7 +5415,8 @@ targets:
54155415
["devicelab", "hostonly", "mac", "arm64"]
54165416
task_name: run_release_test_macos
54175417

5418-
- name: Windows build_tests_1_8
5418+
- name: Windows build_tests_1_9
5419+
bringup: true
54195420
recipe: flutter/flutter_drone
54205421
timeout: 60
54215422
properties:
@@ -5429,11 +5430,12 @@ targets:
54295430
{"dependency": "vs_build", "version": "version:vs2019"}
54305431
]
54315432
shard: build_tests
5432-
subshard: "1_8"
5433+
subshard: "1_9"
54335434
tags: >
54345435
["framework", "hostonly", "shard", "windows"]
54355436
5436-
- name: Windows build_tests_2_8
5437+
- name: Windows build_tests_2_9
5438+
bringup: true
54375439
recipe: flutter/flutter_drone
54385440
timeout: 60
54395441
properties:
@@ -5447,11 +5449,12 @@ targets:
54475449
{"dependency": "vs_build", "version": "version:vs2019"}
54485450
]
54495451
shard: build_tests
5450-
subshard: "2_8"
5452+
subshard: "2_9"
54515453
tags: >
54525454
["framework", "hostonly", "shard", "windows"]
54535455
5454-
- name: Windows build_tests_3_8
5456+
- name: Windows build_tests_3_9
5457+
bringup: true
54555458
recipe: flutter/flutter_drone
54565459
timeout: 60
54575460
properties:
@@ -5465,11 +5468,12 @@ targets:
54655468
{"dependency": "vs_build", "version": "version:vs2019"}
54665469
]
54675470
shard: build_tests
5468-
subshard: "3_8"
5471+
subshard: "3_9"
54695472
tags: >
54705473
["framework", "hostonly", "shard", "windows"]
54715474
5472-
- name: Windows build_tests_4_8
5475+
- name: Windows build_tests_4_9
5476+
bringup: true
54735477
recipe: flutter/flutter_drone
54745478
timeout: 60
54755479
properties:
@@ -5483,11 +5487,12 @@ targets:
54835487
{"dependency": "vs_build", "version": "version:vs2019"}
54845488
]
54855489
shard: build_tests
5486-
subshard: "4_8"
5490+
subshard: "4_9"
54875491
tags: >
54885492
["framework", "hostonly", "shard", "windows"]
54895493
5490-
- name: Windows build_tests_5_8
5494+
- name: Windows build_tests_5_9
5495+
bringup: true
54915496
recipe: flutter/flutter_drone
54925497
timeout: 60
54935498
properties:
@@ -5501,11 +5506,12 @@ targets:
55015506
{"dependency": "vs_build", "version": "version:vs2019"}
55025507
]
55035508
shard: build_tests
5504-
subshard: "5_8"
5509+
subshard: "5_9"
55055510
tags: >
55065511
["framework", "hostonly", "shard", "windows"]
55075512
5508-
- name: Windows build_tests_6_8
5513+
- name: Windows build_tests_6_9
5514+
bringup: true
55095515
recipe: flutter/flutter_drone
55105516
timeout: 60
55115517
properties:
@@ -5519,11 +5525,31 @@ targets:
55195525
{"dependency": "vs_build", "version": "version:vs2019"}
55205526
]
55215527
shard: build_tests
5522-
subshard: "6_8"
5528+
subshard: "6_9"
5529+
tags: >
5530+
["framework", "hostonly", "shard", "windows"]
5531+
5532+
- name: Windows build_tests_7_9
5533+
bringup: true
5534+
recipe: flutter/flutter_drone
5535+
timeout: 60
5536+
properties:
5537+
add_recipes_cq: "true"
5538+
dependencies: >-
5539+
[
5540+
{"dependency": "android_sdk", "version": "version:33v6"},
5541+
{"dependency": "chrome_and_driver", "version": "version:125.0.6422.141"},
5542+
{"dependency": "open_jdk", "version": "version:17"},
5543+
{"dependency": "goldctl", "version": "git_revision:2387d6fff449587eecbb7e45b2692ca0710b63b9"},
5544+
{"dependency": "vs_build", "version": "version:vs2019"}
5545+
]
5546+
shard: build_tests
5547+
subshard: "7_9"
55235548
tags: >
55245549
["framework", "hostonly", "shard", "windows"]
55255550
5526-
- name: Windows build_tests_7_8
5551+
- name: Windows build_tests_8_9
5552+
bringup: true
55275553
recipe: flutter/flutter_drone
55285554
timeout: 60
55295555
properties:
@@ -5537,11 +5563,12 @@ targets:
55375563
{"dependency": "vs_build", "version": "version:vs2019"}
55385564
]
55395565
shard: build_tests
5540-
subshard: "7_8"
5566+
subshard: "8_9"
55415567
tags: >
55425568
["framework", "hostonly", "shard", "windows"]
55435569
5544-
- name: Windows build_tests_8_8
5570+
- name: Windows build_tests_9_9
5571+
bringup: true
55455572
recipe: flutter/flutter_drone
55465573
timeout: 60
55475574
properties:
@@ -5555,7 +5582,7 @@ targets:
55555582
{"dependency": "vs_build", "version": "version:vs2019"}
55565583
]
55575584
shard: build_tests
5558-
subshard: "8_8"
5585+
subshard: "9_9"
55595586
tags: >
55605587
["framework", "hostonly", "shard", "windows"]
55615588

0 commit comments

Comments
 (0)