X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-verify-perf.sh;h=26ec3f53d5a2b40ab974f4583486bf1c46ae01f0;hp=739cda45e7efdcf61cab7596450fd6bb4ffaea2b;hb=ad36fe000f7f28bd95bdb51908bbe9e59f8753eb;hpb=0cc103deccef35abe1b181d262bf44bd2d5e0d35 diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index 739cda45e7..26ec3f53d5 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -16,14 +16,14 @@ set -x # Space separated list of available testbeds, described by topology files TOPOLOGIES="topologies/available/lf_testbed2-710-520.yaml" -VPP_STABLE_VER="1.0.0-304~gd530445_amd64" +VPP_STABLE_VER="1.0.0-369~g106f0ed_amd64" VPP_REPO_URL="https://nexus.fd.io/service/local/repositories/fd.io.dev/content/io/fd/vpp" # Reservation dir RESERVATION_DIR="/tmp/reservation_dir" INSTALLATION_DIR="/tmp/install_dir" -PYBOT_ARGS="" +PYBOT_ARGS="--noncritical MULTI_THREAD" # If we run this script from CSIT jobs we want to use stable vpp version if [[ ${JOB_NAME} == csit-* ]] ; @@ -82,8 +82,8 @@ while :; do break fi - # Wait 10 - 30 sec. before next try - SLEEP_TIME=$[ ( $RANDOM % 20 ) + 10 ]s + # Wait ~3minutes before next try + SLEEP_TIME=$[ ( $RANDOM % 20 ) + 180 ]s echo "Sleeping ${SLEEP_TIME}" sleep ${SLEEP_TIME} done