mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-16 16:32:03 +00:00
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:
parent
192c6ee9c3
commit
cd59d31a15
@ -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
|
||||
}
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user