mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* Update prod builders. This is to make the builders show up in the flutter dashboard. Bug: https://github.com/flutter/flutter/issues/63256 * Add mac and windows bots. * Fix flaky flag. * Rename taskName as task_name.
47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"builders": [
|
|
{
|
|
"name": "Linux build_tests",
|
|
"repo": "flutter",
|
|
"task_name": "build_tests",
|
|
"flaky": false
|
|
},
|
|
{
|
|
"name": "Linux framework_tests",
|
|
"repo": "flutter",
|
|
"task_name": "linux_framework_tests",
|
|
"flaky": false
|
|
},
|
|
{
|
|
"name": "Linux hostonly_devicelab_tests",
|
|
"repo": "flutter",
|
|
"task_name": "hostonly_devicelab_tests",
|
|
"flaky": false
|
|
},
|
|
{
|
|
"name": "Linux tool_tests",
|
|
"repo": "flutter",
|
|
"task_name": "tool_tests",
|
|
"flaky": false
|
|
},
|
|
{
|
|
"name": "Linux web_tests",
|
|
"repo": "flutter",
|
|
"task_name": "web_tests",
|
|
"flaky": true
|
|
},
|
|
{
|
|
"name": "Mac",
|
|
"repo": "flutter",
|
|
"task_name": "mac_bot",
|
|
"flaky": false
|
|
},
|
|
{
|
|
"name": "Windows",
|
|
"repo": "flutter",
|
|
"task_name": "windows_bot",
|
|
"flaky": false
|
|
}
|
|
]
|
|
}
|