Skip to content

Commit b03147a

Browse files
yjbanovBuchimi
authored andcommitted
increase Linux build_test shard count from 3 to 5 (flutter#154444)
Fixes flutter#154443
1 parent ad3562e commit b03147a

File tree

1 file changed

+49
-6
lines changed

1 file changed

+49
-6
lines changed

.ci.yaml

Lines changed: 49 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,48 @@ targets:
419419
task_name: android_views
420420
timeout: 60
421421

422-
- name: Linux build_tests_1_3
422+
- name: Linux build_tests_1_5
423+
bringup: true
424+
recipe: flutter/flutter_drone
425+
timeout: 60
426+
properties:
427+
dependencies: >-
428+
[
429+
{"dependency": "android_sdk", "version": "version:34v3"},
430+
{"dependency": "chrome_and_driver", "version": "version:125.0.6422.141"},
431+
{"dependency": "open_jdk", "version": "version:17"},
432+
{"dependency": "goldctl", "version": "git_revision:2387d6fff449587eecbb7e45b2692ca0710b63b9"},
433+
{"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"},
434+
{"dependency": "cmake", "version": "build_id:8787856497187628321"},
435+
{"dependency": "ninja", "version": "version:1.9.0"}
436+
]
437+
shard: build_tests
438+
subshard: "1_5"
439+
tags: >
440+
["framework", "hostonly", "shard", "linux"]
441+
442+
- name: Linux build_tests_2_5
443+
bringup: true
444+
recipe: flutter/flutter_drone
445+
timeout: 60
446+
properties:
447+
dependencies: >-
448+
[
449+
{"dependency": "android_sdk", "version": "version:34v3"},
450+
{"dependency": "chrome_and_driver", "version": "version:125.0.6422.141"},
451+
{"dependency": "open_jdk", "version": "version:17"},
452+
{"dependency": "goldctl", "version": "git_revision:2387d6fff449587eecbb7e45b2692ca0710b63b9"},
453+
{"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"},
454+
{"dependency": "cmake", "version": "build_id:8787856497187628321"},
455+
{"dependency": "ninja", "version": "version:1.9.0"}
456+
]
457+
shard: build_tests
458+
subshard: "2_5"
459+
tags: >
460+
["framework", "hostonly", "shard", "linux"]
461+
462+
- name: Linux build_tests_3_5
463+
bringup: true
423464
recipe: flutter/flutter_drone
424465
timeout: 60
425466
properties:
@@ -434,11 +475,12 @@ targets:
434475
{"dependency": "ninja", "version": "version:1.9.0"}
435476
]
436477
shard: build_tests
437-
subshard: "1_3"
478+
subshard: "3_5"
438479
tags: >
439480
["framework", "hostonly", "shard", "linux"]
440481
441-
- name: Linux build_tests_2_3
482+
- name: Linux build_tests_4_5
483+
bringup: true
442484
recipe: flutter/flutter_drone
443485
timeout: 60
444486
properties:
@@ -453,11 +495,12 @@ targets:
453495
{"dependency": "ninja", "version": "version:1.9.0"}
454496
]
455497
shard: build_tests
456-
subshard: "2_3"
498+
subshard: "4_5"
457499
tags: >
458500
["framework", "hostonly", "shard", "linux"]
459501
460-
- name: Linux build_tests_3_3
502+
- name: Linux build_tests_5_5
503+
bringup: true
461504
recipe: flutter/flutter_drone
462505
timeout: 60
463506
properties:
@@ -472,7 +515,7 @@ targets:
472515
{"dependency": "ninja", "version": "version:1.9.0"}
473516
]
474517
shard: build_tests
475-
subshard: "3_3"
518+
subshard: "5_5"
476519
tags: >
477520
["framework", "hostonly", "shard", "linux"]
478521

0 commit comments

Comments
 (0)