Update task_names to add the platform. (#63736)

This commit is contained in:
godofredoc 2020-08-13 21:16:04 -07:00 committed by GitHub
parent bee9522f18
commit 58feba8edd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
{
"name": "Linux build_tests",
"repo": "flutter",
"task_name": "build_tests",
"task_name": "linux_build_tests",
"flaky": false
},
{
@ -15,19 +15,19 @@
{
"name": "Linux hostonly_devicelab_tests",
"repo": "flutter",
"task_name": "hostonly_devicelab_tests",
"task_name": "linux_hostonly_devicelab_tests",
"flaky": false
},
{
"name": "Linux tool_tests",
"repo": "flutter",
"task_name": "tool_tests",
"task_name": "linux_tool_tests",
"flaky": false
},
{
"name": "Linux web_tests",
"repo": "flutter",
"task_name": "web_tests",
"task_name": "linux_web_tests",
"flaky": false
},
{