Unverified Commit d075b979 authored by Amir Hardon's avatar Amir Hardon Committed by GitHub

Run the flutter/plugins tests on presubmit, make it part of the tree status (#71502)

parent 79a51438
......@@ -162,6 +162,12 @@
"task_name":"linux_web_smoke_test",
"flaky":false
},
{
"name":"Linux flutter_plugins",
"repo":"flutter",
"task_name":"flutter_plugins",
"flaky":false
},
{
"name": "Mac build_aar_module_test",
"repo": "flutter",
......
......@@ -181,6 +181,12 @@
"enabled":true,
"run_if":["examples/hello_world/**" ,"dev/**", "packages/flutter/**", "packages/flutter_driver/**", "packages/flutter_test/**", "packages/flutter_tools/lib/src/test/**", "packages/flutter_web_plugins/**", "bin/**"]
},
{
"name":"Linux flutter_plugins",
"repo":"flutter",
"task_name":"flutter_plugins",
"enabled":true
},
{
"name":"Mac build_aar_module_test",
"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