CI: make CI work for dragonball to test stability and cri-containerd

It needs to remove the skip setting, and make it work for dragonball.

Fixes: #8746

Signed-off-by: alex.lyn <alex.lyn@antgroup.com>
This commit is contained in:
alex.lyn 2024-01-05 14:15:45 +08:00
parent 192c6ee9c3
commit cd59d31a15
2 changed files with 0 additions and 10 deletions

View File

@ -61,11 +61,6 @@ function run() {
enabling_hypervisor
if [ "${KATA_HYPERVISOR}" = "dragonball" ]; then
echo "Skipping test for ${KATA_HYPERVISOR}"
return 0
fi
bash -c ${cri_containerd_dir}/integration-tests.sh
}

View File

@ -32,11 +32,6 @@ function install_dependencies() {
function run() {
info "Running soak parallel stability tests using ${KATA_HYPERVISOR} hypervisor"
if [ "${KATA_HYPERVISOR}" = "dragonball" ]; then
echo "Skipping test for ${KATA_HYPERVISOR}"
return 0
fi
export ITERATIONS=2 MAX_CONTAINERS=20
bash "${stability_dir}/soak_parallel_rm.sh"