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

This commit is contained in:
Gary Qian 2021-09-02 22:56:07 -07:00 committed by GitHub
parent de3e218e48
commit 3dc413b963
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 1 deletions

View file

@ -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"]

View file

@ -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