Unverified Commit 3dc413b9 authored by Gary Qian's avatar Gary Qian Committed by GitHub

Add `deferred components` LUCI test and configure to use `android_virtual_device` dep (#89306)

parent de3e218e
......@@ -1684,7 +1684,23 @@ targets:
properties:
dependencies: >-
[
{"dependency": "android_sdk"}
{"dependency": "android_sdk"},
{"dependency": "android_virtual_device", "version": "31"}
]
tags: >
["framework","hostonly"]
timeout: 60
scheduler: luci
- name: Linux deferred components
recipe: flutter/deferred_components
bringup: true
properties:
dependencies: >-
[
{"dependency": "android_sdk"},
{"dependency": "android_virtual_device", "version": "31"},
{"dependency": "curl"}
]
tags: >
["framework","hostonly"]
......
......@@ -201,6 +201,8 @@
/examples/hello_world/test_driver/smoke_web_engine.dart @yjbanov @flutter/web
# Linux android views
/dev/integration_tests/android_views @garyqian @flutter/android
# Linux deferred components
/dev/integration_tests/deferred_components_test @garyqian @flutter/android
## Firebase tests
/dev/integration_tests/abstract_method_smoke_test @blasten @flutter/android
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment