Add TESTOWNER for Linux android views (#88797)

This commit is contained in:
Gary Qian 2021-08-24 11:39:03 -07:00 committed by GitHub
parent 09fa3fcaaa
commit b68cdfcf44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -1684,6 +1684,8 @@ targets:
[ [
{"dependency": "android_sdk"} {"dependency": "android_sdk"}
] ]
tags: >
["framework","hostonly"]
timeout: 60 timeout: 60
scheduler: luci scheduler: luci

View File

@ -199,6 +199,8 @@
/dev/integration_tests/web_e2e_tests @yjbanov @flutter/web /dev/integration_tests/web_e2e_tests @yjbanov @flutter/web
# Linux web_smoke_test # Linux web_smoke_test
/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
/dev/integration_tests/android_views @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