add new try/prod builders for validate_ci_config (#79913)
This commit is contained in:
parent
e8d46fea70
commit
0e5a3bd28c
@ -438,6 +438,12 @@
|
||||
"task_name": "linux_tool_integration_tests_3_3",
|
||||
"flaky": false
|
||||
},
|
||||
{
|
||||
"name": "Linux validate_ci_config",
|
||||
"repo": "flutter",
|
||||
"task_name": "linux_validate_ci_config",
|
||||
"flaky": true
|
||||
},
|
||||
{
|
||||
"name": "Linux web_tool_tests",
|
||||
"repo": "flutter",
|
||||
|
@ -221,6 +221,12 @@
|
||||
"enabled": true,
|
||||
"run_if": ["dev/", "packages/flutter_tools/", "bin/"]
|
||||
},
|
||||
{
|
||||
"name": "Linux validate_ci_config",
|
||||
"repo": "flutter",
|
||||
"task_name": "linux_validate_ci_config",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"name": "Linux web_tool_tests",
|
||||
"repo": "flutter",
|
||||
|
Loading…
x
Reference in New Issue
Block a user