Skip to content

Commit 79cb541

Browse files
committed
chore(bk): add memory-hotplug pipeline definition to perf tests
Add the memory hotplug tests to buildkite. Signed-off-by: Riccardo Mancini <[email protected]>
1 parent 9e0f0d7 commit 79cb541

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
@@ -80,6 +80,11 @@
8080
"tests": "integration_tests/performance/test_mmds.py",
8181
"devtool_opts": "-c 1-10 -m 0",
8282
},
83+
"memory-hotplug": {
84+
"label": "memory-hotplug",
85+
"tests": "integration_tests/performance/test_hotplug_memory.py",
86+
"devtool_opts": "-c 1-10 -m 0",
87+
},
8388
}
8489

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

0 commit comments

Comments
 (0)