From: sharath Date: Wed, 6 Jun 2018 16:15:16 +0000 (+0530) Subject: adding the DMM download step X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=8a334ca43a8a5c4fb901c162d6b953fbbad70543;p=ci-management.git adding the DMM download step Change-Id: I707afff64be5457233bfa87d47d13dc8df4e3a6a Signed-off-by: sharath --- diff --git a/jjb/csit/include-raw-csit-dmm-functional-virl.sh b/jjb/csit/include-raw-csit-dmm-functional-virl.sh index f2bef39c7..43fb02572 100644 --- a/jjb/csit/include-raw-csit-dmm-functional-virl.sh +++ b/jjb/csit/include-raw-csit-dmm-functional-virl.sh @@ -14,6 +14,15 @@ set -xeu -o pipefail +# Clone dmm and start tests +git clone https://gerrit.fd.io/r/dmm + +# If the git clone fails, complain clearly and exit +if [ $? != 0 ]; then + echo "Failed to run: git clone https://gerrit.fd.io/r/dmm" + exit 1 +fi + # execute DMM bootstrap script if it exists if [ -e bootstrap-DMM.sh ] then