We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7027e9d commit ee4b263Copy full SHA for ee4b263
.ci/dev/README.md
@@ -0,0 +1,19 @@
1
+This directory contains resources that the Flutter team uses during
2
+the development of plugins.
3
+
4
+## Luci builder file
5
+`try_builders.json` contains the supported luci try builders
6
+for plugins. It follows format:
7
+```json
8
+{
9
+ "builders":[
10
+ {
11
+ "name":"yyy",
12
+ "repo":"plugins",
13
+ "enabled":true
14
+ }
15
+ ]
16
+}
17
+```
18
+This file will be mainly used in [`flutter/cocoon`](https://github.com/flutter/cocoon)
19
+to trigger/update pre-submit luci tasks.
.ci/dev/try_builders.json
@@ -0,0 +1,9 @@
+ "name":"Windows Plugins",
0 commit comments