Skip to content

Commit 857addc

Browse files
authored
Shift tests on moto g4 on Windows hosts to mokey in staging (#153167)
For flutter/flutter#148085
1 parent 493c453 commit 857addc

File tree

1 file changed

+38
-21
lines changed

1 file changed

+38
-21
lines changed

.ci.yaml

Lines changed: 38 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,16 @@ platform_properties:
317317
]
318318
os: Windows-10
319319
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"
320330

321331
targets:
322332
- name: Linux analyze
@@ -6153,74 +6163,81 @@ targets:
61536163
]
61546164
task_name: platform_view_win_desktop__start_up
61556165

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
61586168
recipe: devicelab/devicelab_drone
6169+
bringup: true
61596170
presubmit: false
61606171
timeout: 60
61616172
properties:
61626173
tags: >
6163-
["devicelab", "android", "windows"]
6174+
["devicelab", "android", "windows", "mokey"]
61646175
task_name: basic_material_app_win__compile
61656176

6166-
# windows motog4 test
6167-
- name: Windows_android channels_integration_test_win
6177+
# windows mokey test
6178+
- name: Windows_mokey channels_integration_test_win
61686179
recipe: devicelab/devicelab_drone
6180+
bringup: true
61696181
presubmit: false
61706182
timeout: 60
61716183
properties:
61726184
tags: >
6173-
["devicelab", "android", "windows"]
6185+
["devicelab", "android", "windows", "mokey"]
61746186
task_name: channels_integration_test_win
61756187

6176-
# windows motog4 test
6177-
- name: Windows_android flavors_test_win
6188+
# windows mokey test
6189+
- name: Windows_mokey flavors_test_win
61786190
recipe: devicelab/devicelab_drone
6191+
bringup: true
61796192
presubmit: false
61806193
timeout: 60
61816194
properties:
61826195
tags: >
6183-
["devicelab", "android", "windows"]
6196+
["devicelab", "android", "windows", "mokey"]
61846197
task_name: flavors_test
61856198

6186-
# windows motog4 test
6187-
- name: Windows_android flutter_gallery_win__compile
6199+
# windows mokey test
6200+
- name: Windows_mokey flutter_gallery_win__compile
61886201
recipe: devicelab/devicelab_drone
6202+
bringup: true
61896203
presubmit: false
61906204
timeout: 60
61916205
properties:
61926206
tags: >
6193-
["devicelab", "android", "windows"]
6207+
["devicelab", "android", "windows", "mokey"]
61946208
task_name: flutter_gallery_win__compile
61956209

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
61986212
recipe: devicelab/devicelab_drone
6213+
bringup: true
61996214
presubmit: false
62006215
timeout: 60
62016216
properties:
62026217
tags: >
6203-
["devicelab", "android", "windows"]
6218+
["devicelab", "android", "windows", "mokey"]
62046219
task_name: hot_mode_dev_cycle_win__benchmark
62056220

6206-
# windows motog4 test
6207-
- name: Windows_android native_assets_android
6221+
# windows mokey test
6222+
- name: Windows_mokey native_assets_android
62086223
recipe: devicelab/devicelab_drone
6224+
bringup: true
62096225
presubmit: false
62106226
timeout: 60
62116227
properties:
62126228
tags: >
6213-
["devicelab", "android", "windows"]
6229+
["devicelab", "android", "windows", "mokey"]
62146230
task_name: native_assets_android
62156231

6216-
# windows motog4 test
6217-
- name: Windows_android windows_chrome_dev_mode
6232+
# windows mokey test
6233+
- name: Windows_mokey windows_chrome_dev_mode
62186234
recipe: devicelab/devicelab_drone
6235+
bringup: true
62196236
presubmit: false
62206237
timeout: 60
62216238
properties:
62226239
tags: >
6223-
["devicelab", "android", "windows"]
6240+
["devicelab", "android", "windows", "mokey"]
62246241
task_name: windows_chrome_dev_mode
62256242

62266243
- name: Windows flutter_packaging_test

0 commit comments

Comments
 (0)