aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-verify-perf.sh
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2017-04-24 08:38:08 +0200
committerPeter Mikus <pmikus@cisco.com>2017-04-24 14:03:44 +0000
commite96838cfbc9a742a7c543a1b88a2d4d2eaf5d08b (patch)
treead757f531ffb95c8a9e555ff87c5e0da1cdb6d1d /bootstrap-verify-perf.sh
parent77053a6017391491dcd3a41ca7a9451ab3d5944a (diff)
Download the latest VPP build for *NIGHTLY and *DAILY jobs
Change-Id: I15755c9fc5f95497c84a20d83c3dabddf53c2225 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'bootstrap-verify-perf.sh')
-rwxr-xr-xbootstrap-verify-perf.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh
index c9723d422d..5cc36f3034 100755
--- a/bootstrap-verify-perf.sh
+++ b/bootstrap-verify-perf.sh
@@ -35,7 +35,9 @@ then
mkdir vpp_download
cd vpp_download
- if [[ ${TEST_TAG} == "PERFTEST_NIGHTLY" ]] ;
+ if [[ ${TEST_TAG} == *NIGHTLY ]] || \
+ [[ ${TEST_TAG} == *DAILY ]] || \
+ [[ ${TEST_TAG} == *WEEKLY ]];
then
# Download the latest VPP build .deb install packages
echo Downloading VPP packages...