From 14dede9b23b80bb99d6b2b609d21e7b4035ce424 Mon Sep 17 00:00:00 2001 From: Stefano Garzarella Date: Fri, 19 Jan 2024 09:50:04 +0100 Subject: [PATCH] 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 --- .buildkite/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .buildkite/README.md diff --git a/.buildkite/README.md b/.buildkite/README.md new file mode 100644 index 0000000..6d482f0 --- /dev/null +++ b/.buildkite/README.md @@ -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.