diff options
author | Tibor Frank <tifrank@cisco.com> | 2017-04-24 08:38:08 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2017-04-24 14:17:57 +0000 |
commit | d3eee64efbfbdc3bdfc86433341ad08c874407b4 (patch) | |
tree | aa7a62e4bb3f2e15072e0a29c2159c901ee8b4d2 | |
parent | e0ea58b5148f39ea428eb60186b279390058ffe8 (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-x | bootstrap-verify-perf.sh | 4 |
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... |