Skip to content

Commit aa0a1a7

Browse files
shard windows build tests 3 -> 4 (#127057)
Time outs are currently making the tree red. Fixes flutter/flutter#127004
1 parent dad561f commit aa0a1a7

File tree

1 file changed

+28
-6
lines changed

1 file changed

+28
-6
lines changed

.ci.yaml

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4067,9 +4067,10 @@ targets:
40674067
- bin/**
40684068
- .ci.yaml
40694069

4070-
- name: Windows build_tests_1_3
4070+
- name: Windows build_tests_1_4
40714071
recipe: flutter/flutter_drone
40724072
timeout: 60
4073+
bringup: true
40734074
properties:
40744075
add_recipes_cq: "true"
40754076
dependencies: >-
@@ -4081,13 +4082,14 @@ targets:
40814082
{"dependency": "vs_build", "version": "version:vs2019"}
40824083
]
40834084
shard: build_tests
4084-
subshard: "1_3"
4085+
subshard: "1_4"
40854086
tags: >
40864087
["framework", "hostonly", "shard", "windows"]
40874088
4088-
- name: Windows build_tests_2_3
4089+
- name: Windows build_tests_2_4
40894090
recipe: flutter/flutter_drone
40904091
timeout: 60
4092+
bringup: true
40914093
properties:
40924094
add_recipes_cq: "true"
40934095
dependencies: >-
@@ -4099,13 +4101,14 @@ targets:
40994101
{"dependency": "vs_build", "version": "version:vs2019"}
41004102
]
41014103
shard: build_tests
4102-
subshard: "2_3"
4104+
subshard: "2_4"
41034105
tags: >
41044106
["framework", "hostonly", "shard", "windows"]
41054107
4106-
- name: Windows build_tests_3_3
4108+
- name: Windows build_tests_3_4
41074109
recipe: flutter/flutter_drone
41084110
timeout: 60
4111+
bringup: true
41094112
properties:
41104113
add_recipes_cq: "true"
41114114
dependencies: >-
@@ -4117,7 +4120,26 @@ targets:
41174120
{"dependency": "vs_build", "version": "version:vs2019"}
41184121
]
41194122
shard: build_tests
4120-
subshard: "3_3"
4123+
subshard: "3_4"
4124+
tags: >
4125+
["framework", "hostonly", "shard", "windows"]
4126+
4127+
- name: Windows build_tests_4_4
4128+
recipe: flutter/flutter_drone
4129+
timeout: 60
4130+
bringup: true
4131+
properties:
4132+
add_recipes_cq: "true"
4133+
dependencies: >-
4134+
[
4135+
{"dependency": "android_sdk", "version": "version:33v6"},
4136+
{"dependency": "chrome_and_driver", "version": "version:96.2"},
4137+
{"dependency": "open_jdk", "version": "version:11"},
4138+
{"dependency": "goldctl", "version": "git_revision:3a77d0b12c697a840ca0c7705208e8622dc94603"},
4139+
{"dependency": "vs_build", "version": "version:vs2019"}
4140+
]
4141+
shard: build_tests
4142+
subshard: "4_4"
41214143
tags: >
41224144
["framework", "hostonly", "shard", "windows"]
41234145

0 commit comments

Comments
 (0)