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:
Stefano Garzarella 2024-01-19 09:50:04 +01:00
parent 06694741b8
commit 14dede9b23

10
.buildkite/README.md Normal file
View 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.