X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-verify-perf.sh;h=52dafd3a7fbd3a20e97d728d785fc6048b4ca752;hp=5ea4277236b5094dfeceade195dc8c2af3f3a860;hb=4f5f136f8d445c60db38c9f59622f379f04ff3bb;hpb=5366e62fe11d587e67f7420ed86ceeb57ec4569e diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index 5ea4277236..52dafd3a7f 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -20,13 +20,13 @@ TOPOLOGIES="topologies/available/lf_testbed1-X710-X520.yaml \ topologies/available/lf_testbed3-X710-X520.yaml" VPP_STABLE_VER="16.09-rc0~85-gc71c426~b252_amd64" -VPP_REPO_URL="https://nexus.fd.io/content/repositories/fd.io.master.ubuntu.trusty.main/io/vpp/" +VPP_REPO_URL="https://nexus.fd.io/content/repositories/fd.io.master.ubuntu.trusty.main/io/fd/vpp/" # Reservation dir RESERVATION_DIR="/tmp/reservation_dir" INSTALLATION_DIR="/tmp/install_dir" -PYBOT_ARGS="--noncritical MULTI_THREAD" +PYBOT_ARGS="--noncritical PERFTEST" ARCHIVE_ARTIFACTS=(log.html output.xml report.html output_perf_data.xml) @@ -43,7 +43,6 @@ then wget -q "${VPP_REPO_URL}/vpp-dpdk-dkms/${VPP_STABLE_VER}/vpp-dpdk-dkms-${VPP_STABLE_VER}.deb" || exit wget -q "${VPP_REPO_URL}/vpp-lib/${VPP_STABLE_VER}/vpp-lib-${VPP_STABLE_VER}.deb" || exit VPP_DEBS="$( readlink -f *.deb | tr '\n' ' ' )" - PYBOT_ARGS="${PYBOT_ARGS} --exitonfailure" cd .. # If we run this script from vpp project we want to use local build