From e96838cfbc9a742a7c543a1b88a2d4d2eaf5d08b Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 24 Apr 2017 08:38:08 +0200 Subject: [PATCH] Download the latest VPP build for *NIGHTLY and *DAILY jobs Change-Id: I15755c9fc5f95497c84a20d83c3dabddf53c2225 Signed-off-by: Tibor Frank --- bootstrap-verify-perf.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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... -- 2.16.6