autobuild: disable scan-build on DPDK
There is no need to perform scan-build on DPDK, as changes there are outside of SPDK repository. This prepares for next change in series that updates submodule to DPDK 20.05, with it own set of failures to address. Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: Iedb143c81339f0d33fec9a5cb58b48e2651b0a4f Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3522 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
e63845a6df
commit
bc803d6bcc
@ -14,7 +14,7 @@ source "$1"
|
||||
source "$rootdir/test/common/autotest_common.sh"
|
||||
|
||||
out=$output_dir
|
||||
scanbuild="scan-build -o $output_dir/scan-build-tmp --status-bugs"
|
||||
scanbuild="scan-build -o $output_dir/scan-build-tmp --exclude $rootdir/dpdk/ --status-bugs"
|
||||
config_params=$(get_config_params)
|
||||
|
||||
trap '[[ -d $SPDK_WORKSPACE ]] && rm -rf "$SPDK_WORKSPACE"' 0
|
||||
|
Loading…
Reference in New Issue
Block a user