From 79191b057fe2f8829753c0a51cf33bf7aeeac5ac Mon Sep 17 00:00:00 2001 From: Miroslav Miklus Date: Tue, 9 Aug 2016 09:50:56 +0200 Subject: [PATCH] Make all perf tests CRITICAL Change-Id: Ib337f7d27d8364a057eabbeda5fd9c887e48e2b7 Signed-off-by: Miroslav Miklus --- bootstrap-verify-perf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.16.6