flutter_flutter/ci/dev/prod_builders.json
godofredoc 6caad8ead9
Adds all the engine builders to the file used to validate tree status. (#20642)
Builders are read from a json file to get their last builds using
buildbucket and calculate the tree status. Some builders were not being
used for the tree status validation allowing rollers to land changes
even though some builders were failing.

Bug:
  https://github.com/flutter/flutter/issues/64061
2020-08-19 18:39:38 -07:00

69 lines
1.3 KiB
JSON

{
"builders":[
{
"name":"Linux Android AOT Engine",
"repo":"engine"
},
{
"name":"Linux Android Debug Engine",
"repo":"engine"
},
{
"name":"Linux Host Engine",
"repo":"engine"
},
{
"name":"Linux Fuchsia",
"repo":"engine"
},
{
"name":"Linux Fuchsia FEMU",
"repo":"engine"
},
{
"name":"Linux Web Engine",
"repo":"engine"
},
{
"name":"Mac Android AOT Engine",
"repo":"engine"
},
{
"name":"Mac Android Debug Engine",
"repo":"engine"
},
{
"name":"Mac Host Engine",
"repo":"engine"
},
{
"name":"Mac iOS Engine",
"repo":"engine"
},
{
"name":"Mac iOS Engine Profile",
"repo":"engine"
},
{
"name":"Mac iOS Engine Release",
"repo":"engine"
},
{
"name":"Mac Web Engine",
"repo":"engine"
},
{
"name":"Windows Android AOT Engine",
"repo":"engine"
},
{
"name":"Windows Host Engine",
"repo":"engine"
},
{
"name":"Windows Web Engine",
"repo":"engine"
}
]
}