enable web_long_running_tests shard (#69350)

This commit is contained in:
Yegor 2020-10-29 18:15:37 -07:00 committed by GitHub
parent e48446af17
commit aedd90fd51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -132,6 +132,12 @@
"task_name": "linux_web_integration_tests",
"flaky": false
},
{
"name": "Linux web_long_running_tests",
"repo": "flutter",
"task_name": "linux_web_long_running_tests",
"flaky": false
},
{
"name":"Linux web_e2e_test",
"repo":"flutter",

View File

@ -153,6 +153,13 @@
"enabled":true,
"run_if":["dev/", "packages/flutter/", "packages/flutter_test/", "packages/flutter_tools/", "packages/flutter_web_plugins/", "bin/"]
},
{
"name": "Linux web_long_running_tests",
"repo":"flutter",
"task_name":"web_long_running_tests",
"enabled":true,
"run_if":["dev/", "packages/", "bin/"]
},
{
"name":"Linux web_e2e_test",
"repo":"flutter",