Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 381cb28

Browse files
authored
Enable fullscreen_textfield_perf tests in prod (#98453)
1 parent 87fe3fe commit 381cb28

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.ci.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1910,6 +1910,28 @@ targets:
19101910
benchmark: "true"
19111911
scheduler: luci
19121912

1913+
- name: Linux_android fullscreen_textfield_perf
1914+
recipe: devicelab/devicelab_drone
1915+
presubmit: false
1916+
timeout: 60
1917+
properties:
1918+
tags: >
1919+
["devicelab","android","linux"]
1920+
task_name: fullscreen_textfield_perf
1921+
benchmark: "true"
1922+
scheduler: luci
1923+
1924+
- name: Linux_android fullscreen_textfield_perf__e2e_summary
1925+
recipe: devicelab/devicelab_drone
1926+
presubmit: false
1927+
timeout: 60
1928+
properties:
1929+
tags: >
1930+
["devicelab","android","linux"]
1931+
task_name: fullscreen_textfield_perf__e2e_summary
1932+
benchmark: "true"
1933+
scheduler: luci
1934+
19131935
- name: Linux_android fullscreen_textfield_perf__timeline_summary
19141936
recipe: devicelab/devicelab_drone
19151937
presubmit: false

TESTOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
/dev/devicelab/bin/tasks/flutter_gallery_v2_web_compile_test.dart @yjbanov @flutter/web
4848
/dev/devicelab/bin/tasks/flutter_test_performance.dart @zanderso @flutter/engine
4949
/dev/devicelab/bin/tasks/frame_policy_delay_test_android.dart @zanderso @flutter/engine
50+
/dev/devicelab/bin/tasks/fullscreen_textfield_perf.dart @zanderso @flutter/engine
51+
/dev/devicelab/bin/tasks/fullscreen_textfield_perf__e2e_summary.dart @zanderso @flutter/engine
5052
/dev/devicelab/bin/tasks/gradle_java8_compile_test.dart @blasten @flutter/tool
5153
/dev/devicelab/bin/tasks/hot_mode_dev_cycle_linux__benchmark.dart @zanderso @flutter/tool
5254
/dev/devicelab/bin/tasks/image_list_jit_reported_duration.dart @zanderso @flutter/engine

0 commit comments

Comments
 (0)