Unverified Commit 7b40272e authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Run module tests on try builders when flutter_tools changes (#70804)

parent 3a2ebb5c
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"repo":"flutter", "repo":"flutter",
"task_name":"linux_build_aar_module_test", "task_name":"linux_build_aar_module_test",
"enabled":true, "enabled":true,
"run_if": ["dev/**", "bin/**"] "run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"]
}, },
{ {
"name":"Linux customer_testing", "name":"Linux customer_testing",
...@@ -102,21 +102,21 @@ ...@@ -102,21 +102,21 @@
"repo":"flutter", "repo":"flutter",
"task_name":"linux_module_host_with_custom_build_test", "task_name":"linux_module_host_with_custom_build_test",
"enabled":true, "enabled":true,
"run_if": ["dev/**", "bin/**"] "run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"]
}, },
{ {
"name":"Linux module_custom_host_app_name_test", "name":"Linux module_custom_host_app_name_test",
"repo":"flutter", "repo":"flutter",
"task_name":"linux_module_custom_host_app_name_test", "task_name":"linux_module_custom_host_app_name_test",
"enabled":true, "enabled":true,
"run_if": ["dev/**", "bin/**"] "run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"]
}, },
{ {
"name":"Linux module_test", "name":"Linux module_test",
"repo":"flutter", "repo":"flutter",
"task_name":"linux_module_test", "task_name":"linux_module_test",
"enabled":true, "enabled":true,
"run_if": ["dev/**", "bin/**"] "run_if": ["dev/**", "packages/flutter_tools/**", "bin/**"]
}, },
{ {
"name":"Linux plugin_test", "name":"Linux plugin_test",
...@@ -186,14 +186,14 @@ ...@@ -186,14 +186,14 @@
"repo":"flutter", "repo":"flutter",
"task_name":"mac_build_aar_module_test", "task_name":"mac_build_aar_module_test",
"enabled":true, "enabled":true,
"run_if":["dev/**", "bin/**"] "run_if":["dev/**", "packages/flutter_tools/**", "bin/**"]
}, },
{ {
"name":"Mac build_ios_framework_module_test", "name":"Mac build_ios_framework_module_test",
"repo":"flutter", "repo":"flutter",
"task_name":"mac_build_ios_framework_module_test", "task_name":"mac_build_ios_framework_module_test",
"enabled":true, "enabled":true,
"run_if":["dev/**", "bin/**"] "run_if":["dev/**", "packages/flutter_tools/**", "bin/**"]
}, },
{ {
"name":"Mac build_tests", "name":"Mac build_tests",
...@@ -253,28 +253,28 @@ ...@@ -253,28 +253,28 @@
"repo":"flutter", "repo":"flutter",
"task_name":"mac_module_custom_host_app_name_test", "task_name":"mac_module_custom_host_app_name_test",
"enabled":true, "enabled":true,
"run_if":["dev/**", "bin/**"] "run_if":["dev/**", "packages/flutter_tools/**", "bin/**"]
}, },
{ {
"name":"Mac module_host_with_custom_build_test", "name":"Mac module_host_with_custom_build_test",
"repo":"flutter", "repo":"flutter",
"task_name":"mac_module_host_with_custom_build_test", "task_name":"mac_module_host_with_custom_build_test",
"enabled":true, "enabled":true,
"run_if":["dev/**", "bin/**"] "run_if":["dev/**", "packages/flutter_tools/**", "bin/**"]
}, },
{ {
"name":"Mac module_test", "name":"Mac module_test",
"repo":"flutter", "repo":"flutter",
"task_name":"mac_module_test", "task_name":"mac_module_test",
"enabled":true, "enabled":true,
"run_if":["dev/**", "bin/**"] "run_if":["dev/**", "packages/flutter_tools/**", "bin/**"]
}, },
{ {
"name":"Mac module_test_ios", "name":"Mac module_test_ios",
"repo":"flutter", "repo":"flutter",
"task_name":"mac_module_test_ios", "task_name":"mac_module_test_ios",
"enabled":true, "enabled":true,
"run_if":["dev/**", "bin/**"] "run_if":["dev/**", "packages/flutter_tools/**", "bin/**"]
}, },
{ {
"name":"Mac plugin_lint_mac", "name":"Mac plugin_lint_mac",
...@@ -309,7 +309,7 @@ ...@@ -309,7 +309,7 @@
"repo": "flutter", "repo": "flutter",
"task_name": "win_build_aar_module_test", "task_name": "win_build_aar_module_test",
"enabled":true, "enabled":true,
"run_if":["dev/**", "bin/**"] "run_if":["dev/**", "packages/flutter_tools/**", "bin/**"]
}, },
{ {
"name": "Windows build_tests", "name": "Windows build_tests",
...@@ -356,21 +356,21 @@ ...@@ -356,21 +356,21 @@
"repo": "flutter", "repo": "flutter",
"task_name": "win_module_custom_host_app_name_test", "task_name": "win_module_custom_host_app_name_test",
"enabled":true, "enabled":true,
"run_if":["dev/**", "bin/**"] "run_if":["dev/**", "packages/flutter_tools/**", "bin/**"]
}, },
{ {
"name": "Windows module_test", "name": "Windows module_test",
"repo": "flutter", "repo": "flutter",
"task_name": "win_module_test", "task_name": "win_module_test",
"enabled":true, "enabled":true,
"run_if":["dev/**", "bin/**"] "run_if":["dev/**", "packages/flutter_tools/**", "bin/**"]
}, },
{ {
"name": "Windows module_host_with_custom_build_test", "name": "Windows module_host_with_custom_build_test",
"repo": "flutter", "repo": "flutter",
"task_name": "win_module_host_with_custom_build_test", "task_name": "win_module_host_with_custom_build_test",
"enabled":true, "enabled":true,
"run_if":["dev/**", "bin/**"] "run_if":["dev/**", "packages/flutter_tools/**", "bin/**"]
}, },
{ {
"name": "Windows plugin_test", "name": "Windows plugin_test",
......
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