Unverified Commit 5a75d9ba authored by keyonghan's avatar keyonghan Committed by GitHub

add linux shard builders (#78430)

parent 78a1a0cd
...@@ -132,6 +132,18 @@ ...@@ -132,6 +132,18 @@
"task_name": "linux_build_tests", "task_name": "linux_build_tests",
"flaky": false "flaky": false
}, },
{
"name": "Linux build_tests_1_2",
"repo": "flutter",
"task_name": "linux_build_tests_1_2",
"flaky": true
},
{
"name": "Linux build_tests_2_2",
"repo": "flutter",
"task_name": "linux_build_tests_2_2",
"flaky": true
},
{ {
"name": "Linux fast_scroll_heavy_gridview__memory", "name": "Linux fast_scroll_heavy_gridview__memory",
"repo": "flutter", "repo": "flutter",
...@@ -258,6 +270,24 @@ ...@@ -258,6 +270,24 @@
"task_name": "linux_framework_tests", "task_name": "linux_framework_tests",
"flaky": false "flaky": false
}, },
{
"name": "Linux framework_tests_libraries",
"repo": "flutter",
"task_name": "linux_framework_tests_libraries",
"flaky": true
},
{
"name": "Linux framework_tests_misc",
"repo": "flutter",
"task_name": "linux_framework_tests_misc",
"flaky": true
},
{
"name": "Linux framework_tests_widgets",
"repo": "flutter",
"task_name": "linux_framework_tests_widgets",
"flaky": true
},
{ {
"name": "Linux fuchsia_precache", "name": "Linux fuchsia_precache",
"repo": "flutter", "repo": "flutter",
...@@ -390,12 +420,42 @@ ...@@ -390,12 +420,42 @@
"task_name": "linux_tool_tests", "task_name": "linux_tool_tests",
"flaky": false "flaky": false
}, },
{
"name": "Linux tool_tests_general",
"repo": "flutter",
"task_name": "linux_tool_tests_general",
"flaky": true
},
{
"name": "Linux tool_tests_commands",
"repo": "flutter",
"task_name": "linux_tool_tests_commands",
"flaky": true
},
{ {
"name": "Linux tool_integration_tests", "name": "Linux tool_integration_tests",
"repo": "flutter", "repo": "flutter",
"task_name": "linux_tool_integration_tests", "task_name": "linux_tool_integration_tests",
"flaky": false "flaky": false
}, },
{
"name": "Linux tool_integration_tests_1_3",
"repo": "flutter",
"task_name": "linux_tool_integration_tests_1_3",
"flaky": true
},
{
"name": "Linux tool_integration_tests_2_3",
"repo": "flutter",
"task_name": "linux_tool_integration_tests_2_3",
"flaky": true
},
{
"name": "Linux tool_integration_tests_3_3",
"repo": "flutter",
"task_name": "linux_tool_integration_tests_3_3",
"flaky": true
},
{ {
"name": "Linux web_tool_tests", "name": "Linux web_tool_tests",
"repo": "flutter", "repo": "flutter",
...@@ -426,6 +486,54 @@ ...@@ -426,6 +486,54 @@
"task_name": "linux_web_tests", "task_name": "linux_web_tests",
"flaky": false "flaky": false
}, },
{
"name": "Linux web_tests_0",
"repo": "flutter",
"task_name": "linux_web_tests_0",
"flaky": true
},
{
"name": "Linux web_tests_1",
"repo": "flutter",
"task_name": "linux_web_tests_1",
"flaky": true
},
{
"name": "Linux web_tests_2",
"repo": "flutter",
"task_name": "linux_web_tests_2",
"flaky": true
},
{
"name": "Linux web_tests_3",
"repo": "flutter",
"task_name": "linux_web_tests_3",
"flaky": true
},
{
"name": "Linux web_tests_4",
"repo": "flutter",
"task_name": "linux_web_tests_4",
"flaky": true
},
{
"name": "Linux web_tests_5",
"repo": "flutter",
"task_name": "linux_web_tests_5",
"flaky": true
},
{
"name": "Linux web_tests_6",
"repo": "flutter",
"task_name": "linux_web_tests_6",
"flaky": true
},
{
"name": "Linux web_tests_7_last",
"repo": "flutter",
"task_name": "linux_web_tests_7_last",
"flaky": true
},
{ {
"name": "Linux web_integration_tests", "name": "Linux web_integration_tests",
"repo": "flutter", "repo": "flutter",
...@@ -438,6 +546,24 @@ ...@@ -438,6 +546,24 @@
"task_name": "linux_web_long_running_tests", "task_name": "linux_web_long_running_tests",
"flaky": false "flaky": false
}, },
{
"name": "Linux web_long_running_tests_1_3",
"repo": "flutter",
"task_name": "linux_web_long_running_tests_1_3",
"flaky": true
},
{
"name": "Linux web_long_running_tests_2_3",
"repo": "flutter",
"task_name": "linux_web_long_running_tests_2_3",
"flaky": true
},
{
"name": "Linux web_long_running_tests_3_3",
"repo": "flutter",
"task_name": "linux_web_long_running_tests_3_3",
"flaky": true
},
{ {
"name": "Linux web_e2e_test", "name": "Linux web_e2e_test",
"repo": "flutter", "repo": "flutter",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment