Update vpp stable build used in csit-vpp-verify-weekly jenkins job 44/1144/1
authorJan Gelety <jgelety@cisco.com>
Mon, 16 May 2016 13:35:29 +0000 (15:35 +0200)
committerJan Gelety <jgelety@cisco.com>
Mon, 16 May 2016 13:35:29 +0000 (15:35 +0200)
- vpp build version updated to release 1.0.0-451~g686a5a5_amd64

Change-Id: Ic7d177d72a6d50c083d5b9733c8f63298eebd7c6
Signed-off-by: Jan Gelety <jgelety@cisco.com>
bootstrap-vpp-verify-weekly.sh

index 55fcfff..550c191 100644 (file)
@@ -69,7 +69,7 @@ if [ "${#}" -ne "0" ]; then
     arr=(${@})
     echo ${arr[0]}
 else
-    VPP_STABLE_VER="1.0.0-437~g8f15e92_amd64"
+    VPP_STABLE_VER="1.0.0-451~g686a5a5_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