blob: 4690b1901905b8d0782d072300e81f0851124cbe [file] [log] [blame] [view]
This directory contains resources that the Flutter team uses during
the development of packages.
## Luci builder file
`try_builders.json` contains the supported luci try builders
for packages. It follows format:
```json
{
"builders":[
{
"name":"yyy",
"repo":"packages",
"enabled":true
}
]
}
```
This file will be mainly used in [`flutter/cocoon`](https://github.com/flutter/cocoon)
to trigger/update pre-submit luci tasks.