We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121c4e0 commit 07c5d38Copy full SHA for 07c5d38
.buildkite/custom-tests.json
@@ -42,6 +42,12 @@
42
"command": "cd fuzz && cargo test --package common --lib vsock && cargo +nightly fuzz run vsock -- -max_total_time=900 -timeout=60s",
43
"platform": ["x86_64", "aarch64"],
44
"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
51
}
52
]
53
0 commit comments