From 95f747aef0e63282982ffa8be172bc18383c6585 Mon Sep 17 00:00:00 2001 From: Karol Latecki Date: Thu, 28 Apr 2022 07:54:14 +0200 Subject: [PATCH] autobuild: skip DAOS modules Allow DAOS modules to be not built during scanbuild test. The CI systems which do the autobuild & scanbuild tests are DAOS development packages necessary to build "--with-daos" are not available for Fedora systems which are used to run build tests. Signed-off-by: Karol Latecki Change-Id: I3e01413a64d55dae2a0d77c3bf5fa9ed23c7ad87 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12408 Community-CI: Broadcom CI Tested-by: SPDK CI Jenkins Reviewed-by: Jim Harris Reviewed-by: Tomasz Zawadzki --- test/common/skipped_build_files.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/common/skipped_build_files.txt b/test/common/skipped_build_files.txt index c3b1287d4..f18f700ee 100644 --- a/test/common/skipped_build_files.txt +++ b/test/common/skipped_build_files.txt @@ -45,3 +45,8 @@ test/external_code/nvme/identify # This file requires some additional work in CI and test scripts before it can # be part of autotest. test/app/fuzz/llvm_nvme_fuzz/llvm_nvme_fuzz + +# Disable DAOS. Development libraries are not available for Fedora which is +# used for the main build and scanbuild tests. +module/bdev/daos/bdev_daos +module/bdev/daos/bdev_daos_rpc