mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 03:42:09 +00:00
Merge pull request #10289 from GabyCT/topic/enablestresst
tests: Enable stressng k8s stability test for Kata CoCo CI
This commit is contained in:
commit
095c5ed961
@ -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() {
|
||||
|
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user