X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-vpp-verify-weekly.sh;h=550c191fad0157f2b5eba23e250658173224abd9;hp=55fcfff233fbe1f26bf9c569b5256dc62b1d3d13;hb=ee89fd7257288816b1c98b239f438d452764a0de;hpb=afc1a21d4d7d15dc9e82205823ae315f0684493e diff --git a/bootstrap-vpp-verify-weekly.sh b/bootstrap-vpp-verify-weekly.sh index 55fcfff233..550c191fad 100644 --- a/bootstrap-vpp-verify-weekly.sh +++ b/bootstrap-vpp-verify-weekly.sh @@ -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