Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit de4bf84

Browse files
committed
add readme
1 parent 708394b commit de4bf84

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

dev/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
This directory contains resources that the Flutter team uses during
2+
the development of engine.
3+
4+
## Luci builder file
5+
`engine_try_builders.json` and `engine_prod_builders.json` contains the
6+
supported luci try/prod builders for engine. It follows format:
7+
```json
8+
{
9+
"builders":[
10+
{
11+
"name":"xxx",
12+
"repo":"engine"
13+
},
14+
{
15+
"name":"yyy",
16+
"repo":"engine"
17+
}
18+
]
19+
}
20+
```
21+
This file will be mainly used in [`flutter/cocoon`](https://github.com/flutter/cocoon)
22+
to trigger/update engine luci tasks.

0 commit comments

Comments
 (0)