Unverified Commit 1731609c authored by godofredoc's avatar godofredoc Committed by GitHub

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
parent 6667c052
{
"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"
}
]
}
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