From b85921456409bab0f4fa2d4ba5ac74eb3cd2721a Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Thu, 15 Oct 2015 16:21:35 -0400 Subject: updates to the instack VM - increasing memory and vcpus for the VM - dumping yum cache - virt-sparsifying the instack disk image - remove cleaning stack dir so we actually cache its contents Change-Id: Ie35a2daeba69a1b53a749ef3423ac6356408ff97 Signed-off-by: Dan Radez --- ci/build.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'ci') diff --git a/ci/build.sh b/ci/build.sh index 9159f23e..91d78ac9 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -389,8 +389,11 @@ fi echo "Copying built OPNFV .iso file to target directory ${BUILD_DIR} ..." rm -rf ${BUILD_DIR} mkdir -p ${BUILD_DIR} -cp ${BUILD_BASE}/.versions ${BUILD_DIR} -cp ${RESULT_DIR}/*.iso* ${BUILD_DIR} +ls -s ${BUILD_BASE}/.versions ${BUILD_DIR} +ls -s ${RESULT_DIR}/*.iso* ${BUILD_DIR} +echo "Copying built OPNFV .rpm files to target directory ${BUILD_DIR} ..." +ls -s ${BUILD_BASE}/*.rpm ${BUILD_DIR} +ls -s ${BUILD_BASE}/noarch/*.rpm ${BUILD_DIR} if [ $POPULATE_CACHE -eq 1 ]; then if [ ! -z ${BUILD_CACHE_URI} ]; then -- cgit 1.2.3-korg