From 4495a797210f04d25030c4ed3b4186247522fc0b Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Tue, 10 Oct 2023 19:58:29 +0000 Subject: [PATCH] tests: Enable scability test for stability CI This PR enables the scability test for stability CI gha. Fixes #8196 Signed-off-by: Gabriela Cervantes (cherry picked from commit 30ff58904eb05b18454b9479a5e1b881a60973c1) Signed-off-by: Greg Kurz --- tests/stability/gha-run.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/stability/gha-run.sh b/tests/stability/gha-run.sh index 01672534a..c792053f5 100755 --- a/tests/stability/gha-run.sh +++ b/tests/stability/gha-run.sh @@ -39,6 +39,9 @@ function run() { export ITERATIONS=2 MAX_CONTAINERS=20 bash "${stability_dir}/soak_parallel_rm.sh" + + info "Running scability test using ${KATA_HYPERVISOR} hypervisor" + bash "${stability_dir}/scability_test.sh 10 10" } function main() {