Skip to content

Commit aaff3d6

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 04e45a1 commit aaff3d6

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,12 +15,18 @@
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
"timeout_in_minutes": 40,
2323
},
24+
"vhost-user-block": {
25+
"label": "🖴 vhost-user Block Performance",
26+
"test_path": "integration_tests/performance/test_block_vhost_user_ab.py",
27+
"devtool_opts": "-c 1-10 -m 0",
28+
"timeout_in_minutes": 40,
29+
},
2430
"network-latency": {
2531
"label": "🖧 Network Latency",
2632
"test_path": "integration_tests/performance/test_network_ab.py::test_network_latency",

0 commit comments

Comments
 (0)