mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-20 16:27:52 +00:00
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:
@@ -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}"
|
||||||
|
Reference in New Issue
Block a user