From b68cdfcf44835030f0f3560a411c6dd2067f95fc Mon Sep 17 00:00:00 2001 From: Gary Qian Date: Tue, 24 Aug 2021 11:39:03 -0700 Subject: [PATCH] Add TESTOWNER for Linux android views (#88797) --- .ci.yaml | 2 ++ TESTOWNERS | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index e790efafff..2836a78eae 100755 --- a/.ci.yaml +++ b/.ci.yaml @@ -1684,6 +1684,8 @@ targets: [ {"dependency": "android_sdk"} ] + tags: > + ["framework","hostonly"] timeout: 60 scheduler: luci diff --git a/TESTOWNERS b/TESTOWNERS index 1039db5c92..1d7eb20784 100644 --- a/TESTOWNERS +++ b/TESTOWNERS @@ -199,6 +199,8 @@ /dev/integration_tests/web_e2e_tests @yjbanov @flutter/web # Linux web_smoke_test /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 /dev/integration_tests/abstract_method_smoke_test @blasten @flutter/android