diff options
-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: |