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 <michalx.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4513 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Mellanox Build Bot
This commit is contained in:
parent
864e8fed8f
commit
ed0c738216
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user