tests: add a README in .buildkite
This readme explains what custom tests we have and how to enable new pipelines in the future. Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
This commit is contained in:
parent
06694741b8
commit
14dede9b23
1 changed files with 10 additions and 0 deletions
10
.buildkite/README.md
Normal file
10
.buildkite/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# buildkite custom pipelines
|
||||
|
||||
This folder contains the custom pipelines for this repository.
|
||||
|
||||
If we add a new pipeline we need to enable it in
|
||||
https://buildkite.com/rust-vmm/vhost-ci/steps
|
||||
|
||||
Custom pipelines currently defined are:
|
||||
- `custom-tests.json`
|
||||
Custom tests to enable only certain features.
|
||||
Loading…
Add table
Add a link
Reference in a new issue