From: Miroslav Miklus Date: Mon, 27 Jun 2016 15:13:30 +0000 (+0200) Subject: Mark all PERF tests as noncritical X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=8fed5e8f14c3a9f555afc58cdbf2c254bc5481d1;p=csit.git Mark all PERF tests as noncritical JIRA: CSIT-118 Change-Id: I62aeb28fff346619477f5eea6f6fc03ebe5912bb Signed-off-by: Miroslav Miklus --- diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index 7e8449be50..77e1aba52d 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.stable.1606.ubuntu. 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