From 58feba8edd14130c25c7ec940ba77f2bb0fb2207 Mon Sep 17 00:00:00 2001 From: godofredoc <54371434+godofredoc@users.noreply.github.com> Date: Thu, 13 Aug 2020 21:16:04 -0700 Subject: [PATCH] Update task_names to add the platform. (#63736) --- dev/prod_builders.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev/prod_builders.json b/dev/prod_builders.json index 2dffc02daa0..7f145254f3c 100644 --- a/dev/prod_builders.json +++ b/dev/prod_builders.json @@ -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 }, {