From e558becbaeb21009ecea11d1ca40e21e6dd6585d Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Fri, 1 Sep 2017 01:07:35 -0400 Subject: Apex: Removes cleaning from unit tests There should be no reason to clean as the unit tests should be local to the code. This was deleting some of our undercloud vms in daily deployment causing deployment to fail. Change-Id: I22abc57ea1a3f10cb91451e7005aa23d9715acc5 Signed-off-by: Tim Rozet --- jjb/apex/apex-unit-test.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'jjb/apex') diff --git a/jjb/apex/apex-unit-test.sh b/jjb/apex/apex-unit-test.sh index 12cb862b0..abcddcab4 100755 --- a/jjb/apex/apex-unit-test.sh +++ b/jjb/apex/apex-unit-test.sh @@ -9,7 +9,6 @@ echo pushd ci/ > /dev/null -sudo BASE="${WORKSPACE}/build" LIB="${WORKSPACE}/lib" ./clean.sh ./test.sh popd -- cgit 1.2.3-korg