summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2016-08-30 21:51:33 +0000
committerGerrit Code Review <gerrit@fd.io>2016-08-30 21:51:33 +0000
commit354d0aa7a9c1086b41d4579b9d655368a606abae (patch)
tree5847f6f052a35960d125c410875361672103008c /jjb
parenta5283256c82b4e8c32e257e9572631116952431a (diff)
parent8a8be250a53ea9a9c4898b7d7892a5285efd71a7 (diff)
Merge "CSIT-nighly fix, cleanup failed jobs"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/csit/include-raw-csit-vpp-perf-nightly.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/jjb/csit/include-raw-csit-vpp-perf-nightly.sh b/jjb/csit/include-raw-csit-vpp-perf-nightly.sh
index 71e680386..c3f9e7d9f 100644
--- a/jjb/csit/include-raw-csit-vpp-perf-nightly.sh
+++ b/jjb/csit/include-raw-csit-vpp-perf-nightly.sh
@@ -7,6 +7,11 @@ if [ "$BRANCH_ID" == "" ]; then
BRANCH_ID="master"
fi
+#make sure there is no csit directory
+if [ -d "./csit/" ]; then
+ rm -rf ./csit/
+fi
+
# clone csit
git clone --depth 1 --no-single-branch https://gerrit.fd.io/r/csit