From 832cfb291335e8b97e5119d41fdec7be255f301a Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Tue, 10 May 2016 23:34:15 +0200 Subject: [PATCH] CIMANAGE-5: update bootstrap for csit-vpp-verify-weekly job - file rename - usage of vpp-verified build Change-Id: I61b7ef4121d02149cf5b24514176b375e660b2ae Signed-off-by: Jan Gelety --- bootstrap-verify-master.sh => bootstrap-vpp-verify-weekly.sh | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) rename bootstrap-verify-master.sh => bootstrap-vpp-verify-weekly.sh (88%) mode change 100755 => 100644 diff --git a/bootstrap-verify-master.sh b/bootstrap-vpp-verify-weekly.sh old mode 100755 new mode 100644 similarity index 88% rename from bootstrap-verify-master.sh rename to bootstrap-vpp-verify-weekly.sh index c09ce7b060..55fcfff233 --- a/bootstrap-verify-master.sh +++ b/bootstrap-vpp-verify-weekly.sh @@ -64,14 +64,19 @@ EOF chmod 600 priv_key # Temporarily download VPP packages from nexus.fd.io - rm -f *.deb if [ "${#}" -ne "0" ]; then arr=(${@}) echo ${arr[0]} else - # Download the latest VPP build .deb install packages - bash ./resources/tools/download_install_vpp_pkgs.sh --skip-install + VPP_STABLE_VER="1.0.0-437~g8f15e92_amd64" + VPP_REPO_URL="https://nexus.fd.io/service/local/repositories/fd.io.dev/content/io/fd/vpp" + wget -q "${VPP_REPO_URL}/vpp/${VPP_STABLE_VER}/vpp-${VPP_STABLE_VER}.deb" || exit + wget -q "${VPP_REPO_URL}/vpp-dbg/${VPP_STABLE_VER}/vpp-dbg-${VPP_STABLE_VER}.deb" || exit + wget -q "${VPP_REPO_URL}/vpp-dev/${VPP_STABLE_VER}/vpp-dev-${VPP_STABLE_VER}.deb" || exit + wget -q "${VPP_REPO_URL}/vpp-dpdk-dev/${VPP_STABLE_VER}/vpp-dpdk-dev-${VPP_STABLE_VER}.deb" || exit + wget -q "${VPP_REPO_URL}/vpp-dpdk-dkms/${VPP_STABLE_VER}/vpp-dpdk-dkms-${VPP_STABLE_VER}.deb" || exit + wget -q "${VPP_REPO_URL}/vpp-lib/${VPP_STABLE_VER}/vpp-lib-${VPP_STABLE_VER}.deb" || exit fi VPP_DEBS=(*.deb) -- 2.16.6