Skip to content

Commit f02f67e

Browse files
committed
feat: split memory and boottime tests for BK
Make so we run memory and boottime tests separately in BK. Signed-off-by: Egor Lazarchuk <yegorlz@amazon.co.uk>
1 parent 5da02b1 commit f02f67e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.buildkite/pipeline_perf.py

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,14 @@
5555
"tests": "integration_tests/performance/test_vsock.py",
5656
"devtool_opts": "-c 1-10 -m 0",
5757
},
58-
"memory-overhead-and-boottime": {
59-
"label": "memory-overhead-and-boottime",
60-
"tests": "integration_tests/performance/test_memory_overhead.py integration_tests/performance/test_boottime.py::test_boottime",
58+
"memory-overhead": {
59+
"label": "memory-overhead",
60+
"tests": "integration_tests/performance/test_memory_overhead.py",
61+
"devtool_opts": "-c 1-10 -m 0",
62+
},
63+
"boottime": {
64+
"label": "boottime",
65+
"tests": "integration_tests/performance/test_boottime.py::test_boottime",
6166
"devtool_opts": "-c 1-10 -m 0",
6267
},
6368
"jailer": {

0 commit comments

Comments
 (0)