X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-verify-perf.sh;h=4dc0c7e2ea61625f103a5e66f7c7cb415f0e3fac;hp=c6619f9ea9dc2eb6971ce8a9de91aff7c5061eaf;hb=395e7f8966681dbc84158af908e2f1d33fe99cc8;hpb=2059511d5d9d6c89c3dea852ac77e470d7f49265 diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index c6619f9ea9..4dc0c7e2ea 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -26,7 +26,7 @@ VPP_REPO_URL="https://nexus.fd.io/content/repositories/fd.io.master.ubuntu.trust RESERVATION_DIR="/tmp/reservation_dir" INSTALLATION_DIR="/tmp/install_dir" -PYBOT_ARGS="--noncritical MULTI_THREAD" +PYBOT_ARGS="-W 150 --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