From: Vratko Polak Date: Tue, 7 Jan 2020 11:44:19 +0000 (+0100) Subject: Remove leftovers related to Xenial X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=aa5f30a291cc6781cf7071118d1179d201df75b2;ds=sidebyside Remove leftovers related to Xenial + File VPP_STABLE_VER_UBUNTU. + Subtree docs/report/vpp_functional_tests/. Change-Id: Ifd9dd922152199de9f1352da709b1533d6c15aba Signed-off-by: Vratko Polak --- diff --git a/VPP_STABLE_VER_UBUNTU b/VPP_STABLE_VER_UBUNTU deleted file mode 100644 index 03a904cb60..0000000000 --- a/VPP_STABLE_VER_UBUNTU +++ /dev/null @@ -1 +0,0 @@ -20.01-rc0~453-g349cd1a~b8252 diff --git a/resources/libraries/bash/function/gather.sh b/resources/libraries/bash/function/gather.sh index 0bef2923a0..b2c298b62f 100644 --- a/resources/libraries/bash/function/gather.sh +++ b/resources/libraries/bash/function/gather.sh @@ -123,7 +123,7 @@ function gather_vpp () { # Files read: # - ${CSIT_DIR}/DPDK_STABLE_VER - DPDK version to use # by csit-vpp not-timed jobs. - # - ${CSIT_DIR}/VPP_STABLE_VER_UBUNTU - Ubuntu VPP version to usee. + # - ${CSIT_DIR}/${VPP_VER_FILE} - Ubuntu VPP version to use. # - ../*vpp*.deb|rpm - Relative to ${DOWNLOAD_DIR}, copied for vpp-csit jobs. # Directories updated: # - ${DOWNLOAD_DIR}, vpp-*.deb files are copied here for vpp-csit jobs.