David Caro has uploaded a new change for review. Change subject: Temporary fix to avoid filling up slaves ......................................................................
Temporary fix to avoid filling up slaves It should be removed as soon as the makefiles are properly fixed to use only the job's workspace Change-Id: Ib6b3e06fa38873cf0a79f0128b72a773d9f75655 Signed-off-by: David Caro <dcaro...@redhat.com> --- M jobs/confs/shell-scripts/ovirt_node_cleanup.sh 1 file changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/jenkins refs/changes/41/36941/1 diff --git a/jobs/confs/shell-scripts/ovirt_node_cleanup.sh b/jobs/confs/shell-scripts/ovirt_node_cleanup.sh index d9c5d9f..5f257c1 100755 --- a/jobs/confs/shell-scripts/ovirt_node_cleanup.sh +++ b/jobs/confs/shell-scripts/ovirt_node_cleanup.sh @@ -21,7 +21,9 @@ set_env clean_failed=false -sudo rm -rf "$CACHE" +sudo rm -rf \ + "$CACHE" \ + "$HOME/rpmbuild" cd "$OVIRT_NODE_BASE"/ovirt-node make distclean \ || clean_failed=true -- To view, visit http://gerrit.ovirt.org/36941 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib6b3e06fa38873cf0a79f0128b72a773d9f75655 Gerrit-PatchSet: 1 Gerrit-Project: jenkins Gerrit-Branch: master Gerrit-Owner: David Caro <dcaro...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches