tests: Decrease iterations in soak test

This PR decreases the number of iterations in the kubernetes soak test
as this is already taking more than 2 hours for the kata coco ci
stability.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes
2024-09-11 17:39:06 +00:00
parent c48c6f974e
commit 04d1122a46

View File

@@ -13,7 +13,7 @@ set -x
replicas="${replicas:-8}" replicas="${replicas:-8}"
deployment_name="${deployment_name:-deploymenttest}" deployment_name="${deployment_name:-deploymenttest}"
# How many times will we run the test loop... # How many times will we run the test loop...
iterations="${iterations:-20}" iterations="${iterations:-10}"
function delete_deployment() { function delete_deployment() {
kubectl delete deployment "${deployment_name}" kubectl delete deployment "${deployment_name}"