test/packaging: Move tests out of nightly
Packaging tests will be done under a separate docker job, hence there will be plenty of time to run them together. Keep DPDK-related builds in nightly as they are quite sensitive to any changes (especially API related), hence not very fit for per-patch testing. Signed-off-by: Michal Berger <michal.berger@intel.com> Change-Id: Ia1af5b0e86a503f540c32d2e030088d8a24f8847 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16046 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Pawel Piatek <pawelx.piatek@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
6a4b678402
commit
095f40630e
@ -97,12 +97,14 @@ build_shared_native_dpdk_rpm() {
|
||||
}
|
||||
|
||||
run_test "build_shared_rpm" build_shared_rpm
|
||||
run_test "build_rpm_from_gen_spec" build_rpm_from_gen_spec
|
||||
|
||||
if ((RUN_NIGHTLY == 1)); then
|
||||
run_test "build_shared_rpm_with_rpmed_dpdk" build_rpm_with_rpmed_dpdk
|
||||
run_test "build_rpm_from_gen_spec" build_rpm_from_gen_spec
|
||||
if [[ -n $SPDK_TEST_NATIVE_DPDK ]]; then
|
||||
run_test "build_shared_native_dpdk_rpm" build_shared_native_dpdk_rpm
|
||||
fi
|
||||
fi
|
||||
|
||||
if [[ -n $SPDK_TEST_NATIVE_DPDK ]]; then
|
||||
run_test "build_shared_native_dpdk_rpm" build_shared_native_dpdk_rpm
|
||||
fi
|
||||
|
||||
rm -rf "$builddir"
|
||||
|
Loading…
Reference in New Issue
Block a user