|
22 | 22 | },
|
23 | 23 | {
|
24 | 24 | "test_name": "unittests-gnu-all-with-xen",
|
25 |
| - "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,xen", |
| 25 | + "command": "cargo test --workspace --no-default-features --features test-utils,vhost-vsock,vhost-kern,vhost-vdpa,vhost-net,vhost-user,vhost-user-frontend,gpu-socket,vhost-user-backend,xen", |
26 | 26 | "platform": [
|
27 | 27 | "x86_64",
|
28 | 28 | "aarch64"
|
29 | 29 | ]
|
30 | 30 | },
|
31 | 31 | {
|
32 | 32 | "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,postcopy", |
| 33 | + "command": "cargo test --workspace --no-default-features --features test-utils,vhost-vsock,vhost-kern,vhost-vdpa,vhost-net,vhost-user,vhost-user-frontend,gpu-socket,vhost-user-backend,postcopy", |
34 | 34 | "platform": [
|
35 | 35 | "x86_64",
|
36 | 36 | "aarch64"
|
37 | 37 | ]
|
38 | 38 | },
|
39 | 39 | {
|
40 | 40 | "test_name": "unittests-musl-all-with-xen",
|
41 |
| - "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,xen", |
| 41 | + "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,gpu-socket,vhost-user-backend,xen", |
42 | 42 | "platform": [
|
43 | 43 | "x86_64",
|
44 | 44 | "aarch64"
|
45 | 45 | ]
|
46 | 46 | },
|
47 | 47 | {
|
48 | 48 | "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,postcopy", |
| 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,gpu-socket,vhost-user-backend,postcopy", |
50 | 50 | "platform": [
|
51 | 51 | "x86_64",
|
52 | 52 | "aarch64"
|
53 | 53 | ]
|
54 | 54 | },
|
55 | 55 | {
|
56 | 56 | "test_name": "clippy-all-with-xen",
|
57 |
| - "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,xen -- -D warnings -D clippy::undocumented_unsafe_blocks", |
| 57 | + "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,gpu-socket,vhost-user-backend,xen -- -D warnings -D clippy::undocumented_unsafe_blocks", |
58 | 58 | "platform": [
|
59 | 59 | "x86_64",
|
60 | 60 | "aarch64"
|
61 | 61 | ]
|
62 | 62 | },
|
63 | 63 | {
|
64 | 64 | "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,postcopy -- -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,gpu-socket,vhost-user-backend,postcopy -- -D warnings -D clippy::undocumented_unsafe_blocks", |
66 | 66 | "platform": [
|
67 | 67 | "x86_64",
|
68 | 68 | "aarch64"
|
69 | 69 | ]
|
70 | 70 | },
|
71 | 71 | {
|
72 | 72 | "test_name": "check-warnings-all-with-xen",
|
73 |
| - "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,xen", |
| 73 | + "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,gpu-socket,vhost-user-backend,xen", |
74 | 74 | "platform": [
|
75 | 75 | "x86_64",
|
76 | 76 | "aarch64"
|
77 | 77 | ]
|
78 | 78 | },
|
79 | 79 | {
|
80 | 80 | "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,postcopy", |
| 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,gpu-socket,vhost-user-backend,postcopy", |
82 | 82 | "platform": [
|
83 | 83 | "x86_64",
|
84 | 84 | "aarch64"
|
|
0 commit comments