@@ -207,8 +207,9 @@ targets:
207
207
["framework","hostonly","linux"]
208
208
timeout : 60
209
209
210
- - name : Linux build_tests_1_2
210
+ - name : Linux build_tests_1_3
211
211
recipe : flutter/flutter_drone
212
+ bringup : true
212
213
timeout : 60
213
214
properties :
214
215
dependencies : >-
@@ -222,12 +223,13 @@ targets:
222
223
{"dependency": "ninja", "version": "version:1.9.0"}
223
224
]
224
225
shard : build_tests
225
- subshard : " 1_2 "
226
+ subshard : " 1_3 "
226
227
tags : >
227
228
["framework", "hostonly", "shard", "linux"]
228
229
229
- - name : Linux build_tests_2_2
230
+ - name : Linux build_tests_2_3
230
231
recipe : flutter/flutter_drone
232
+ bringup : true
231
233
timeout : 60
232
234
properties :
233
235
dependencies : >-
@@ -241,7 +243,27 @@ targets:
241
243
{"dependency": "ninja", "version": "version:1.9.0"}
242
244
]
243
245
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"
245
267
tags : >
246
268
["framework", "hostonly", "shard", "linux"]
247
269
0 commit comments