Unverified Commit 0e5a3bd2 authored by Christopher Fujino's avatar Christopher Fujino Committed by GitHub

add new try/prod builders for validate_ci_config (#79913)

parent e8d46fea
...@@ -438,6 +438,12 @@ ...@@ -438,6 +438,12 @@
"task_name": "linux_tool_integration_tests_3_3", "task_name": "linux_tool_integration_tests_3_3",
"flaky": false "flaky": false
}, },
{
"name": "Linux validate_ci_config",
"repo": "flutter",
"task_name": "linux_validate_ci_config",
"flaky": true
},
{ {
"name": "Linux web_tool_tests", "name": "Linux web_tool_tests",
"repo": "flutter", "repo": "flutter",
......
...@@ -221,6 +221,12 @@ ...@@ -221,6 +221,12 @@
"enabled": true, "enabled": true,
"run_if": ["dev/", "packages/flutter_tools/", "bin/"] "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", "name": "Linux web_tool_tests",
"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