David Caro has uploaded a new change for review. Change subject: Added extra mock cache cleanup ......................................................................
Added extra mock cache cleanup It's getting too heavy to keep, and we are going to setup proxies to do the caching instead. Change-Id: I4666d6f163be454e9131721c2bce900e7eaebe24 Signed-off-by: David Caro <[email protected]> --- M jobs/confs/shell-scripts/mock_cleanup.sh 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/jenkins refs/changes/07/35507/1 diff --git a/jobs/confs/shell-scripts/mock_cleanup.sh b/jobs/confs/shell-scripts/mock_cleanup.sh index f233581..d62810a 100644 --- a/jobs/confs/shell-scripts/mock_cleanup.sh +++ b/jobs/confs/shell-scripts/mock_cleanup.sh @@ -2,6 +2,9 @@ echo "shell-scripts/mock_cleanup.sh" # remove chroot to free space sudo rm -Rf mock mock-cache +# remove mock system cache, we will setup proxies to do the caching and this +# takes lots of space between runs +sudo rm -Rf /var/cache/mock/* # compress logs pushd "$WORKSPACE"/exported-artifacts shopt -s nullglob -- To view, visit http://gerrit.ovirt.org/35507 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4666d6f163be454e9131721c2bce900e7eaebe24 Gerrit-PatchSet: 1 Gerrit-Project: jenkins Gerrit-Branch: master Gerrit-Owner: David Caro <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
