mirror of
https://github.com/flutter/flutter.git
synced 2026-01-27 20:42:44 +08:00
35 lines
738 B
JSON
35 lines
738 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"
|
|
},
|
|
{
|
|
"name":"Windows",
|
|
"repo":"flutter",
|
|
"taskName":"windows_bot"
|
|
}
|
|
]
|
|
}
|