Unverified Commit 58feba8e authored by godofredoc's avatar godofredoc Committed by GitHub

Update task_names to add the platform. (#63736)

parent bee9522f
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
{ {
"name": "Linux build_tests", "name": "Linux build_tests",
"repo": "flutter", "repo": "flutter",
"task_name": "build_tests", "task_name": "linux_build_tests",
"flaky": false "flaky": false
}, },
{ {
...@@ -15,19 +15,19 @@ ...@@ -15,19 +15,19 @@
{ {
"name": "Linux hostonly_devicelab_tests", "name": "Linux hostonly_devicelab_tests",
"repo": "flutter", "repo": "flutter",
"task_name": "hostonly_devicelab_tests", "task_name": "linux_hostonly_devicelab_tests",
"flaky": false "flaky": false
}, },
{ {
"name": "Linux tool_tests", "name": "Linux tool_tests",
"repo": "flutter", "repo": "flutter",
"task_name": "tool_tests", "task_name": "linux_tool_tests",
"flaky": false "flaky": false
}, },
{ {
"name": "Linux web_tests", "name": "Linux web_tests",
"repo": "flutter", "repo": "flutter",
"task_name": "web_tests", "task_name": "linux_web_tests",
"flaky": false "flaky": false
}, },
{ {
......
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