Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
3dc413b9
Unverified
Commit
3dc413b9
authored
Sep 03, 2021
by
Gary Qian
Committed by
GitHub
Sep 03, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add `deferred components` LUCI test and configure to use `android_virtual_device` dep (#89306)
parent
de3e218e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
1 deletion
+19
-1
.ci.yaml
.ci.yaml
+17
-1
TESTOWNERS
TESTOWNERS
+2
-0
No files found.
.ci.yaml
View file @
3dc413b9
...
...
@@ -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"]
...
...
TESTOWNERS
View file @
3dc413b9
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment