Skip to content

Commit

Permalink
nydus: Skip tests on dragonball for now
Browse files Browse the repository at this point in the history
This is needed to workaround the following issue:
kata-containers#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)
  • Loading branch information
fidencio committed Sep 19, 2023
1 parent ce4018a commit 87c7140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/nydus/nydus_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 87c7140

Please sign in to comment.