Enable fullscreen_textfield_perf tests in prod (#98453)

This commit is contained in:
keyonghan 2022-02-14 17:55:19 -08:00 committed by GitHub
parent 87fe3fe031
commit 381cb280a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

View file

@ -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

View file

@ -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