diff options
author | Miroslav Miklus <mmiklus@cisco.com> | 2016-08-09 09:50:56 +0200 |
---|---|---|
committer | Miroslav Miklus <mmiklus@cisco.com> | 2016-08-09 09:50:56 +0200 |
commit | 79191b057fe2f8829753c0a51cf33bf7aeeac5ac (patch) | |
tree | 05a260130b1e492db0ac56333f025c7dbee6976f /bootstrap-verify-perf.sh | |
parent | 147ce6e1ab9e6f557172d05aa0c09d44a34b0fdc (diff) |
Make all perf tests CRITICAL
Change-Id: Ib337f7d27d8364a057eabbeda5fd9c887e48e2b7
Signed-off-by: Miroslav Miklus <mmiklus@cisco.com>
Diffstat (limited to 'bootstrap-verify-perf.sh')
-rwxr-xr-x | bootstrap-verify-perf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index 826faaa294..df37c0e144 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -28,7 +28,7 @@ VPP_REPO_URL=$(cat ${SCRIPT_DIR}/VPP_REPO_URL) RESERVATION_DIR="/tmp/reservation_dir" INSTALLATION_DIR="/tmp/install_dir" -PYBOT_ARGS="-W 150 --noncritical PERFTEST" +PYBOT_ARGS="-W 150" ARCHIVE_ARTIFACTS=(log.html output.xml report.html output_perf_data.xml) |