Updated Buildbot Options (markdown)
parent
f7f2406c44
commit
5ecd45ae03
|
@ -8,7 +8,7 @@ By default, all commits in your ZFS pull request are compiled by the BUILD
|
|||
builders. Additionally, the top commit of your ZFS pull request is tested by
|
||||
TEST builders. However, there is the option to override which types of builder
|
||||
should be used on a per commit basis. In this case, you can add
|
||||
`Requires-builders: <none|all|style|build|arch|distro|test|perf>` to your
|
||||
`Requires-builders: <none|all|style|build|arch|distro|test|perf|coverage>` to your
|
||||
commit message. A comma separated list of options can be
|
||||
provided. Supported options are:
|
||||
|
||||
|
@ -18,8 +18,9 @@ provided. Supported options are:
|
|||
* `build`: This commit should be built by all BUILD builders
|
||||
* `arch`: This commit should be built by BUILD builders tagged as 'Architectures'
|
||||
* `distro`: This commit should be built by BUILD builders tagged as 'Distributions'
|
||||
* `test`: This commit should be built and tested by the TEST builders
|
||||
* `test`: This commit should be built and tested by the TEST builders (excluding the Coverage TEST builders)
|
||||
* `perf`: This commit should be built and tested by the PERF builders
|
||||
* `coverage` : This commit should be built and tested by the Coverage TEST builders
|
||||
|
||||
A couple of examples on how to use `Requires-builders:` in commit messages can be found below.
|
||||
|
||||
|
|
Loading…
Reference in New Issue