X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-vpp-verify-nightly.sh;h=927eca83f0c74a915eae367d56a8eb459b426b93;hp=38f4eeab9ce837264742f5f6e236e88aad1815e5;hb=bf05994fbf8308bb2482c494a2b28949837fcc6f;hpb=859157b5db45927c7b4bb0b2d575e68805777a86 diff --git a/bootstrap-vpp-verify-nightly.sh b/bootstrap-vpp-verify-nightly.sh index 38f4eeab9c..927eca83f0 100644 --- a/bootstrap-vpp-verify-nightly.sh +++ b/bootstrap-vpp-verify-nightly.sh @@ -35,7 +35,7 @@ LOG_PATH="$TMPDIR" if [ -f "/etc/redhat-release" ]; then DISTRO="CENTOS" - sudo yum install -y python-devel python-virtualenv + sudo yum install -y python-devel python-virtualenv openssh-clients sshpass PACKAGE=rpm else DISTRO="UBUNTU" @@ -55,7 +55,11 @@ 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 + CSIT_DIR=${SCRIPT_DIR} + 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