Skip to content

Commit aff8ef1

Browse files
authored
Update .ci.yaml to add new shard to prevent timeouts (#131712)
Fixes: - flutter/flutter#131327 It was observed that the tests would hit their 30 minute timeout so this PR adds another shard to reduce how many tests are run per shard to reduce test run time
1 parent a120342 commit aff8ef1

File tree

1 file changed

+31
-8
lines changed

1 file changed

+31
-8
lines changed

.ci.yaml

Lines changed: 31 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4145,7 +4145,8 @@ targets:
41454145
- bin/**
41464146
- .ci.yaml
41474147

4148-
- name: Windows build_tests_1_4
4148+
- name: Windows build_tests_1_5
4149+
bringup: true
41494150
recipe: flutter/flutter_drone
41504151
timeout: 60
41514152
properties:
@@ -4159,11 +4160,12 @@ targets:
41594160
{"dependency": "vs_build", "version": "version:vs2019"}
41604161
]
41614162
shard: build_tests
4162-
subshard: "1_4"
4163+
subshard: "1_5"
41634164
tags: >
41644165
["framework", "hostonly", "shard", "windows"]
41654166
4166-
- name: Windows build_tests_2_4
4167+
- name: Windows build_tests_2_5
4168+
bringup: true
41674169
recipe: flutter/flutter_drone
41684170
timeout: 60
41694171
properties:
@@ -4177,11 +4179,12 @@ targets:
41774179
{"dependency": "vs_build", "version": "version:vs2019"}
41784180
]
41794181
shard: build_tests
4180-
subshard: "2_4"
4182+
subshard: "2_5"
41814183
tags: >
41824184
["framework", "hostonly", "shard", "windows"]
41834185
4184-
- name: Windows build_tests_3_4
4186+
- name: Windows build_tests_3_5
4187+
bringup: true
41854188
recipe: flutter/flutter_drone
41864189
timeout: 60
41874190
properties:
@@ -4195,11 +4198,12 @@ targets:
41954198
{"dependency": "vs_build", "version": "version:vs2019"}
41964199
]
41974200
shard: build_tests
4198-
subshard: "3_4"
4201+
subshard: "3_5"
41994202
tags: >
42004203
["framework", "hostonly", "shard", "windows"]
42014204
4202-
- name: Windows build_tests_4_4
4205+
- name: Windows build_tests_4_5
4206+
bringup: true
42034207
recipe: flutter/flutter_drone
42044208
timeout: 60
42054209
properties:
@@ -4213,7 +4217,26 @@ targets:
42134217
{"dependency": "vs_build", "version": "version:vs2019"}
42144218
]
42154219
shard: build_tests
4216-
subshard: "4_4"
4220+
subshard: "4_5"
4221+
tags: >
4222+
["framework", "hostonly", "shard", "windows"]
4223+
4224+
- name: Windows build_tests_5_5
4225+
bringup: true
4226+
recipe: flutter/flutter_drone
4227+
timeout: 60
4228+
properties:
4229+
add_recipes_cq: "true"
4230+
dependencies: >-
4231+
[
4232+
{"dependency": "android_sdk", "version": "version:33v6"},
4233+
{"dependency": "chrome_and_driver", "version": "version:115.0"},
4234+
{"dependency": "open_jdk", "version": "version:17"},
4235+
{"dependency": "goldctl", "version": "git_revision:f808dcff91b221ae313e540c09d79696cd08b8de"},
4236+
{"dependency": "vs_build", "version": "version:vs2019"}
4237+
]
4238+
shard: build_tests
4239+
subshard: "5_5"
42174240
tags: >
42184241
["framework", "hostonly", "shard", "windows"]
42194242

0 commit comments

Comments
 (0)