From ce83f6ed3ebee79464ac226ee69b3ad1664b78d9 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Fri, 10 Feb 2017 11:36:50 -0500 Subject: Apex,3rd_party: Fix workspace wiping Workspace wiping was done in builders, which can be removed in favor of wiping workspace via the 'scm' entry in the job. For now we point at apex since we require apex repo to clean the host properly. We also need sdnvpn for the python code to upgrade ODL. Since we can only use a single scm at a time, we use apex in the jjb, and then manually clone sdnvpn in the builders that require it. Change-Id: I52274fc8fdd6b6c052e396c2a63dab5abcbf764e Signed-off-by: Tim Rozet --- jjb/apex/apex-snapshot-deploy.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'jjb/apex/apex-snapshot-deploy.sh') diff --git a/jjb/apex/apex-snapshot-deploy.sh b/jjb/apex/apex-snapshot-deploy.sh index 3bb65a0b3..a99955f9a 100644 --- a/jjb/apex/apex-snapshot-deploy.sh +++ b/jjb/apex/apex-snapshot-deploy.sh @@ -21,8 +21,7 @@ echo "--------------------------" echo echo "Cleaning server" -git clone https://gerrit.opnfv.org/gerrit/apex.git -pushd apex/ci > /dev/null +pushd ci > /dev/null sudo CONFIG=../build/ LIB=../lib ./clean.sh popd > /dev/null -- cgit 1.2.3-korg