From 772d34960a6afbce36a351fea35961ebd41cfcd1 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Thu, 2 Apr 2015 17:03:30 +0200 Subject: [PATCH] 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 --- jjb/genesis/genesis.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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: -- 2.16.6