Updated Buildbot Options (markdown)
parent
5a31eec8b1
commit
39ca31df7d
|
@ -46,12 +46,12 @@ Requires-builders: style test
|
|||
## Requiring SPL Versions
|
||||
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
|
||||
needs to be built, the ZFS builbot supports specifying provide an SPL version for pull
|
||||
request testing. By opening a pull request against ZFS and using the `Requires-spl:`
|
||||
needs to be built, the ZFS buildbot supports specifying an SPL version for pull
|
||||
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.
|
||||
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
|
||||
|
||||
|
@ -61,7 +61,7 @@ Signed-off-by: Contributor <contributor@email.com>
|
|||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue