flutter_flutter/dev/try_builders.json
godofredoc 1731609c59
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
2020-08-11 08:22:21 -07:00

30 lines
633 B
JSON

{
"builders":[
{
"name":"Linux build_tests",
"repo":"flutter",
"taskName":"build_tests"
},
{
"name":"Linux framework_tests",
"repo":"flutter",
"taskName":"linux_framework_tests"
},
{
"name":"Linux hostonly_devicelab_tests",
"repo":"flutter",
"taskName":"hostonly_devicelab_tests"
},
{
"name":"Linux tool_tests",
"repo":"flutter",
"taskName":"tool_tests"
},
{
"name":"Linux web_tests",
"repo":"flutter",
"taskName":"web_tests"
}
]
}