From 2f070beb79c6321292fd85b581a0751a3314218e Mon Sep 17 00:00:00 2001 From: Tomasz Kulasek Date: Fri, 26 Jul 2019 16:29:11 +0200 Subject: [PATCH] net/vpp: set vpp to last official release v19.04.2 Before this patch scripts/docs based on tip of 19.04 VPP stable branch, because VPP 19.04.2 was not yet released at the time of implementation merge. Now that VPP 19.04.2 was released, we change to actual release tag. In order to prevent using untested commit, if new patches were to be merged on top of VPP 19.04 stable branch. Change-Id: Id3584a13c48eba25b061ae7a6fc51e477a6425c5 Signed-off-by: Tomasz Kulasek Signed-off-by: Tomasz Zawadzki Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/463328 Reviewed-by: Jim Harris Reviewed-by: Ben Walker Tested-by: SPDK CI Jenkins --- doc/vpp_integration.md | 2 +- test/common/config/vm_setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/vpp_integration.md b/doc/vpp_integration.md index f2a4337df..36b864e7a 100644 --- a/doc/vpp_integration.md +++ b/doc/vpp_integration.md @@ -16,7 +16,7 @@ VPP [Quick Start Guide](https://wiki.fd.io/view/VPP). Clone and checkout VPP ~~~ git clone https://gerrit.fd.io/r/vpp && cd vpp -git checkout stable/1904 +git checkout v19.04.2 ~~~ Install VPP build dependencies diff --git a/test/common/config/vm_setup.sh b/test/common/config/vm_setup.sh index 2f5b45427..8567e06c9 100755 --- a/test/common/config/vm_setup.sh +++ b/test/common/config/vm_setup.sh @@ -237,7 +237,7 @@ function install_vpp() fi else git clone "${GIT_REPO_VPP}" - git -C ./vpp checkout stable/1904 + git -C ./vpp checkout v19.04.2 if [ "${OSID}" == 'fedora' ]; then if [ ${OSVERSION} -eq 29 ]; then