From ed0c7382163d395d9a1b266c40730c70bb224fa0 Mon Sep 17 00:00:00 2001 From: Michal Berger Date: Fri, 2 Oct 2020 16:17:10 +0200 Subject: [PATCH] pkgdep/git: Align refspdk config Recent changes regarding CUSE and BLOBFS tests have not been reflected in config used for buidling refspdk and the one created by vm_setup.sh. See https://review.spdk.io/gerrit/c/spdk/spdk/+/3747 for details. Also, add SPDK_TEST_URING since it's used by CI as well but missing from config generated by the SPDK tooling. Change-Id: I59f8e6521094765190f7f30dc923b185c6be9ebf Signed-off-by: Michal Berger Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4513 Tested-by: SPDK CI Jenkins Reviewed-by: Tomasz Zawadzki Reviewed-by: Shuhei Matsumoto Reviewed-by: Karol Latecki Reviewed-by: Mellanox Build Bot --- test/common/config/pkgdep/git | 3 +++ test/common/config/vm_setup.sh | 3 +++ 2 files changed, 6 insertions(+) diff --git a/test/common/config/pkgdep/git b/test/common/config/pkgdep/git index 32a8d480e..dbf01bff7 100644 --- a/test/common/config/pkgdep/git +++ b/test/common/config/pkgdep/git @@ -44,6 +44,9 @@ function install_refspdk() { SPDK_TEST_RBD=1 SPDK_RUN_ASAN=1 SPDK_RUN_UBSAN=1 + SPDK_TEST_NVME_CUSE=1 + SPDK_TEST_BLOBFS=1 + SPDK_TEST_URING=1 EOF mkdir -p $HOME/output diff --git a/test/common/config/vm_setup.sh b/test/common/config/vm_setup.sh index a7b2e5608..d920790f0 100755 --- a/test/common/config/vm_setup.sh +++ b/test/common/config/vm_setup.sh @@ -190,6 +190,9 @@ SPDK_TEST_BLOBFS=1 SPDK_TEST_PMDK=1 SPDK_TEST_LVOL=1 SPDK_TEST_JSON=1 +SPDK_TEST_NVME_CUSE=1 +SPDK_TEST_BLOBFS=1 +SPDK_TEST_URING=1 SPDK_RUN_ASAN=1 SPDK_RUN_UBSAN=1 # doesn't work on vm