From: Miroslav Miklus Date: Thu, 16 Jun 2016 14:47:34 +0000 (+0200) Subject: FIX: Get CSIT branch from build-root/scripts/csit-test-branch X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F99%2F1599%2F1;p=ci-management.git FIX: Get CSIT branch from build-root/scripts/csit-test-branch JIRA: CSIT-167 Change-Id: I1a1d2cfd696228ec8558ba0a81c31d4c9d2c09b1 Signed-off-by: Miroslav Miklus --- diff --git a/jjb/vpp/include-raw-vpp-csit-verify-perf.sh b/jjb/vpp/include-raw-vpp-csit-verify-perf.sh index a31426000..965ded9bd 100644 --- a/jjb/vpp/include-raw-vpp-csit-verify-perf.sh +++ b/jjb/vpp/include-raw-vpp-csit-verify-perf.sh @@ -10,7 +10,7 @@ if [ -x build-root/scripts/csit-test-branch ]; then fi # Clone csit and start tests -git clone --depth 1 https://gerrit.fd.io/r/csit --branch csit-verified +git clone --depth 1 https://gerrit.fd.io/r/csit --branch ${CSIT_BRANCH:-csit-verified} # If the git clone fails, complain clearly and exit if [ $? != 0 ]; then @@ -33,4 +33,4 @@ chmod +x bootstrap-verify-perf.sh # run the script ./bootstrap-verify-perf.sh *.deb -# vim: ts=4 ts=4 sts=4 et : \ No newline at end of file +# vim: ts=4 ts=4 sts=4 et :