From: Fatih Degirmenci Date: Thu, 2 Apr 2015 15:03:30 +0000 (+0200) Subject: Remove final fuel and foreman artifacts to reclaim space back X-Git-Tag: arno.2015.1.0~140 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=772d34960a6afbce36a351fea35961ebd41cfcd1;p=releng.git Remove final fuel and foreman artifacts to reclaim space back Artifacts get removed once we're done with them. JIRA: OCTO-28 Change-Id: I6f9a6220f7171651e225063cc28a7d63425b0620 Signed-off-by: Fatih Degirmenci --- diff --git a/jjb/genesis/genesis.yml b/jjb/genesis/genesis.yml index 9e24d8a3e..56d9444e9 100644 --- a/jjb/genesis/genesis.yml +++ b/jjb/genesis/genesis.yml @@ -230,6 +230,9 @@ # list the build artifacts ls -al $BUILD_DIRECTORY + # remove the BUILD_DIRECTORY to reclaim some space + /bin/rm -rf $BUILD_DIRECTORY + - builder: name: foreman-merge builders: @@ -314,6 +317,10 @@ # list the file ls -al $WORKSPACE/opnfv.iso + # remove the BUILD_DIRECTORY and downlaoded artifact to reclaim some space + /bin/rm -rf $BUILD_DIRECTORY + /bin/rm -rf $WORKSPACE/opnfv.iso + - builder: name: fuel-verify builders: @@ -335,6 +342,9 @@ # list the build artifacts ls -al $BUILD_DIRECTORY + # remove the BUILD_DIRECTORY to reclaim some space + /bin/rm -rf $BUILD_DIRECTORY + - builder: name: fuel-merge builders: @@ -356,6 +366,9 @@ # list the build artifacts ls -al $BUILD_DIRECTORY + # remove the BUILD_DIRECTORY to reclaim some space + /bin/rm -rf $BUILD_DIRECTORY + - builder: name: fuel-daily-master builders: @@ -426,6 +439,10 @@ # list the file ls -al $WORKSPACE/opnfv.iso + # remove the BUILD_DIRECTORY and downlaoded artifact to reclaim some space + /bin/rm -rf $BUILD_DIRECTORY + /bin/rm -rf $WORKSPACE/opnfv.iso + - builder: name: opensteak-verify builders: