mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Add deferred components
LUCI test and configure to use android_virtual_device
dep (#89306)
This commit is contained in:
parent
de3e218e48
commit
3dc413b963
18
.ci.yaml
18
.ci.yaml
@ -1684,7 +1684,23 @@ targets:
|
|||||||
properties:
|
properties:
|
||||||
dependencies: >-
|
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: >
|
tags: >
|
||||||
["framework","hostonly"]
|
["framework","hostonly"]
|
||||||
|
@ -201,6 +201,8 @@
|
|||||||
/examples/hello_world/test_driver/smoke_web_engine.dart @yjbanov @flutter/web
|
/examples/hello_world/test_driver/smoke_web_engine.dart @yjbanov @flutter/web
|
||||||
# Linux android views
|
# Linux android views
|
||||||
/dev/integration_tests/android_views @garyqian @flutter/android
|
/dev/integration_tests/android_views @garyqian @flutter/android
|
||||||
|
# Linux deferred components
|
||||||
|
/dev/integration_tests/deferred_components_test @garyqian @flutter/android
|
||||||
|
|
||||||
## Firebase tests
|
## Firebase tests
|
||||||
/dev/integration_tests/abstract_method_smoke_test @blasten @flutter/android
|
/dev/integration_tests/abstract_method_smoke_test @blasten @flutter/android
|
||||||
|
Loading…
Reference in New Issue
Block a user