mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
554 B
554 B
This directory contains resources that the Flutter team uses during the development of engine.
Luci builder file
try_builders.json and prod_builders.json contains the
supported luci try/prod builders for engine. It follows format:
{
"builders":[
{
"name":"xxx",
"repo":"engine"
},
{
"name":"yyy",
"repo":"engine"
}
]
}
This file will be mainly used in flutter/cocoon
to trigger/update engine luci tasks.