summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xci/daily.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/daily.sh b/ci/daily.sh
index e27ce37..f26d96e 100755
--- a/ci/daily.sh
+++ b/ci/daily.sh
@@ -19,6 +19,8 @@ then
sudo rm -rf $WORKSPACE/ci/job
fi
+git clone --depth 1 https://gerrit.opnfv.org/gerrit/releng ci/job/releng
+
virtualenv $WORKSPACE/ci/job/storperf_daily_venv
source $WORKSPACE/ci/job/storperf_daily_venv/bin/activate
@@ -123,4 +125,6 @@ done
echo "Deleting stack for cleanup"
curl -X DELETE --header 'Accept: application/json' 'http://127.0.0.1:5000/api/v1.0/configurations'
+sudo chmod 777 -R $WORKSPACE/ci/job/carbon
+
exit 0