Updated Buildbot Options (markdown)

Giuseppe Di Natale 2018-04-18 11:37:27 -07:00
parent 7448b5ec41
commit 38a460ad5b
1 changed files with 1 additions and 0 deletions

@ -21,6 +21,7 @@ provided. Supported options are:
* `test`: This commit should be built and tested by the TEST builders (excluding the Coverage 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 * `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 * `coverage` : This commit should be built and tested by the Coverage TEST builders
* `unstable` : This commit should be built and tested by the Unstable TEST builders (currently only the Fedora Rawhide TEST builder)
A couple of examples on how to use `Requires-builders:` in commit messages can be found below. A couple of examples on how to use `Requires-builders:` in commit messages can be found below.