Unverified Commit a0abf410 authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Add fourth tool integration subshard (#80460)

parent 15c591a1
...@@ -415,21 +415,27 @@ ...@@ -415,21 +415,27 @@
"flaky": false "flaky": false
}, },
{ {
"name": "Linux tool_integration_tests_1_3", "name": "Linux tool_integration_tests_1_4",
"repo": "flutter", "repo": "flutter",
"task_name": "linux_tool_integration_tests_1_3", "task_name": "linux_tool_integration_tests_1_4",
"flaky": false "flaky": false
}, },
{ {
"name": "Linux tool_integration_tests_2_3", "name": "Linux tool_integration_tests_2_4",
"repo": "flutter", "repo": "flutter",
"task_name": "linux_tool_integration_tests_2_3", "task_name": "linux_tool_integration_tests_2_4",
"flaky": false "flaky": false
}, },
{ {
"name": "Linux tool_integration_tests_3_3", "name": "Linux tool_integration_tests_3_4",
"repo": "flutter", "repo": "flutter",
"task_name": "linux_tool_integration_tests_3_3", "task_name": "linux_tool_integration_tests_3_4",
"flaky": false
},
{
"name": "Linux tool_integration_tests_4_4",
"repo": "flutter",
"task_name": "linux_tool_integration_tests_4_4",
"flaky": false "flaky": false
}, },
{ {
...@@ -925,21 +931,27 @@ ...@@ -925,21 +931,27 @@
"flaky": false "flaky": false
}, },
{ {
"name": "Mac tool_integration_tests_1_3", "name": "Mac tool_integration_tests_1_4",
"repo": "flutter",
"task_name": "mac_tool_integration_tests_1_4",
"flaky": false
},
{
"name": "Mac tool_integration_tests_2_4",
"repo": "flutter", "repo": "flutter",
"task_name": "mac_tool_integration_tests_1_3", "task_name": "mac_tool_integration_tests_2_4",
"flaky": false "flaky": false
}, },
{ {
"name": "Mac tool_integration_tests_2_3", "name": "Mac tool_integration_tests_3_4",
"repo": "flutter", "repo": "flutter",
"task_name": "mac_tool_integration_tests_2_3", "task_name": "mac_tool_integration_tests_3_4",
"flaky": false "flaky": false
}, },
{ {
"name": "Mac tool_integration_tests_3_3", "name": "Mac tool_integration_tests_4_4",
"repo": "flutter", "repo": "flutter",
"task_name": "mac_tool_integration_tests_3_3", "task_name": "mac_tool_integration_tests_4_4",
"flaky": false "flaky": false
}, },
{ {
...@@ -1279,21 +1291,27 @@ ...@@ -1279,21 +1291,27 @@
"flaky": false "flaky": false
}, },
{ {
"name": "Windows tool_integration_tests_1_3", "name": "Windows tool_integration_tests_1_4",
"repo": "flutter",
"task_name": "win_tool_integration_tests_1_4",
"flaky": false
},
{
"name": "Windows tool_integration_tests_2_4",
"repo": "flutter", "repo": "flutter",
"task_name": "win_tool_integration_tests_1_3", "task_name": "win_tool_integration_tests_2_4",
"flaky": false "flaky": false
}, },
{ {
"name": "Windows tool_integration_tests_2_3", "name": "Windows tool_integration_tests_3_4",
"repo": "flutter", "repo": "flutter",
"task_name": "win_tool_integration_tests_2_3", "task_name": "win_tool_integration_tests_3_4",
"flaky": false "flaky": false
}, },
{ {
"name": "Windows tool_integration_tests_3_3", "name": "Windows tool_integration_tests_4_4",
"repo": "flutter", "repo": "flutter",
"task_name": "win_tool_integration_tests_3_3", "task_name": "win_tool_integration_tests_4_4",
"flaky": false "flaky": false
}, },
{ {
......
...@@ -194,23 +194,30 @@ ...@@ -194,23 +194,30 @@
"run_if": ["dev/", "packages/flutter_tools/", "bin/"] "run_if": ["dev/", "packages/flutter_tools/", "bin/"]
}, },
{ {
"name": "Linux tool_integration_tests_1_3", "name": "Linux tool_integration_tests_1_4",
"repo": "flutter", "repo": "flutter",
"task_name": "linux_tool_integration_tests_1_3", "task_name": "linux_tool_integration_tests_1_4",
"enabled": true, "enabled": true,
"run_if": ["dev/", "packages/flutter_tools/", "bin/"] "run_if": ["dev/", "packages/flutter_tools/", "bin/"]
}, },
{ {
"name": "Linux tool_integration_tests_2_3", "name": "Linux tool_integration_tests_2_4",
"repo": "flutter", "repo": "flutter",
"task_name": "linux_tool_integration_tests_2_3", "task_name": "linux_tool_integration_tests_2_4",
"enabled": true, "enabled": true,
"run_if": ["dev/", "packages/flutter_tools/", "bin/"] "run_if": ["dev/", "packages/flutter_tools/", "bin/"]
}, },
{ {
"name": "Linux tool_integration_tests_3_3", "name": "Linux tool_integration_tests_3_4",
"repo": "flutter", "repo": "flutter",
"task_name": "linux_tool_integration_tests_3_3", "task_name": "linux_tool_integration_tests_3_4",
"enabled": true,
"run_if": ["dev/", "packages/flutter_tools/", "bin/"]
},
{
"name": "Linux tool_integration_tests_4_4",
"repo": "flutter",
"task_name": "linux_tool_integration_tests_4_4",
"enabled": true, "enabled": true,
"run_if": ["dev/", "packages/flutter_tools/", "bin/"] "run_if": ["dev/", "packages/flutter_tools/", "bin/"]
}, },
...@@ -546,23 +553,30 @@ ...@@ -546,23 +553,30 @@
"run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"] "run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"]
}, },
{ {
"name": "Mac tool_integration_tests_1_3", "name": "Mac tool_integration_tests_1_4",
"repo": "flutter", "repo": "flutter",
"task_name": "mac_tool_integration_tests_1_3", "task_name": "mac_tool_integration_tests_1_4",
"enabled": true, "enabled": true,
"run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"] "run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"]
}, },
{ {
"name": "Mac tool_integration_tests_2_3", "name": "Mac tool_integration_tests_2_4",
"repo": "flutter", "repo": "flutter",
"task_name": "mac_tool_integration_tests_2_3", "task_name": "mac_tool_integration_tests_2_4",
"enabled": true, "enabled": true,
"run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"] "run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"]
}, },
{ {
"name": "Mac tool_integration_tests_3_3", "name": "Mac tool_integration_tests_3_4",
"repo": "flutter", "repo": "flutter",
"task_name": "mac_tool_integration_tests_3_3", "task_name": "mac_tool_integration_tests_3_4",
"enabled": true,
"run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"]
},
{
"name": "Mac tool_integration_tests_4_4",
"repo": "flutter",
"task_name": "mac_tool_integration_tests_4_4",
"enabled": true, "enabled": true,
"run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"] "run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"]
}, },
...@@ -715,23 +729,30 @@ ...@@ -715,23 +729,30 @@
"run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"] "run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"]
}, },
{ {
"name": "Windows tool_integration_tests_1_3", "name": "Windows tool_integration_tests_1_4",
"repo": "flutter",
"task_name": "win_tool_integration_tests_1_4",
"enabled": true,
"run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"]
},
{
"name": "Windows tool_integration_tests_2_4",
"repo": "flutter", "repo": "flutter",
"task_name": "win_tool_integration_tests_1_3", "task_name": "win_tool_integration_tests_2_4",
"enabled": true, "enabled": true,
"run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"] "run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"]
}, },
{ {
"name": "Windows tool_integration_tests_2_3", "name": "Windows tool_integration_tests_3_4",
"repo": "flutter", "repo": "flutter",
"task_name": "win_tool_integration_tests_2_3", "task_name": "win_tool_integration_tests_3_4",
"enabled": true, "enabled": true,
"run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"] "run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"]
}, },
{ {
"name": "Windows tool_integration_tests_3_3", "name": "Windows tool_integration_tests_4_4",
"repo": "flutter", "repo": "flutter",
"task_name": "win_tool_integration_tests_3_3", "task_name": "win_tool_integration_tests_4_4",
"enabled": true, "enabled": true,
"run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"] "run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"]
}, },
......
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