Fix merge/integration jobs to build master, not gerrit
[ci-management.git] / jjb / vpp / include-raw-vpp-build.sh
index eb639ce..f3cb320 100644 (file)
@@ -3,6 +3,13 @@
 
 # do nothing but print the current slave hostname
 hostname
+export CCACHE_DIR=/tmp/ccache
+if [ -d $CCACHE_DIR ];then
+    echo $CCACHE_DIR exists
+    du -sk $CCACHE_DIR
+else
+    echo $CCACHE_DIR does not exist.  This must be a new slave.
+fi
 cd build-root/
 ./bootstrap.sh
-make PLATFORM=vpp TAG=vpp_debug install-packages
+make PLATFORM=vpp V=0 TAG=vpp install-deb