From 381cb280a35c9725c5928a08cf497548d6e83b02 Mon Sep 17 00:00:00 2001 From: keyonghan <54558023+keyonghan@users.noreply.github.com> Date: Mon, 14 Feb 2022 17:55:19 -0800 Subject: [PATCH] Enable `fullscreen_textfield_perf` tests in prod (#98453) --- .ci.yaml | 22 ++++++++++++++++++++++ TESTOWNERS | 2 ++ 2 files changed, 24 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index 07c5cc44b2b..a5000837319 100755 --- a/.ci.yaml +++ b/.ci.yaml @@ -1910,6 +1910,28 @@ targets: benchmark: "true" scheduler: luci + - name: Linux_android fullscreen_textfield_perf + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab","android","linux"] + task_name: fullscreen_textfield_perf + benchmark: "true" + scheduler: luci + + - name: Linux_android fullscreen_textfield_perf__e2e_summary + recipe: devicelab/devicelab_drone + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab","android","linux"] + task_name: fullscreen_textfield_perf__e2e_summary + benchmark: "true" + scheduler: luci + - name: Linux_android fullscreen_textfield_perf__timeline_summary recipe: devicelab/devicelab_drone presubmit: false diff --git a/TESTOWNERS b/TESTOWNERS index 73157678581..5944196682f 100644 --- a/TESTOWNERS +++ b/TESTOWNERS @@ -47,6 +47,8 @@ /dev/devicelab/bin/tasks/flutter_gallery_v2_web_compile_test.dart @yjbanov @flutter/web /dev/devicelab/bin/tasks/flutter_test_performance.dart @zanderso @flutter/engine /dev/devicelab/bin/tasks/frame_policy_delay_test_android.dart @zanderso @flutter/engine +/dev/devicelab/bin/tasks/fullscreen_textfield_perf.dart @zanderso @flutter/engine +/dev/devicelab/bin/tasks/fullscreen_textfield_perf__e2e_summary.dart @zanderso @flutter/engine /dev/devicelab/bin/tasks/gradle_java8_compile_test.dart @blasten @flutter/tool /dev/devicelab/bin/tasks/hot_mode_dev_cycle_linux__benchmark.dart @zanderso @flutter/tool /dev/devicelab/bin/tasks/image_list_jit_reported_duration.dart @zanderso @flutter/engine