@@ -317,6 +317,16 @@ platform_properties:
317
317
]
318
318
os : Windows-10
319
319
device_type : " msm8952"
320
+ windows_mokey :
321
+ properties :
322
+ dependencies : >-
323
+ [
324
+ {"dependency": "android_sdk", "version": "version:34v3"},
325
+ {"dependency": "chrome_and_driver", "version": "version:125.0.6422.141"},
326
+ {"dependency": "open_jdk", "version": "version:17"}
327
+ ]
328
+ os : Windows-10
329
+ device_type : " mokey"
320
330
321
331
targets :
322
332
- name : Linux analyze
@@ -6153,74 +6163,81 @@ targets:
6153
6163
]
6154
6164
task_name : platform_view_win_desktop__start_up
6155
6165
6156
- # windows motog4 test
6157
- - name : Windows_android basic_material_app_win__compile
6166
+ # windows mokey test
6167
+ - name : Windows_mokey basic_material_app_win__compile
6158
6168
recipe : devicelab/devicelab_drone
6169
+ bringup : true
6159
6170
presubmit : false
6160
6171
timeout : 60
6161
6172
properties :
6162
6173
tags : >
6163
- ["devicelab", "android", "windows"]
6174
+ ["devicelab", "android", "windows", "mokey" ]
6164
6175
task_name : basic_material_app_win__compile
6165
6176
6166
- # windows motog4 test
6167
- - name : Windows_android channels_integration_test_win
6177
+ # windows mokey test
6178
+ - name : Windows_mokey channels_integration_test_win
6168
6179
recipe : devicelab/devicelab_drone
6180
+ bringup : true
6169
6181
presubmit : false
6170
6182
timeout : 60
6171
6183
properties :
6172
6184
tags : >
6173
- ["devicelab", "android", "windows"]
6185
+ ["devicelab", "android", "windows", "mokey" ]
6174
6186
task_name : channels_integration_test_win
6175
6187
6176
- # windows motog4 test
6177
- - name : Windows_android flavors_test_win
6188
+ # windows mokey test
6189
+ - name : Windows_mokey flavors_test_win
6178
6190
recipe : devicelab/devicelab_drone
6191
+ bringup : true
6179
6192
presubmit : false
6180
6193
timeout : 60
6181
6194
properties :
6182
6195
tags : >
6183
- ["devicelab", "android", "windows"]
6196
+ ["devicelab", "android", "windows", "mokey" ]
6184
6197
task_name : flavors_test
6185
6198
6186
- # windows motog4 test
6187
- - name : Windows_android flutter_gallery_win__compile
6199
+ # windows mokey test
6200
+ - name : Windows_mokey flutter_gallery_win__compile
6188
6201
recipe : devicelab/devicelab_drone
6202
+ bringup : true
6189
6203
presubmit : false
6190
6204
timeout : 60
6191
6205
properties :
6192
6206
tags : >
6193
- ["devicelab", "android", "windows"]
6207
+ ["devicelab", "android", "windows", "mokey" ]
6194
6208
task_name : flutter_gallery_win__compile
6195
6209
6196
- # windows motog4 benchmark
6197
- - name : Windows_android hot_mode_dev_cycle_win__benchmark
6210
+ # windows mokey benchmark
6211
+ - name : Windows_mokey hot_mode_dev_cycle_win__benchmark
6198
6212
recipe : devicelab/devicelab_drone
6213
+ bringup : true
6199
6214
presubmit : false
6200
6215
timeout : 60
6201
6216
properties :
6202
6217
tags : >
6203
- ["devicelab", "android", "windows"]
6218
+ ["devicelab", "android", "windows", "mokey" ]
6204
6219
task_name : hot_mode_dev_cycle_win__benchmark
6205
6220
6206
- # windows motog4 test
6207
- - name : Windows_android native_assets_android
6221
+ # windows mokey test
6222
+ - name : Windows_mokey native_assets_android
6208
6223
recipe : devicelab/devicelab_drone
6224
+ bringup : true
6209
6225
presubmit : false
6210
6226
timeout : 60
6211
6227
properties :
6212
6228
tags : >
6213
- ["devicelab", "android", "windows"]
6229
+ ["devicelab", "android", "windows", "mokey" ]
6214
6230
task_name : native_assets_android
6215
6231
6216
- # windows motog4 test
6217
- - name : Windows_android windows_chrome_dev_mode
6232
+ # windows mokey test
6233
+ - name : Windows_mokey windows_chrome_dev_mode
6218
6234
recipe : devicelab/devicelab_drone
6235
+ bringup : true
6219
6236
presubmit : false
6220
6237
timeout : 60
6221
6238
properties :
6222
6239
tags : >
6223
- ["devicelab", "android", "windows"]
6240
+ ["devicelab", "android", "windows", "mokey" ]
6224
6241
task_name : windows_chrome_dev_mode
6225
6242
6226
6243
- name : Windows flutter_packaging_test
0 commit comments