Skip to content

Commit bc13498

Browse files
committed
test(buildkite): add pipeline for vhost-user-blk
This is to run vhost-user-blk performance tests along with other performance tests. Signed-off-by: Nikita Kalyazin <[email protected]>
1 parent 4ff58ad commit bc13498

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.buildkite/pipeline_ab.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,17 @@
1515
)
1616

1717
perf_test = {
18-
"block": {
19-
"label": "🖴 Block Performance",
18+
"virtio-block": {
19+
"label": "🖴 Virtio Block Performance",
2020
"test_path": "integration_tests/performance/test_block_ab.py",
2121
"devtool_opts": "-c 1-10 -m 0",
2222
},
23+
"vhost-user-block": {
24+
"label": "🖴 vhost-user Block Performance",
25+
"test_path": "integration_tests/performance/test_block_vhost_user_ab.py",
26+
"devtool_opts": "-c 1-10 -m 0",
27+
"timeout_in_minutes": 40,
28+
},
2329
"network-latency": {
2430
"label": "🖧 Network Latency",
2531
"test_path": "integration_tests/performance/test_network_ab.py::test_network_latency",

0 commit comments

Comments
 (0)