Add a fifth tool_integration_tests shard on Windows (#81400)
This commit is contained in:
parent
58d90747b8
commit
41d0e1a95d
@ -1297,27 +1297,33 @@
|
||||
"flaky": false
|
||||
},
|
||||
{
|
||||
"name": "Windows tool_integration_tests_1_4",
|
||||
"name": "Windows tool_integration_tests_1_5",
|
||||
"repo": "flutter",
|
||||
"task_name": "win_tool_integration_tests_1_4",
|
||||
"task_name": "win_tool_integration_tests_1_5",
|
||||
"flaky": false
|
||||
},
|
||||
{
|
||||
"name": "Windows tool_integration_tests_2_4",
|
||||
"name": "Windows tool_integration_tests_2_5",
|
||||
"repo": "flutter",
|
||||
"task_name": "win_tool_integration_tests_2_4",
|
||||
"task_name": "win_tool_integration_tests_2_5",
|
||||
"flaky": false
|
||||
},
|
||||
{
|
||||
"name": "Windows tool_integration_tests_3_4",
|
||||
"name": "Windows tool_integration_tests_3_5",
|
||||
"repo": "flutter",
|
||||
"task_name": "win_tool_integration_tests_3_4",
|
||||
"task_name": "win_tool_integration_tests_3_5",
|
||||
"flaky": false
|
||||
},
|
||||
{
|
||||
"name": "Windows tool_integration_tests_4_4",
|
||||
"name": "Windows tool_integration_tests_4_5",
|
||||
"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
|
||||
},
|
||||
{
|
||||
|
@ -736,30 +736,37 @@
|
||||
"run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"]
|
||||
},
|
||||
{
|
||||
"name": "Windows tool_integration_tests_1_4",
|
||||
"name": "Windows tool_integration_tests_1_5",
|
||||
"repo": "flutter",
|
||||
"task_name": "win_tool_integration_tests_1_4",
|
||||
"task_name": "win_tool_integration_tests_1_5",
|
||||
"enabled": true,
|
||||
"run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"]
|
||||
},
|
||||
{
|
||||
"name": "Windows tool_integration_tests_2_4",
|
||||
"name": "Windows tool_integration_tests_2_5",
|
||||
"repo": "flutter",
|
||||
"task_name": "win_tool_integration_tests_2_4",
|
||||
"task_name": "win_tool_integration_tests_2_5",
|
||||
"enabled": true,
|
||||
"run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"]
|
||||
},
|
||||
{
|
||||
"name": "Windows tool_integration_tests_3_4",
|
||||
"name": "Windows tool_integration_tests_3_5",
|
||||
"repo": "flutter",
|
||||
"task_name": "win_tool_integration_tests_3_4",
|
||||
"task_name": "win_tool_integration_tests_3_5",
|
||||
"enabled": true,
|
||||
"run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"]
|
||||
},
|
||||
{
|
||||
"name": "Windows tool_integration_tests_4_4",
|
||||
"name": "Windows tool_integration_tests_4_5",
|
||||
"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,
|
||||
"run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user