vhost/.buildkite
Matej Hrica a4d6c81c8d CI: Build and test with gpu-socket feature
Compile and test with `gpu-socket` feature enabled.

Signed-off-by: Matej Hrica <mhrica@redhat.com>
2024-07-23 14:50:25 +02:00
..
custom-tests.json vhost: Adopt new backend naming 2023-09-13 13:00:10 +02:00
README.md tests: add rust-vmm-ci-tests.json pipeline 2024-01-22 13:19:48 +01:00
rust-vmm-ci-tests.json CI: Build and test with gpu-socket feature 2024-07-23 14:50:25 +02:00

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.

  • rust-vmm-ci-tests.json This is based on rust-vmm-ci/.buildkite/test_description.json. We can't run rust-vmm-ci tests because they enable all the features with --all-features and our crates have features that may not be compatible with others (e.g. xen). Waiting to solve this problem in rust-vmm-ci (see https://github.com/rust-vmm/rust-vmm-ci/issues/152), we use a custom pipeline based on that but that does not use --all-features.