flutter_flutter/ci/dev/README.md
2020-08-05 17:37:42 -07:00

24 lines
554 B
Markdown

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:
```json
{
"builders":[
{
"name":"xxx",
"repo":"engine"
},
{
"name":"yyy",
"repo":"engine"
}
]
}
```
This file will be mainly used in [`flutter/cocoon`](https://github.com/flutter/cocoon)
to trigger/update engine luci tasks.