diff --git a/Buildbot-Options.md b/Buildbot-Options.md index 1334853..e5db373 100644 --- a/Buildbot-Options.md +++ b/Buildbot-Options.md @@ -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: ` to your +`Requires-builders: ` 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.