diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-04-02 17:03:30 +0200 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-04-02 17:03:30 +0200 |
commit | 772d34960a6afbce36a351fea35961ebd41cfcd1 (patch) | |
tree | f7042c7cd6c67a4dba94a5b7fa7ee6e1aecfc16e /jjb | |
parent | fb75811b5d974a1a37414b1af3245f64d81e4abe (diff) |
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 <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/genesis/genesis.yml | 17 |
1 files changed, 17 insertions, 0 deletions
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: |