@@ -4067,9 +4067,10 @@ targets:
4067
4067
- bin/**
4068
4068
- .ci.yaml
4069
4069
4070
- - name : Windows build_tests_1_3
4070
+ - name : Windows build_tests_1_4
4071
4071
recipe : flutter/flutter_drone
4072
4072
timeout : 60
4073
+ bringup : true
4073
4074
properties :
4074
4075
add_recipes_cq : " true"
4075
4076
dependencies : >-
@@ -4081,13 +4082,14 @@ targets:
4081
4082
{"dependency": "vs_build", "version": "version:vs2019"}
4082
4083
]
4083
4084
shard : build_tests
4084
- subshard : " 1_3 "
4085
+ subshard : " 1_4 "
4085
4086
tags : >
4086
4087
["framework", "hostonly", "shard", "windows"]
4087
4088
4088
- - name : Windows build_tests_2_3
4089
+ - name : Windows build_tests_2_4
4089
4090
recipe : flutter/flutter_drone
4090
4091
timeout : 60
4092
+ bringup : true
4091
4093
properties :
4092
4094
add_recipes_cq : " true"
4093
4095
dependencies : >-
@@ -4099,13 +4101,14 @@ targets:
4099
4101
{"dependency": "vs_build", "version": "version:vs2019"}
4100
4102
]
4101
4103
shard : build_tests
4102
- subshard : " 2_3 "
4104
+ subshard : " 2_4 "
4103
4105
tags : >
4104
4106
["framework", "hostonly", "shard", "windows"]
4105
4107
4106
- - name : Windows build_tests_3_3
4108
+ - name : Windows build_tests_3_4
4107
4109
recipe : flutter/flutter_drone
4108
4110
timeout : 60
4111
+ bringup : true
4109
4112
properties :
4110
4113
add_recipes_cq : " true"
4111
4114
dependencies : >-
@@ -4117,7 +4120,26 @@ targets:
4117
4120
{"dependency": "vs_build", "version": "version:vs2019"}
4118
4121
]
4119
4122
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"
4121
4143
tags : >
4122
4144
["framework", "hostonly", "shard", "windows"]
4123
4145
0 commit comments