@@ -18,19 +18,12 @@ platform_properties:
1818 build_android_aot : " false"
1919 build_android_vulkan : " false"
2020 build_ios : " false"
21- build_windows_uwp : " false"
2221 build_android_jit_release : " false"
2322 gcs_goldens_bucket : " "
2423 ios_debug : " false"
2524 ios_profile : " false"
2625 ios_release : " false"
2726 no_bitcode : " false"
28- caches : >-
29- [
30- {"name":"builder_linux_engine","path":"builder"},
31- {"name":"gradle","path":"gradle"},
32- {"name":"openjdk","path":"java"}
33- ]
3427 # CIPD flutter_internal/java/openjdk/$platform
3528 dependencies : >-
3629 [
@@ -48,27 +41,19 @@ platform_properties:
4841 build_android_aot : " false"
4942 build_android_vulkan : " false"
5043 build_ios : " false"
51- build_windows_uwp : " false"
5244 build_android_jit_release : " false"
5345 gcs_goldens_bucket : " "
5446 ios_debug : " false"
5547 ios_profile : " false"
5648 ios_release : " false"
5749 no_bitcode : " false"
58- caches : >-
59- [
60- {"name":"flutter_cocoapods","path":"cocoapods"},
61- {"name":"osx_sdk_13a233","path":"osx_sdk"},
62- {"name":"builder_mac_engine","path":"builder"},
63- {"name":"openjdk","path":"java"}
64- ]
6550 # CIPD flutter_internal/java/openjdk/$platform
6651 dependencies : >-
6752 [
6853 {"dependency": "open_jdk", "version": "version:1.8.0u202-b08"}
6954 ]
7055 device_type : none
71- mac_model : " Macmini8,1 "
56+ cpu : x86
7257 os : Mac-12
7358 xcode : 13a233 # xcode 13.0
7459 windows :
@@ -79,18 +64,12 @@ platform_properties:
7964 build_android_aot : " false"
8065 build_android_vulkan : " false"
8166 build_ios : " false"
82- build_windows_uwp : " false"
8367 build_android_jit_release : " false"
8468 gcs_goldens_bucket : " "
8569 ios_debug : " false"
8670 ios_profile : " false"
8771 ios_release : " false"
8872 no_bitcode : " false"
89- caches : >-
90- [
91- {"name":"builder_win_engine","path":"builder"},
92- {"name":"openjdk","path":"java"}
93- ]
9473 # CIPD flutter_internal/java/openjdk/$platform
9574 dependencies : >-
9675 [
@@ -156,6 +135,8 @@ targets:
156135 add_recipes_cq : " true"
157136 build_fuchsia : " true"
158137 fuchsia_ctl_version : version:0.0.27
138+ # ensure files from pre-production Fuchsia SDK tests are purged from cache
139+ clobber : " true"
159140 timeout : 90
160141
161142 - name : Linux Fuchsia FEMU
@@ -164,6 +145,8 @@ targets:
164145 add_recipes_cq : " true"
165146 build_fuchsia : " true"
166147 fuchsia_ctl_version : version:0.0.27
148+ # ensure files from pre-production Fuchsia SDK tests are purged from cache
149+ clobber : " true"
167150 timeout : 60
168151
169152 - name : Linux Framework Smoke Tests
@@ -201,6 +184,14 @@ targets:
201184 build_host : " true"
202185 timeout : 90
203186
187+ - name : Linux linux_arm_host_engine
188+ recipe : engine_v2/engine_v2
189+ bringup : true
190+ timeout : 60
191+ properties :
192+ config_name : linux_arm_host_engine
193+ environment : Staging
194+
204195 - name : Linux linux_host_engine
205196 recipe : engine_v2/engine_v2
206197 bringup : true
@@ -209,6 +200,14 @@ targets:
209200 config_name : linux_host_engine
210201 environment : Staging
211202
203+ - name : Linux linux_android_aot_engine
204+ recipe : engine_v2/engine_v2
205+ bringup : true
206+ timeout : 60
207+ properties :
208+ config_name : linux_android_aot_engine
209+ environment : Staging
210+
212211 - name : Linux Web Engine
213212 recipe : engine/web_engine
214213 properties :
@@ -271,20 +270,19 @@ targets:
271270 jazzy_version : " 0.14.1"
272271 timeout : 75
273272
273+ - name : Mac mac_host_engine
274+ recipe : engine_v2/engine_v2
275+ bringup : true
276+ timeout : 60
277+ properties :
278+ config_name : mac_host_engine
279+ environment : Staging
280+
274281 - name : Mac Unopt
275282 recipe : engine/engine_unopt
276283 properties :
277284 add_recipes_cq : " true"
278285 jazzy_version : " 0.14.1"
279- caches : >-
280- [
281- {"name":"flutter_cocoapods","path":"cocoapods"},
282- {"name":"osx_sdk_13a233_13_15","path":"osx_sdk"},
283- {"name":"builder_mac_engine","path":"builder"},
284- {"name":"openjdk","path":"java"},
285- {"name":"xcode_runtime_ios_13_0","path":"xcode_runtime_ios_13_0"},
286- {"name":"xcode_runtime_ios_15_0","path":"xcode_runtime_ios_15_0"}
287- ]
288286 runtime_versions : >-
289287 [
290288 "ios-13-0",
@@ -312,13 +310,6 @@ targets:
312310 properties :
313311 add_recipes_cq : " true"
314312 gcs_goldens_bucket : flutter_logs
315- caches : >-
316- [
317- {"name":"flutter_cocoapods","path":"cocoapods"},
318- {"name":"old_osx_sdk","path":"osx_sdk"},
319- {"name":"builder_mac_engine","path":"builder"},
320- {"name":"openjdk","path":"java"}
321- ]
322313 dependencies : >-
323314 [
324315 {"dependency": "goldctl"}
@@ -400,12 +391,6 @@ targets:
400391 add_recipes_cq : " true"
401392 timeout : 75
402393
403- - name : Windows UWP Engine
404- recipe : engine/engine
405- properties :
406- build_windows_uwp : " true"
407- timeout : 60
408-
409394 - name : Windows Web Engine
410395 recipe : engine/web_engine
411396 properties :
0 commit comments