From 746fe3371b6b04a53857c7167d398725ed8b752f Mon Sep 17 00:00:00 2001 From: mbeierl Date: Wed, 18 Jan 2017 15:09:34 -0500 Subject: Actually check out releng locally Change-Id: I50358e0685be45abd9330639fcdfa9c8a39ff5ba Signed-off-by: mbeierl --- ci/daily.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ci/daily.sh') 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 -- cgit 1.2.3-korg