X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-vpp-verify-nightly.sh;h=cc2b36401b15deb7daf89022961e28d2ca7a8296;hp=38f4eeab9ce837264742f5f6e236e88aad1815e5;hb=07eb18d206e09d3b9915792a8f6c475bb01e255a;hpb=89ba5533d38034f32b6213c8250f842f0bb7c573 diff --git a/bootstrap-vpp-verify-nightly.sh b/bootstrap-vpp-verify-nightly.sh index 38f4eeab9c..cc2b36401b 100644 --- a/bootstrap-vpp-verify-nightly.sh +++ b/bootstrap-vpp-verify-nightly.sh @@ -55,7 +55,10 @@ else # Download the latest VPP build install packages rm -f *.${PACKAGE} echo Downloading VPP packages... - bash ${SCRIPT_DIR}/resources/tools/download_install_vpp_pkgs.sh --skip-install + source "${SCRIPT_DIR}/resources/libraries/bash/function/artifacts.sh" + download_artifacts + # Need to revert -euo as the rest of script is not optimized for this. + set +euo pipefail fi # Take vpp package and get the vpp version