Add a fifth tool_integration_tests shard on Windows (#81400)

This commit is contained in:
Michael Goderbauer 2021-04-28 13:38:20 -07:00 committed by GitHub
parent 58d90747b8
commit 41d0e1a95d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 16 deletions

View File

@ -1297,27 +1297,33 @@
"flaky": false "flaky": false
}, },
{ {
"name": "Windows tool_integration_tests_1_4", "name": "Windows tool_integration_tests_1_5",
"repo": "flutter", "repo": "flutter",
"task_name": "win_tool_integration_tests_1_4", "task_name": "win_tool_integration_tests_1_5",
"flaky": false "flaky": false
}, },
{ {
"name": "Windows tool_integration_tests_2_4", "name": "Windows tool_integration_tests_2_5",
"repo": "flutter", "repo": "flutter",
"task_name": "win_tool_integration_tests_2_4", "task_name": "win_tool_integration_tests_2_5",
"flaky": false "flaky": false
}, },
{ {
"name": "Windows tool_integration_tests_3_4", "name": "Windows tool_integration_tests_3_5",
"repo": "flutter", "repo": "flutter",
"task_name": "win_tool_integration_tests_3_4", "task_name": "win_tool_integration_tests_3_5",
"flaky": false "flaky": false
}, },
{ {
"name": "Windows tool_integration_tests_4_4", "name": "Windows tool_integration_tests_4_5",
"repo": "flutter", "repo": "flutter",
"task_name": "win_tool_integration_tests_4_4", "task_name": "win_tool_integration_tests_4_5",
"flaky": false
},
{
"name": "Windows tool_integration_tests_5_5",
"repo": "flutter",
"task_name": "win_tool_integration_tests_5_5",
"flaky": false "flaky": false
}, },
{ {

View File

@ -736,30 +736,37 @@
"run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"] "run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"]
}, },
{ {
"name": "Windows tool_integration_tests_1_4", "name": "Windows tool_integration_tests_1_5",
"repo": "flutter", "repo": "flutter",
"task_name": "win_tool_integration_tests_1_4", "task_name": "win_tool_integration_tests_1_5",
"enabled": true, "enabled": true,
"run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"] "run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"]
}, },
{ {
"name": "Windows tool_integration_tests_2_4", "name": "Windows tool_integration_tests_2_5",
"repo": "flutter", "repo": "flutter",
"task_name": "win_tool_integration_tests_2_4", "task_name": "win_tool_integration_tests_2_5",
"enabled": true, "enabled": true,
"run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"] "run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"]
}, },
{ {
"name": "Windows tool_integration_tests_3_4", "name": "Windows tool_integration_tests_3_5",
"repo": "flutter", "repo": "flutter",
"task_name": "win_tool_integration_tests_3_4", "task_name": "win_tool_integration_tests_3_5",
"enabled": true, "enabled": true,
"run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"] "run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"]
}, },
{ {
"name": "Windows tool_integration_tests_4_4", "name": "Windows tool_integration_tests_4_5",
"repo": "flutter", "repo": "flutter",
"task_name": "win_tool_integration_tests_4_4", "task_name": "win_tool_integration_tests_4_5",
"enabled": true,
"run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"]
},
{
"name": "Windows tool_integration_tests_5_5",
"repo": "flutter",
"task_name": "win_tool_integration_tests_5_5",
"enabled": true, "enabled": true,
"run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"] "run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"]
}, },