Merge "Add INFO.yaml verify job"
[ci-management.git] / jjb / rpm_dpdk / include-raw-rpm_dpdk-pkg-build.sh
index 1da7a4b..c02eb43 100644 (file)
@@ -3,13 +3,6 @@
 set -e -o pipefail
 # 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
 
 echo "cat /etc/bootstrap.sha"
 if [ -f /etc/bootstrap.sha ];then
@@ -28,7 +21,7 @@ fi
 echo "sha1sum of this script: ${0}"
 sha1sum $0
 
-build/build.sh
+scripts/ci/verify.sh
 
 echo "*******************************************************************"
 echo "* rpm_dpdk BUILD SUCCESSFULLY COMPLETED"