Skip to content

Commit 86ef0c4

Browse files
committed
chore: add jailer perf tests to bk
Add new entry for the jailer tests in the performance bk pipeline. Signed-off-by: Egor Lazarchuk <yegorlz@amazon.co.uk>
1 parent 25f8210 commit 86ef0c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.buildkite/pipeline_perf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@
6060
"tests": "integration_tests/performance/test_memory_overhead.py integration_tests/performance/test_boottime.py::test_boottime",
6161
"devtool_opts": "-c 1-10 -m 0",
6262
},
63+
"jailer": {
64+
"label": "⛓️ jailer",
65+
"tests": "integration_tests/performance/test_jailer.py",
66+
"devtool_opts": "-c 1-10 -m 0",
67+
},
6368
}
6469

6570
REVISION_A = os.environ.get("REVISION_A")

0 commit comments

Comments
 (0)