diff options
author | Miroslav Miklus <mmiklus@cisco.com> | 2016-07-12 15:14:40 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2016-07-15 06:31:22 +0000 |
commit | 967784b8733f6d4072207309bd45738051af2ed8 (patch) | |
tree | f802bf289f1e4f9e33ba5cf591d05ac3ba5e1573 /bootstrap-verify-perf.sh | |
parent | cee993932735cf79621e66ded755e7ef2a6e03ca (diff) |
CSIT-106 Introduced SKIP_PATCH tag in perf suite
This patch introduces SKIP_PATCH tag for the performance suitee and
reduce number of executed Long* test cases fo the verify jobs. This
patch should save approximately 20 minutes for each perf Long suite
(30min. -> 10min.).
Change-Id: Ia4765ab925a1aecdd8834f56049cdf1e2b36b12a
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 4dc0c7e2ea..b17883f522 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="-W 150 --noncritical PERFTEST" +PYBOT_ARGS="-W 150 --noncritical PERFTEST --exclude SKIP_PATCH" ARCHIVE_ARTIFACTS=(log.html output.xml report.html output_perf_data.xml) |