From 1731609c591713fc731d19909b86d3b0974691b7 Mon Sep 17 00:00:00 2001 From: godofredoc <54371434+godofredoc@users.noreply.github.com> Date: Tue, 11 Aug 2020 08:22:21 -0700 Subject: [PATCH] Enable builds in presubmit and remove old ones. (#63439) Framework tests got replaced with a new version using shards. This pr is enabling the new builders in presubmit and removing the old ones. Bug: https://github.com/flutter/flutter/issues/63258 https://github.com/flutter/flutter/issues/63242 https://github.com/flutter/flutter/issues/63241 --- dev/try_builders.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/dev/try_builders.json b/dev/try_builders.json index 85f903a38b..4bbac0c825 100644 --- a/dev/try_builders.json +++ b/dev/try_builders.json @@ -1,9 +1,9 @@ { "builders":[ { - "name":"Linux", + "name":"Linux build_tests", "repo":"flutter", - "taskName":"linux_bot" + "taskName":"build_tests" }, { "name":"Linux framework_tests", @@ -16,9 +16,14 @@ "taskName":"hostonly_devicelab_tests" }, { - "name":"Windows", + "name":"Linux tool_tests", "repo":"flutter", - "taskName":"windows_bot" + "taskName":"tool_tests" + }, + { + "name":"Linux web_tests", + "repo":"flutter", + "taskName":"web_tests" } ] }