Merge pull request #10289 from GabyCT/topic/enablestresst

tests: Enable stressng k8s stability test for Kata CoCo CI
This commit is contained in:
GabyCT 2024-09-11 10:47:33 -07:00 committed by GitHub
commit 095c5ed961
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -19,6 +19,9 @@ function run_tests() {
info "Running soak stability test using ${KATA_HYPERVISOR} hypervisor"
bash "${stability_dir}/kubernetes_soak_test.sh"
info "Running stressng stability test using ${KATA_HYPERVISOR} hypervisor"
bash "${stability_dir}/kubernetes_stressng.sh"
}
function main() {

View File

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