From 87c7140dbe6d9ec9a2e65d10e573926c1b74e04e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Mon, 18 Sep 2023 13:37:24 +0200 Subject: [PATCH] nydus: Skip tests on dragonball for now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is needed to workaround the following issue: https://github.com/kata-containers/tests/issues/5771 dragomball maintainers will help us to get this back in place later on. Signed-off-by: Fabiano FidĂȘncio (cherry picked from commit 62afa00a666a9539a20feb7cf82881285076ca0a) --- integration/nydus/nydus_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/nydus/nydus_tests.sh b/integration/nydus/nydus_tests.sh index d92201433..92523d1a7 100755 --- a/integration/nydus/nydus_tests.sh +++ b/integration/nydus/nydus_tests.sh @@ -30,8 +30,8 @@ containerd_config_backup="/tmp/containerd.config.toml" # test image for container IMAGE="${IMAGE:-ghcr.io/dragonflyoss/image-service/alpine:nydus-latest}" -if [ "$KATA_HYPERVISOR" != "qemu" ] && [ "$KATA_HYPERVISOR" != "cloud-hypervisor" ] && [ "$KATA_HYPERVISOR" != "dragonball" ]; then - echo "Skip nydus test for $KATA_HYPERVISOR, it only works for QEMU/CLH/DB now." +if [ "$KATA_HYPERVISOR" != "qemu" ] && [ "$KATA_HYPERVISOR" != "cloud-hypervisor" ]; then + echo "Skip nydus test for $KATA_HYPERVISOR, it only works for QEMU/CLH. now." exit 0 fi