Skip to content

Commit

Permalink
fuzz: virtio-blk: add to Buildkite pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos López <carlos.lopez@suse.com>
  • Loading branch information
00xc authored and epilys committed Oct 25, 2023
1 parent 121c4e0 commit 07c5d38
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .buildkite/custom-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@
"command": "cd fuzz && cargo test --package common --lib vsock && cargo +nightly fuzz run vsock -- -max_total_time=900 -timeout=60s",
"platform": ["x86_64", "aarch64"],
"timeout_in_minutes": 20
},
{
"test_name": "fuzz-virtio-blk",
"command": "cd fuzz && cargo test --package common --lib blk && cargo +nightly fuzz run blk -- -max_total_time=900 -timeout=60s",
"platform": ["x86_64", "aarch64"],
"timeout_in_minutes": 20
}
]
}

0 comments on commit 07c5d38

Please sign in to comment.