Apex: Removes cleaning from unit tests 13/40813/1
authorTim Rozet <trozet@redhat.com>
Fri, 1 Sep 2017 05:07:35 +0000 (01:07 -0400)
committerTim Rozet <trozet@redhat.com>
Fri, 1 Sep 2017 05:07:35 +0000 (01:07 -0400)
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 <trozet@redhat.com>
jjb/apex/apex-unit-test.sh

index 12cb862..abcddca 100755 (executable)
@@ -9,7 +9,6 @@ echo
 
 
 pushd ci/ > /dev/null
-sudo BASE="${WORKSPACE}/build" LIB="${WORKSPACE}/lib" ./clean.sh
 ./test.sh
 popd