Skip to content

Commit

Permalink
tests: Enable soak parallel test
Browse files Browse the repository at this point in the history
This PR enables the soak parallel test for stability test.

Fixes #8153

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
(cherry picked from commit 0f04d52)
  • Loading branch information
GabyCT authored and fidencio committed Oct 11, 2023
1 parent a195539 commit 602c56c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/stability/gha-run.sh
Expand Up @@ -8,6 +8,7 @@
set -o errexit
set -o nounset
set -o pipefail
set -x

kata_tarball_dir="${2:-kata-artifacts}"
stability_dir="$(dirname "$(readlink -f "$0")")"
Expand All @@ -16,8 +17,8 @@ source "${stability_dir}/../common.bash"
function run() {
info "Running soak parallel stability tests using ${KATA_HYPERVISOR} hypervisor"

# export ITERATIONS=2 MAX_CONTAINERS=20
# bash "${stability_dir}/soak_parallel_rm.sh"
export ITERATIONS=2 MAX_CONTAINERS=20
bash "${stability_dir}/soak_parallel_rm.sh"
}

function main() {
Expand Down

0 comments on commit 602c56c

Please sign in to comment.