Skip to content

Commit 6ad9a67

Browse files
authored
[native assets] Switch device lab Android with Linux host to emulator (flutter#170689)
Closes: flutter#170682 We have emulators available on the Linux host, so switch the Android device lab tests for native assets over to the emulator. We don't seem to have emulators on Windows or MacOS hosts. (If we do, they are not used in `ci.yaml`.) We want at least one physical device test for Android with native assets. And we want to cover all host OSes (not everything works the same everywhere). So keep the physical device tests for the MacOS and Windows hosts. Should we wait with landing this until flutter#170529 is resolved?
1 parent 117c60e commit 6ad9a67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3090,13 +3090,13 @@ targets:
30903090
["devicelab", "android", "linux", "mokey"]
30913091
task_name: list_text_layout_impeller_perf__e2e_summary
30923092

3093-
- name: Linux_pixel_7pro native_assets_android
3093+
- name: Linux_android_emu native_assets_android
30943094
recipe: devicelab/devicelab_drone
3095-
presubmit: false
3095+
bringup: true # LUCI failing KVM access https://github.com/flutter/flutter/issues/170529
30963096
timeout: 60
30973097
properties:
30983098
tags: >
3099-
["devicelab", "android", "linux", "pixel", "7pro"]
3099+
["devicelab", "linux"]
31003100
task_name: native_assets_android
31013101

31023102
# linux mokey benchmark

0 commit comments

Comments
 (0)