From: Tibor Frank Date: Mon, 24 Apr 2017 06:38:08 +0000 (+0200) Subject: Download the latest VPP build for *NIGHTLY and *DAILY jobs X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=e96838cfbc9a742a7c543a1b88a2d4d2eaf5d08b Download the latest VPP build for *NIGHTLY and *DAILY jobs Change-Id: I15755c9fc5f95497c84a20d83c3dabddf53c2225 Signed-off-by: Tibor Frank --- 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...