Unverified Commit 643fc8d5 authored by yusufm's avatar yusufm Committed by GitHub

Update README.md (#81088)

* Update README.md

Minor doc updates

* Update README.md
parent 8654e4ae
...@@ -17,7 +17,7 @@ It follows format: ...@@ -17,7 +17,7 @@ It follows format:
{ {
"name":"yyy", "name":"yyy",
"repo":"flutter", "repo":"flutter",
"taskName":"zzz", "task_name":"zzz",
"enabled":true, "enabled":true,
"run_if":["a/b/", "c/d/**"] "run_if":["a/b/", "c/d/**"]
} }
...@@ -34,12 +34,17 @@ It follows format: ...@@ -34,12 +34,17 @@ It follows format:
{ {
"name":"yyy", "name":"yyy",
"repo":"flutter", "repo":"flutter",
"taskName":"zzz", "task_name":"zzz",
"flaky":false "flaky":false
} }
] ]
} }
``` ```
* name: (str), builder name
* repo: (str), name of the repository that this task runs against
* task_name: (str), task name that will appear in the flutter build dashboard
* flaky: (bool), if true, failure of this task will not close the tree
`try_builders.json` will be mainly used in `try_builders.json` will be mainly used in
[`flutter/cocoon`](https://github.com/flutter/cocoon) to trigger/update pre-submit [`flutter/cocoon`](https://github.com/flutter/cocoon) to trigger/update pre-submit
flutter luci tasks, whereas `prod_builders.json` will be mainly used in `flutter/cocoon` flutter luci tasks, whereas `prod_builders.json` will be mainly used in `flutter/cocoon`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment