diff options
author | Peter Mikus <pmikus@cisco.com> | 2017-06-28 17:47:05 +0000 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2017-07-03 17:32:39 +0000 |
commit | 9e8d4d47cc09daa4bf44103d3f1e32206ff55556 (patch) | |
tree | d86f2f404ac9a49ff83a639c155ef51db050f92d /bootstrap.sh | |
parent | 40027c1ecab6eb998d3ffd5294683c2f384422ec (diff) |
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 <pmikus@cisco.com>
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 4 |
1 files changed, 0 insertions, 4 deletions
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 |