From 824c8cd08db4aa3e49e49c575836810ac2b32d3a Mon Sep 17 00:00:00 2001 From: keyonghan <54558023+keyonghan@users.noreply.github.com> Date: Tue, 15 Dec 2020 17:48:57 -0800 Subject: [PATCH] add first ten linux devicelab luci tests (#72401) --- dev/prod_builders.json | 60 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/dev/prod_builders.json b/dev/prod_builders.json index f764c34c45b..aa3d158c8f2 100644 --- a/dev/prod_builders.json +++ b/dev/prod_builders.json @@ -6,12 +6,72 @@ "task_name": "linux_analyze", "flaky": false }, + { + "name": "Linux analyzer benchmark", + "repo": "flutter", + "task_name": "linux_analyzer_benchmark", + "flaky": true + }, + { + "name": "Linux android defines test", + "repo": "flutter", + "task_name": "linux_android_defines_test", + "flaky": true + }, + { + "name": "Linux android obfuscate test", + "repo": "flutter", + "task_name": "linux_android_obfuscate_test", + "flaky": true + }, + { + "name": "Linux android view scroll perf timeline summary", + "repo": "flutter", + "task_name": "linux_android_view_scroll_perf__timeline_summary", + "flaky": true + }, + { + "name": "Linux animated placeholder perf e2e summary", + "repo": "flutter", + "task_name": "linux_animated_placeholder_perf__e2e_summary", + "flaky": true + }, + { + "name": "Linux animated placeholder perf", + "repo": "flutter", + "task_name": "linux_animated_placeholder_perf", + "flaky": true + }, + { + "name": "Linux backdrop filter perf e2e summary", + "repo": "flutter", + "task_name": "linux_backdrop_filter_perf__e2e_summary", + "flaky": true + }, + { + "name": "Linux basic material app android compile", + "repo": "flutter", + "task_name": "linux_basic_material_app_android__compile", + "flaky": true + }, { "name": "Linux build_aar_module_test", "repo": "flutter", "task_name": "linux_build_aar_module_test", "flaky": false }, + { + "name": "Linux colorfilter and fade perf e2e summary", + "repo": "flutter", + "task_name": "linux_color_filter_and_fade_perf__e2e_summary", + "flaky": true + }, + { + "name": "Linux complex layout android compile", + "repo": "flutter", + "task_name": "linux_complex_layout_android__compile", + "flaky": true + }, { "name": "Linux customer_testing", "repo": "flutter",