Skip to content

Commit d212ca3

Browse files
authored
increase Linux tool_integration_tests* subsharding (#164935)
The last subshard of Linux tool_integration_test is timing out again: https://ci.chromium.org/ui/p/flutter/builders/luci.flutter.prod/Linux%20tool_integration_tests_6_6 This increases the subsharding to get the tree to a healthy state <details> <summary> Pre-launch checklist </summary> - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing. </details> <!-- Links --> [Contributor Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview [Tree Hygiene]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md [test-exempt]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests [Flutter Style Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md [Features we expect every widget to implement]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md [Data Driven Fixes]: https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md
1 parent 95e1012 commit d212ca3

File tree

1 file changed

+47
-12
lines changed

1 file changed

+47
-12
lines changed

.ci.yaml

Lines changed: 47 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,8 @@ targets:
12391239
- engine/**
12401240
- DEPS
12411241

1242-
- name: Linux tool_integration_tests_1_6
1242+
- name: Linux tool_integration_tests_1_7
1243+
bringup: true
12431244
recipe: flutter/flutter_drone
12441245
timeout: 60
12451246
properties:
@@ -1255,7 +1256,7 @@ targets:
12551256
{"dependency": "open_jdk", "version": "version:17"}
12561257
]
12571258
shard: tool_integration_tests
1258-
subshard: "1_6"
1259+
subshard: "1_7"
12591260
tags: >
12601261
["framework", "hostonly", "shard", "linux"]
12611262
test_timeout_secs: "2700"
@@ -1267,7 +1268,8 @@ targets:
12671268
- engine/**
12681269
- DEPS
12691270

1270-
- name: Linux tool_integration_tests_2_6
1271+
- name: Linux tool_integration_tests_2_7
1272+
bringup: true
12711273
recipe: flutter/flutter_drone
12721274
timeout: 60
12731275
properties:
@@ -1283,7 +1285,7 @@ targets:
12831285
{"dependency": "open_jdk", "version": "version:17"}
12841286
]
12851287
shard: tool_integration_tests
1286-
subshard: "2_6"
1288+
subshard: "2_7"
12871289
tags: >
12881290
["framework", "hostonly", "shard", "linux"]
12891291
test_timeout_secs: "2700"
@@ -1295,7 +1297,8 @@ targets:
12951297
- engine/**
12961298
- DEPS
12971299

1298-
- name: Linux tool_integration_tests_3_6
1300+
- name: Linux tool_integration_tests_3_7
1301+
bringup: true
12991302
recipe: flutter/flutter_drone
13001303
timeout: 60
13011304
properties:
@@ -1311,7 +1314,7 @@ targets:
13111314
{"dependency": "open_jdk", "version": "version:17"}
13121315
]
13131316
shard: tool_integration_tests
1314-
subshard: "3_6"
1317+
subshard: "3_7"
13151318
tags: >
13161319
["framework", "hostonly", "shard", "linux"]
13171320
test_timeout_secs: "2700"
@@ -1323,7 +1326,8 @@ targets:
13231326
- engine/**
13241327
- DEPS
13251328

1326-
- name: Linux tool_integration_tests_4_6
1329+
- name: Linux tool_integration_tests_4_7
1330+
bringup: true
13271331
recipe: flutter/flutter_drone
13281332
timeout: 60
13291333
properties:
@@ -1339,7 +1343,7 @@ targets:
13391343
{"dependency": "open_jdk", "version": "version:17"}
13401344
]
13411345
shard: tool_integration_tests
1342-
subshard: "4_6"
1346+
subshard: "4_7"
13431347
tags: >
13441348
["framework", "hostonly", "shard", "linux"]
13451349
test_timeout_secs: "2700"
@@ -1351,7 +1355,8 @@ targets:
13511355
- engine/**
13521356
- DEPS
13531357

1354-
- name: Linux tool_integration_tests_5_6
1358+
- name: Linux tool_integration_tests_5_7
1359+
bringup: true
13551360
recipe: flutter/flutter_drone
13561361
timeout: 60
13571362
properties:
@@ -1367,7 +1372,7 @@ targets:
13671372
{"dependency": "open_jdk", "version": "version:17"}
13681373
]
13691374
shard: tool_integration_tests
1370-
subshard: "5_6"
1375+
subshard: "5_7"
13711376
tags: >
13721377
["framework", "hostonly", "shard", "linux"]
13731378
test_timeout_secs: "2700"
@@ -1379,7 +1384,37 @@ targets:
13791384
- engine/**
13801385
- DEPS
13811386

1382-
- name: Linux tool_integration_tests_6_6
1387+
- name: Linux tool_integration_tests_6_7
1388+
bringup: true
1389+
recipe: flutter/flutter_drone
1390+
timeout: 60
1391+
properties:
1392+
add_recipes_cq: "true"
1393+
dependencies: >-
1394+
[
1395+
{"dependency": "android_sdk", "version": "version:35v1"},
1396+
{"dependency": "chrome_and_driver", "version": "version:125.0.6422.141"},
1397+
{"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"},
1398+
{"dependency": "cmake", "version": "build_id:8787856497187628321"},
1399+
{"dependency": "goldctl", "version": "git_revision:2387d6fff449587eecbb7e45b2692ca0710b63b9"},
1400+
{"dependency": "ninja", "version": "version:1.9.0"},
1401+
{"dependency": "open_jdk", "version": "version:17"}
1402+
]
1403+
shard: tool_integration_tests
1404+
subshard: "6_7"
1405+
tags: >
1406+
["framework", "hostonly", "shard", "linux"]
1407+
test_timeout_secs: "2700"
1408+
runIf:
1409+
- dev/**
1410+
- packages/flutter_tools/**
1411+
- bin/**
1412+
- .ci.yaml
1413+
- engine/**
1414+
- DEPS
1415+
1416+
- name: Linux tool_integration_tests_7_7
1417+
bringup: true
13831418
recipe: flutter/flutter_drone
13841419
timeout: 60
13851420
properties:
@@ -1395,7 +1430,7 @@ targets:
13951430
{"dependency": "open_jdk", "version": "version:17"}
13961431
]
13971432
shard: tool_integration_tests
1398-
subshard: "6_6"
1433+
subshard: "7_7"
13991434
tags: >
14001435
["framework", "hostonly", "shard", "linux"]
14011436
test_timeout_secs: "2700"

0 commit comments

Comments
 (0)