@@ -1163,9 +1163,10 @@ targets:
1163
1163
- bin/internal/engine.version
1164
1164
- .ci.yaml
1165
1165
1166
- - name : Linux tool_integration_tests_1_4
1166
+ - name : Linux tool_integration_tests_1_5
1167
1167
recipe : flutter/flutter_drone
1168
1168
timeout : 60
1169
+ bringup : true
1169
1170
properties :
1170
1171
add_recipes_cq : " true"
1171
1172
dependencies : >-
@@ -1179,7 +1180,7 @@ targets:
1179
1180
{"dependency": "open_jdk", "version": "version:17"}
1180
1181
]
1181
1182
shard : tool_integration_tests
1182
- subshard : " 1_4 "
1183
+ subshard : " 1_5 "
1183
1184
tags : >
1184
1185
["framework", "hostonly", "shard", "linux"]
1185
1186
test_timeout_secs : " 2700"
@@ -1189,9 +1190,10 @@ targets:
1189
1190
- bin/**
1190
1191
- .ci.yaml
1191
1192
1192
- - name : Linux tool_integration_tests_2_4
1193
+ - name : Linux tool_integration_tests_2_5
1193
1194
recipe : flutter/flutter_drone
1194
1195
timeout : 60
1196
+ bringup : true
1195
1197
properties :
1196
1198
add_recipes_cq : " true"
1197
1199
dependencies : >-
@@ -1205,7 +1207,7 @@ targets:
1205
1207
{"dependency": "open_jdk", "version": "version:17"}
1206
1208
]
1207
1209
shard : tool_integration_tests
1208
- subshard : " 2_4 "
1210
+ subshard : " 2_5 "
1209
1211
tags : >
1210
1212
["framework", "hostonly", "shard", "linux"]
1211
1213
test_timeout_secs : " 2700"
@@ -1215,9 +1217,10 @@ targets:
1215
1217
- bin/**
1216
1218
- .ci.yaml
1217
1219
1218
- - name : Linux tool_integration_tests_3_4
1220
+ - name : Linux tool_integration_tests_3_5
1219
1221
recipe : flutter/flutter_drone
1220
1222
timeout : 60
1223
+ bringup : true
1221
1224
properties :
1222
1225
add_recipes_cq : " true"
1223
1226
dependencies : >-
@@ -1231,7 +1234,7 @@ targets:
1231
1234
{"dependency": "open_jdk", "version": "version:17"}
1232
1235
]
1233
1236
shard : tool_integration_tests
1234
- subshard : " 3_4 "
1237
+ subshard : " 3_5 "
1235
1238
tags : >
1236
1239
["framework", "hostonly", "shard", "linux"]
1237
1240
test_timeout_secs : " 2700"
@@ -1241,9 +1244,10 @@ targets:
1241
1244
- bin/**
1242
1245
- .ci.yaml
1243
1246
1244
- - name : Linux tool_integration_tests_4_4
1247
+ - name : Linux tool_integration_tests_4_5
1245
1248
recipe : flutter/flutter_drone
1246
1249
timeout : 60
1250
+ bringup : true
1247
1251
properties :
1248
1252
add_recipes_cq : " true"
1249
1253
dependencies : >-
@@ -1257,7 +1261,34 @@ targets:
1257
1261
{"dependency": "open_jdk", "version": "version:17"}
1258
1262
]
1259
1263
shard : tool_integration_tests
1260
- subshard : " 4_4"
1264
+ subshard : " 4_5"
1265
+ tags : >
1266
+ ["framework", "hostonly", "shard", "linux"]
1267
+ test_timeout_secs : " 2700"
1268
+ runIf :
1269
+ - dev/**
1270
+ - packages/flutter_tools/**
1271
+ - bin/**
1272
+ - .ci.yaml
1273
+
1274
+ - name : Linux tool_integration_tests_5_5
1275
+ recipe : flutter/flutter_drone
1276
+ timeout : 60
1277
+ bringup : true
1278
+ properties :
1279
+ add_recipes_cq : " true"
1280
+ dependencies : >-
1281
+ [
1282
+ {"dependency": "android_sdk", "version": "version:34v3"},
1283
+ {"dependency": "chrome_and_driver", "version": "version:125.0.6422.141"},
1284
+ {"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"},
1285
+ {"dependency": "cmake", "version": "build_id:8787856497187628321"},
1286
+ {"dependency": "goldctl", "version": "git_revision:2387d6fff449587eecbb7e45b2692ca0710b63b9"},
1287
+ {"dependency": "ninja", "version": "version:1.9.0"},
1288
+ {"dependency": "open_jdk", "version": "version:17"}
1289
+ ]
1290
+ shard : tool_integration_tests
1291
+ subshard : " 5_5"
1261
1292
tags : >
1262
1293
["framework", "hostonly", "shard", "linux"]
1263
1294
test_timeout_secs : " 2700"
@@ -5854,9 +5885,10 @@ targets:
5854
5885
- bin/**
5855
5886
- .ci.yaml
5856
5887
5857
- - name : Windows tool_integration_tests_1_7
5888
+ - name : Windows tool_integration_tests_1_8
5858
5889
recipe : flutter/flutter_drone
5859
5890
timeout : 60
5891
+ bringup : true
5860
5892
properties :
5861
5893
add_recipes_cq : " true"
5862
5894
dependencies : >-
@@ -5868,7 +5900,7 @@ targets:
5868
5900
{"dependency": "vs_build", "version": "version:vs2019"}
5869
5901
]
5870
5902
shard : tool_integration_tests
5871
- subshard : " 1_7 "
5903
+ subshard : " 1_8 "
5872
5904
tags : >
5873
5905
["framework", "hostonly", "shard", "windows"]
5874
5906
test_timeout_secs : " 2700"
@@ -5878,9 +5910,10 @@ targets:
5878
5910
- bin/**
5879
5911
- .ci.yaml
5880
5912
5881
- - name : Windows tool_integration_tests_2_7
5913
+ - name : Windows tool_integration_tests_2_8
5882
5914
recipe : flutter/flutter_drone
5883
5915
timeout : 60
5916
+ bringup : true
5884
5917
properties :
5885
5918
add_recipes_cq : " true"
5886
5919
dependencies : >-
@@ -5892,7 +5925,7 @@ targets:
5892
5925
{"dependency": "vs_build", "version": "version:vs2019"}
5893
5926
]
5894
5927
shard : tool_integration_tests
5895
- subshard : " 2_6 "
5928
+ subshard : " 2_8 "
5896
5929
tags : >
5897
5930
["framework", "hostonly", "shard", "windows"]
5898
5931
test_timeout_secs : " 2700"
@@ -5902,9 +5935,10 @@ targets:
5902
5935
- bin/**
5903
5936
- .ci.yaml
5904
5937
5905
- - name : Windows tool_integration_tests_3_7
5938
+ - name : Windows tool_integration_tests_3_8
5906
5939
recipe : flutter/flutter_drone
5907
5940
timeout : 60
5941
+ bringup : true
5908
5942
properties :
5909
5943
add_recipes_cq : " true"
5910
5944
dependencies : >-
@@ -5916,7 +5950,7 @@ targets:
5916
5950
{"dependency": "vs_build", "version": "version:vs2019"}
5917
5951
]
5918
5952
shard : tool_integration_tests
5919
- subshard : " 3_7 "
5953
+ subshard : " 3_8 "
5920
5954
tags : >
5921
5955
["framework", "hostonly", "shard", "windows"]
5922
5956
test_timeout_secs : " 2700"
@@ -5926,9 +5960,10 @@ targets:
5926
5960
- bin/**
5927
5961
- .ci.yaml
5928
5962
5929
- - name : Windows tool_integration_tests_4_7
5963
+ - name : Windows tool_integration_tests_4_8
5930
5964
recipe : flutter/flutter_drone
5931
5965
timeout : 60
5966
+ bringup : true
5932
5967
properties :
5933
5968
add_recipes_cq : " true"
5934
5969
dependencies : >-
@@ -5940,7 +5975,7 @@ targets:
5940
5975
{"dependency": "vs_build", "version": "version:vs2019"}
5941
5976
]
5942
5977
shard : tool_integration_tests
5943
- subshard : " 4_7 "
5978
+ subshard : " 4_8 "
5944
5979
tags : >
5945
5980
["framework", "hostonly", "shard", "windows"]
5946
5981
test_timeout_secs : " 2700"
@@ -5950,9 +5985,10 @@ targets:
5950
5985
- bin/**
5951
5986
- .ci.yaml
5952
5987
5953
- - name : Windows tool_integration_tests_5_7
5988
+ - name : Windows tool_integration_tests_5_8
5954
5989
recipe : flutter/flutter_drone
5955
5990
timeout : 60
5991
+ bringup : true
5956
5992
properties :
5957
5993
add_recipes_cq : " true"
5958
5994
dependencies : >-
@@ -5964,7 +6000,7 @@ targets:
5964
6000
{"dependency": "vs_build", "version": "version:vs2019"}
5965
6001
]
5966
6002
shard : tool_integration_tests
5967
- subshard : " 5_7 "
6003
+ subshard : " 5_8 "
5968
6004
tags : >
5969
6005
["framework", "hostonly", "shard", "windows"]
5970
6006
test_timeout_secs : " 2700"
@@ -5974,9 +6010,10 @@ targets:
5974
6010
- bin/**
5975
6011
- .ci.yaml
5976
6012
5977
- - name : Windows tool_integration_tests_6_7
6013
+ - name : Windows tool_integration_tests_6_8
5978
6014
recipe : flutter/flutter_drone
5979
6015
timeout : 60
6016
+ bringup : true
5980
6017
properties :
5981
6018
add_recipes_cq : " true"
5982
6019
dependencies : >-
@@ -5988,7 +6025,7 @@ targets:
5988
6025
{"dependency": "vs_build", "version": "version:vs2019"}
5989
6026
]
5990
6027
shard : tool_integration_tests
5991
- subshard : " 6_7 "
6028
+ subshard : " 6_8 "
5992
6029
tags : >
5993
6030
["framework", "hostonly", "shard", "windows"]
5994
6031
test_timeout_secs : " 2700"
@@ -5998,9 +6035,10 @@ targets:
5998
6035
- bin/**
5999
6036
- .ci.yaml
6000
6037
6001
- - name : Windows tool_integration_tests_7_7
6038
+ - name : Windows tool_integration_tests_7_8
6002
6039
recipe : flutter/flutter_drone
6003
6040
timeout : 60
6041
+ bringup : true
6004
6042
properties :
6005
6043
add_recipes_cq : " true"
6006
6044
dependencies : >-
@@ -6012,7 +6050,32 @@ targets:
6012
6050
{"dependency": "vs_build", "version": "version:vs2019"}
6013
6051
]
6014
6052
shard : tool_integration_tests
6015
- subshard : " 7_7"
6053
+ subshard : " 7_8"
6054
+ tags : >
6055
+ ["framework", "hostonly", "shard", "windows"]
6056
+ test_timeout_secs : " 2700"
6057
+ runIf :
6058
+ - dev/**
6059
+ - packages/flutter_tools/**
6060
+ - bin/**
6061
+ - .ci.yaml
6062
+
6063
+ - name : Windows tool_integration_tests_8_8
6064
+ recipe : flutter/flutter_drone
6065
+ timeout : 60
6066
+ bringup : true
6067
+ properties :
6068
+ add_recipes_cq : " true"
6069
+ dependencies : >-
6070
+ [
6071
+ {"dependency": "android_sdk", "version": "version:34v3"},
6072
+ {"dependency": "chrome_and_driver", "version": "version:125.0.6422.141"},
6073
+ {"dependency": "open_jdk", "version": "version:17"},
6074
+ {"dependency": "goldctl", "version": "git_revision:2387d6fff449587eecbb7e45b2692ca0710b63b9"},
6075
+ {"dependency": "vs_build", "version": "version:vs2019"}
6076
+ ]
6077
+ shard : tool_integration_tests
6078
+ subshard : " 8_8"
6016
6079
tags : >
6017
6080
["framework", "hostonly", "shard", "windows"]
6018
6081
test_timeout_secs : " 2700"
0 commit comments