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

This commit is contained in:
Amir Hardon 2020-12-11 15:02:33 -08:00 committed by GitHub
parent 79a514382c
commit d075b979f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View File

@ -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",

View File

@ -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",