Skip to content

Commit 07c5d38

Browse files
00xcepilys
authored andcommitted
fuzz: virtio-blk: add to Buildkite pipeline
Signed-off-by: Carlos López <[email protected]>
1 parent 121c4e0 commit 07c5d38

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.buildkite/custom-tests.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@
4242
"command": "cd fuzz && cargo test --package common --lib vsock && cargo +nightly fuzz run vsock -- -max_total_time=900 -timeout=60s",
4343
"platform": ["x86_64", "aarch64"],
4444
"timeout_in_minutes": 20
45+
},
46+
{
47+
"test_name": "fuzz-virtio-blk",
48+
"command": "cd fuzz && cargo test --package common --lib blk && cargo +nightly fuzz run blk -- -max_total_time=900 -timeout=60s",
49+
"platform": ["x86_64", "aarch64"],
50+
"timeout_in_minutes": 20
4551
}
4652
]
4753
}

0 commit comments

Comments
 (0)