Updated Buildbot Options (markdown)

Giuseppe Di Natale 2017-08-24 20:29:37 -07:00
parent 7deb025de3
commit 6f40119f1f
1 changed files with 3 additions and 3 deletions

@ -70,9 +70,9 @@ in a commit message. The list of available overrides are:
* `Build-zfs: <Yes|No>`: All builders should build ZFS for this commit
* `Built-in: <Yes|No>`: All Linux builds should build in SPL and ZFS
* `Check-lint: <Yes|No>`: All builders should perform lint checks for this commit
* `Configure-lustre: <options>`: Provide `<options>` as configure parameters when building Lustre
* `Configure-spl: <options>`: Provide `<options>` as configure parameters when building the SPL
* `Configure-zfs: <options>`: Provide `<options>` as configure parameters when building ZFS
* `Configure-lustre: <options>`: Provide `<options>` as configure flags when building Lustre
* `Configure-spl: <options>`: Provide `<options>` as configure flags when building the SPL
* `Configure-zfs: <options>`: Provide `<options>` as configure flags when building ZFS
A couple of examples on how to use overrides in commit messages can be found below.