+10
−1
Loading
Commit below introduced nullglob to autotest: (4641aa53)test/common: Provide {ext,null}glob by default in autotest suite Without change in this commit, this resulted in not properly excluding tags that end with "-pre". This resulted in comparing against pre-release SPDK version. Since that version didn't yet have spdk-abi XML files for comparison, and sanity check were missing in confirm_abi_deps() were missing. All shared files comparison was skipped. This commit accomplishes the following: - Correctly excludes SPDK tags with "-pre" - Checks if spdk-abi contains the directory for relevant SPDK version - Checks if any shared objects were processed Signed-off-by:Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reported-by:
Jacek Kalwas <jacek.kalwas@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/20074 (master) (cherry picked from commit 650b8a2e) Change-Id: I43036662e23743ceba4b340386cd0195c7143ffd Signed-off-by:
Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/20132 Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com>