diff options
author | Miroslav Miklus <mmiklus@cisco.com> | 2016-06-27 17:13:30 +0200 |
---|---|---|
committer | Miroslav Miklus <mmiklus@cisco.com> | 2016-06-27 15:15:00 +0000 |
commit | 1689b0781206d874fd2b664cdd7d770f1e3932c8 (patch) | |
tree | 5edb4beaf65153bcc70229672e0fcd74c7da5dee /bootstrap-verify-perf.sh | |
parent | fb89006393f5816b46acbefa0453777c5cbfb528 (diff) |
Mark all PERF tests as noncritical
JIRA: CSIT-118
Change-Id: I62aeb28fff346619477f5eea6f6fc03ebe5912bb
Signed-off-by: Miroslav Miklus <mmiklus@cisco.com>
Diffstat (limited to 'bootstrap-verify-perf.sh')
-rwxr-xr-x | bootstrap-verify-perf.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index c6619f9ea9..52dafd3a7f 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="--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 |