Merge pull request #10237 from GabyCT/topic/k8soakcoco

tests: Enable k8s soak stability test for Kata CoCo CI
This commit is contained in:
GabyCT 2024-09-05 09:56:48 -06:00 committed by GitHub
commit deb6d12ff6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -105,7 +105,7 @@ jobs:
run: bash tests/integration/kubernetes/gha-run.sh install-kbs-client
- name: Run stability tests
timeout-minutes: 100
timeout-minutes: 300
run: bash tests/stability/gha-stability-run.sh run-tests
- name: Delete AKS cluster

View File

@ -16,6 +16,9 @@ source "${stability_dir}/../metrics/lib/common.bash"
function run_tests() {
info "Running scability test using ${KATA_HYPERVISOR} hypervisor"
bash "${stability_dir}/kubernetes_stability.sh"
info "Running soak stability test using ${KATA_HYPERVISOR} hypervisor"
bash "${stability_dir}/kubernetes_soak_test.sh"
}
function main() {