Update README.md (#81088)

* Update README.md

Minor doc updates

* Update README.md
This commit is contained in:
yusufm 2021-04-23 20:24:49 -07:00 committed by GitHub
parent 8654e4ae3e
commit 643fc8d5f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ It follows format:
{
"name":"yyy",
"repo":"flutter",
"taskName":"zzz",
"task_name":"zzz",
"enabled":true,
"run_if":["a/b/", "c/d/**"]
}
@ -34,12 +34,17 @@ It follows format:
{
"name":"yyy",
"repo":"flutter",
"taskName":"zzz",
"task_name":"zzz",
"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
[`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`