aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2017-04-24 08:38:08 +0200
committerTibor Frank <tifrank@cisco.com>2017-04-24 14:17:57 +0000
commitd3eee64efbfbdc3bdfc86433341ad08c874407b4 (patch)
treeaa7a62e4bb3f2e15072e0a29c2159c901ee8b4d2
parente0ea58b5148f39ea428eb60186b279390058ffe8 (diff)
Download the latest VPP build for *NIGHTLY and *DAILY jobs
Change-Id: I15755c9fc5f95497c84a20d83c3dabddf53c2225 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit e96838cfbc9a742a7c543a1b88a2d4d2eaf5d08b)
-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...