Updated Buildbot Options (markdown)

Giuseppe Di Natale 2017-09-11 12:41:24 -07:00
parent 5a31eec8b1
commit 39ca31df7d
1 changed files with 5 additions and 5 deletions

@ -46,12 +46,12 @@ Requires-builders: style test
## Requiring SPL Versions ## Requiring SPL Versions
Currently, the ZFS Buildbot attempts to choose the correct SPL branch to build Currently, the ZFS Buildbot attempts to choose the correct SPL branch to build
based on a pull request's base branch. In the cases where a specific SPL version based on a pull request's base branch. In the cases where a specific SPL version
needs to be built, the ZFS builbot supports specifying provide an SPL version for pull needs to be built, the ZFS buildbot supports specifying an SPL version for pull
request testing. By opening a pull request against ZFS and using the `Requires-spl:` request testing. By opening a pull request against ZFS and adding `Requires-spl:`
in a commit message, you can instruct the buildbot to use a specific SPL version. in a commit message, you can instruct the buildbot to use a specific SPL version.
Below are examples of a commit message that specifies the SPL version. Below are examples of a commit messages that specify the SPL version.
Build SPL from a specific pull request: ### Build SPL from a specific pull request
``` ```
This is a commit message This is a commit message
@ -61,7 +61,7 @@ Signed-off-by: Contributor <contributor@email.com>
Requires-spl: refs/pull/123/head Requires-spl: refs/pull/123/head
``` ```
Build SPL branch `spl-branch-name` from `zfsonlinux/spl` repository: ### Build SPL branch `spl-branch-name` from `zfsonlinux/spl` repository
``` ```
This is a commit message This is a commit message