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
This commit is contained in:
godofredoc 2020-08-11 08:22:21 -07:00 committed by GitHub
parent 6667c05243
commit 1731609c59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]
}