@@ -207,6 +207,29 @@ platform_properties:
207207 os : Mac-13|Mac-14
208208 cpu : arm64
209209 device_type : " msm8952"
210+
211+ mac_mokey :
212+ properties :
213+ dependencies : >-
214+ [
215+ {"dependency": "android_sdk", "version": "version:34v3"},
216+ {"dependency": "chrome_and_driver", "version": "version:125.0.6422.141"},
217+ {"dependency": "open_jdk", "version": "version:17"}
218+ ]
219+ os : Mac-13|Mac-14
220+ cpu : x86
221+ device_type : " mokey"
222+ mac_arm64_mokey :
223+ properties :
224+ dependencies : >-
225+ [
226+ {"dependency": "android_sdk", "version": "version:34v3"},
227+ {"dependency": "open_jdk", "version": "version:17"}
228+ ]
229+ os : Mac-13|Mac-14
230+ cpu : arm64
231+ device_type : " mokey"
232+
210233 mac_pixel_7pro :
211234 properties :
212235 dependencies : >-
@@ -4293,24 +4316,26 @@ targets:
42934316 ["devicelab", "android", "mac", "pixel", "7pro"]
42944317 task_name : hello_world_android__compile
42954318
4296- # mac motog4 test
4297- - name : Mac_arm64_android hello_world_android__compile
4319+ # mac mokey test
4320+ - name : Mac_arm64_mokey hello_world_android__compile
42984321 recipe : devicelab/devicelab_drone
4322+ bringup : true # https://github.com/flutter/flutter/issues/148085
42994323 presubmit : false
43004324 timeout : 60
43014325 properties :
43024326 tags : >
4303- ["devicelab", "android", "mac", "arm64"]
4327+ ["devicelab", "android", "mac", "arm64", "mokey" ]
43044328 task_name : hello_world_android__compile
43054329
4306- # mac motog4 benchmark
4307- - name : Mac_android hot_mode_dev_cycle__benchmark
4330+ # mac mokey benchmark
4331+ - name : Mac_mokey hot_mode_dev_cycle__benchmark
43084332 recipe : devicelab/devicelab_drone
4333+ bringup : true # https://github.com/flutter/flutter/issues/148085
43094334 presubmit : false
43104335 timeout : 60
43114336 properties :
43124337 tags : >
4313- ["devicelab", "android", "mac"]
4338+ ["devicelab", "android", "mac", "mokey" ]
43144339 task_name : hot_mode_dev_cycle__benchmark
43154340
43164341 - name : Mac_pixel_7pro integration_test_test
@@ -4322,14 +4347,15 @@ targets:
43224347 ["devicelab", "android", "mac", "pixel", "7pro"]
43234348 task_name : integration_test_test
43244349
4325- # mac motog4 test
4326- - name : Mac_arm64_android integration_test_test
4350+ # mac mokey test
4351+ - name : Mac_arm64_mokey integration_test_test
43274352 recipe : devicelab/devicelab_drone
4353+ bringup : true # https://github.com/flutter/flutter/issues/148085
43284354 presubmit : false
43294355 timeout : 60
43304356 properties :
43314357 tags : >
4332- ["devicelab", "android", "mac", "arm64"]
4358+ ["devicelab", "android", "mac", "arm64", "mokey" ]
43334359 task_name : integration_test_test
43344360
43354361 - name : Mac_pixel_7pro integration_ui_frame_number
@@ -4341,14 +4367,15 @@ targets:
43414367 ["devicelab", "android", "mac", "pixel", "7pro"]
43424368 task_name : integration_ui_frame_number
43434369
4344- # mac motog4 benchmark
4345- - name : Mac_android microbenchmarks
4370+ # mac mokey benchmark
4371+ - name : Mac_mokey microbenchmarks
43464372 recipe : devicelab/devicelab_drone
4373+ bringup : true # https://github.com/flutter/flutter/issues/148085
43474374 presubmit : false
43484375 timeout : 60
43494376 properties :
43504377 tags : >
4351- ["devicelab", "android", "mac"]
4378+ ["devicelab", "android", "mac", "mokey" ]
43524379 task_name : microbenchmarks
43534380
43544381 - name : Mac_pixel_7pro native_assets_android
@@ -4372,17 +4399,18 @@ targets:
43724399 ["devicelab", "android", "mac", "pixel", "7pro"]
43734400 task_name : run_debug_test_android
43744401
4375- # mac motog4 test
4376- - name : Mac_arm64_android run_debug_test_android
4402+ # mac mokey test
4403+ - name : Mac_arm64_mokey run_debug_test_android
43774404 recipe : devicelab/devicelab_drone
4405+ bringup : true # https://github.com/flutter/flutter/issues/148085
43784406 presubmit : false
43794407 runIf :
43804408 - .ci.yaml
43814409 - dev/**
43824410 timeout : 60
43834411 properties :
43844412 tags : >
4385- ["devicelab", "android", "mac", "arm64"]
4413+ ["devicelab", "android", "mac", "arm64", "mokey" ]
43864414 task_name : run_debug_test_android
43874415
43884416 - name : Mac_pixel_7pro run_release_test
@@ -4397,17 +4425,18 @@ targets:
43974425 ["devicelab", "android", "mac", "pixel", "7pro"]
43984426 task_name : run_release_test
43994427
4400- # mac motog4 test
4401- - name : Mac_arm64_android run_release_test
4428+ # mac mokey test
4429+ - name : Mac_arm64_mokey run_release_test
44024430 recipe : devicelab/devicelab_drone
4431+ bringup : true # https://github.com/flutter/flutter/issues/148085
44034432 presubmit : false
44044433 runIf :
44054434 - .ci.yaml
44064435 - dev/**
44074436 timeout : 60
44084437 properties :
44094438 tags : >
4410- ["devicelab", "android", "mac", "arm64"]
4439+ ["devicelab", "android", "mac", "arm64", "mokey" ]
44114440 task_name : run_release_test
44124441
44134442 - name : Mac_ios animation_with_microtasks_perf_ios__timeline_summary
0 commit comments