mirror of
https://github.com/flutter/flutter.git
synced 2026-01-20 20:55:29 +08:00
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
30 lines
633 B
JSON
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"
|
|
}
|
|
]
|
|
}
|