Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 87c7140

Browse files
committed
nydus: Skip tests on dragonball for now
This is needed to workaround the following issue: #5771 dragomball maintainers will help us to get this back in place later on. Signed-off-by: Fabiano Fidêncio <[email protected]> (cherry picked from commit 62afa00)
1 parent ce4018a commit 87c7140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration/nydus/nydus_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ containerd_config_backup="/tmp/containerd.config.toml"
3030
# test image for container
3131
IMAGE="${IMAGE:-ghcr.io/dragonflyoss/image-service/alpine:nydus-latest}"
3232

33-
if [ "$KATA_HYPERVISOR" != "qemu" ] && [ "$KATA_HYPERVISOR" != "cloud-hypervisor" ] && [ "$KATA_HYPERVISOR" != "dragonball" ]; then
34-
echo "Skip nydus test for $KATA_HYPERVISOR, it only works for QEMU/CLH/DB now."
33+
if [ "$KATA_HYPERVISOR" != "qemu" ] && [ "$KATA_HYPERVISOR" != "cloud-hypervisor" ]; then
34+
echo "Skip nydus test for $KATA_HYPERVISOR, it only works for QEMU/CLH. now."
3535
exit 0
3636
fi
3737

0 commit comments

Comments
 (0)