Skip to content

Commit 6329054

Browse files
committed
ci: add postcopy feature to *-without-xen tests
Signed-off-by: Egor Lazarchuk <yegorlz@amazon.co.uk>
1 parent 6044f4d commit 6329054

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.buildkite/rust-vmm-ci-tests.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
{
3232
"test_name": "unittests-gnu-all-without-xen",
33-
"command": "cargo test --workspace --no-default-features --features test-utils,vhost-vsock,vhost-kern,vhost-vdpa,vhost-net,vhost-user,vhost-user-frontend,vhost-user-backend",
33+
"command": "cargo test --workspace --no-default-features --features test-utils,vhost-vsock,vhost-kern,vhost-vdpa,vhost-net,vhost-user,vhost-user-frontend,vhost-user-backend,postcopy",
3434
"platform": [
3535
"x86_64",
3636
"aarch64"
@@ -46,7 +46,7 @@
4646
},
4747
{
4848
"test_name": "unittests-musl-all-without-xen",
49-
"command": "cargo test --workspace --target {target_platform}-unknown-linux-musl --no-default-features --features test-utils,vhost-vsock,vhost-kern,vhost-vdpa,vhost-net,vhost-user,vhost-user-frontend,vhost-user-backend",
49+
"command": "cargo test --workspace --target {target_platform}-unknown-linux-musl --no-default-features --features test-utils,vhost-vsock,vhost-kern,vhost-vdpa,vhost-net,vhost-user,vhost-user-frontend,vhost-user-backend,postcopy",
5050
"platform": [
5151
"x86_64",
5252
"aarch64"
@@ -62,7 +62,7 @@
6262
},
6363
{
6464
"test_name": "clippy-all-without-xen",
65-
"command": "cargo clippy --workspace --bins --examples --benches --all-targets --no-default-features --features test-utils,vhost-vsock,vhost-kern,vhost-vdpa,vhost-net,vhost-user,vhost-user-frontend,vhost-user-backend -- -D warnings -D clippy::undocumented_unsafe_blocks",
65+
"command": "cargo clippy --workspace --bins --examples --benches --all-targets --no-default-features --features test-utils,vhost-vsock,vhost-kern,vhost-vdpa,vhost-net,vhost-user,vhost-user-frontend,vhost-user-backend,postcopy -- -D warnings -D clippy::undocumented_unsafe_blocks",
6666
"platform": [
6767
"x86_64",
6868
"aarch64"
@@ -78,7 +78,7 @@
7878
},
7979
{
8080
"test_name": "check-warnings-all-without-xen",
81-
"command": "RUSTFLAGS=\"-D warnings\" cargo check --all-targets --workspace --no-default-features --features test-utils,vhost-vsock,vhost-kern,vhost-vdpa,vhost-net,vhost-user,vhost-user-frontend,vhost-user-backend",
81+
"command": "RUSTFLAGS=\"-D warnings\" cargo check --all-targets --workspace --no-default-features --features test-utils,vhost-vsock,vhost-kern,vhost-vdpa,vhost-net,vhost-user,vhost-user-frontend,vhost-user-backend,postcopy",
8282
"platform": [
8383
"x86_64",
8484
"aarch64"

0 commit comments

Comments
 (0)