diff options
author | C.J. Collier <cjcollier@linuxfoundation.org> | 2016-06-16 21:30:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2016-06-16 21:30:29 +0000 |
commit | 038a4055323e334306c1f68808697caf260fd699 (patch) | |
tree | 34793d838880c2f86f0a38acef2a24a776ad6566 | |
parent | 94a021b71266d451fcca9f7132e68c73b20140c4 (diff) | |
parent | 2ced71e7075a6daf47155f8f9fb352180df11bba (diff) |
Merge "FIX: Get CSIT branch from build-root/scripts/csit-test-branch"
-rw-r--r-- | jjb/vpp/include-raw-vpp-csit-verify-perf.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 : |