From 9e8d4d47cc09daa4bf44103d3f1e32206ff55556 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Wed, 28 Jun 2017 17:47:05 +0000 Subject: [PATCH] Remove DPDK package download from vpp-csit* jobs Remove downloading if DPDK package from Nexus if the job is vpp-csit*. Change-Id: I37aada67c4334433618e122676fd1f50591b6742 Signed-off-by: Peter Mikus --- bootstrap-verify-perf.sh | 6 ------ bootstrap.sh | 4 ---- 2 files changed, 10 deletions(-) diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index a9f8057955..929c5382da 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -71,12 +71,6 @@ then VPP_DEBS="$( readlink -f $@ | tr '\n' ' ' )" # Take vpp package and get the vpp version VPP_STABLE_VER="$( expr match $1 'vpp-\(.*\)-deb.deb' )" - # Download DPDK parts not included in dpdk plugin of vpp build - DPDK_STABLE_VER=$(cat ${SCRIPT_DIR}/DPDK_STABLE_VER)_amd64 - VPP_REPO_URL=$(cat ${SCRIPT_DIR}/VPP_REPO_URL_UBUNTU) - VPP_CLASSIFIER="-deb" - wget -q "${VPP_REPO_URL}/vpp-dpdk-dkms/${DPDK_STABLE_VER}/vpp-dpdk-dkms-${DPDK_STABLE_VER}${VPP_CLASSIFIER}.deb" || exit - VPP_DEBS+=($( readlink -f vpp-dpdk-dkms-${DPDK_STABLE_VER}${VPP_CLASSIFIER}.deb )) else echo "Unable to identify job type based on JOB_NAME variable: ${JOB_NAME}" exit 1 diff --git a/bootstrap.sh b/bootstrap.sh index e3d80e7d56..54d6ff7ba3 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -195,10 +195,6 @@ if [ "${#}" -ne "0" ]; then arr=(${@}) echo ${arr[0]} SKIP_PATCH="skip_patchORskip_vpp_patch" - # Download DPDK parts not included in dpdk plugin of vpp build - for ARTIFACT in ${DPDK_ARTIFACTS}; do - wget -q "${VPP_REPO_URL}/${ARTIFACT}/${DPDK_STABLE_VER}/${ARTIFACT}-${DPDK_STABLE_VER}${VPP_CLASSIFIER}.${PACKAGE}" || exit - done else rm -f *.${PACKAGE} for ARTIFACT in ${DPDK_ARTIFACTS}; do -- 2.16.6