Skip to content

Commit a5d5cd7

Browse files
increase Linux build_test sharding (#114196)
1 parent 8ffaf4b commit a5d5cd7

File tree

1 file changed

+26
-4
lines changed

1 file changed

+26
-4
lines changed

.ci.yaml

+26-4
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,9 @@ targets:
207207
["framework","hostonly","linux"]
208208
timeout: 60
209209

210-
- name: Linux build_tests_1_2
210+
- name: Linux build_tests_1_3
211211
recipe: flutter/flutter_drone
212+
bringup: true
212213
timeout: 60
213214
properties:
214215
dependencies: >-
@@ -222,12 +223,13 @@ targets:
222223
{"dependency": "ninja", "version": "version:1.9.0"}
223224
]
224225
shard: build_tests
225-
subshard: "1_2"
226+
subshard: "1_3"
226227
tags: >
227228
["framework", "hostonly", "shard", "linux"]
228229
229-
- name: Linux build_tests_2_2
230+
- name: Linux build_tests_2_3
230231
recipe: flutter/flutter_drone
232+
bringup: true
231233
timeout: 60
232234
properties:
233235
dependencies: >-
@@ -241,7 +243,27 @@ targets:
241243
{"dependency": "ninja", "version": "version:1.9.0"}
242244
]
243245
shard: build_tests
244-
subshard: "2_2"
246+
subshard: "2_3"
247+
tags: >
248+
["framework", "hostonly", "shard", "linux"]
249+
250+
- name: Linux build_tests_3_3
251+
recipe: flutter/flutter_drone
252+
bringup: true
253+
timeout: 60
254+
properties:
255+
dependencies: >-
256+
[
257+
{"dependency": "android_sdk", "version": "version:33v6"},
258+
{"dependency": "chrome_and_driver", "version": "version:96.2"},
259+
{"dependency": "open_jdk", "version": "version:11"},
260+
{"dependency": "goldctl", "version": "git_revision:3a77d0b12c697a840ca0c7705208e8622dc94603"},
261+
{"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"},
262+
{"dependency": "cmake", "version": "version:3.16.1"},
263+
{"dependency": "ninja", "version": "version:1.9.0"}
264+
]
265+
shard: build_tests
266+
subshard: "3_3"
245267
tags: >
246268
["framework", "hostonly", "shard", "linux"]
247269

0 commit comments

Comments
 (0)