[node-patches] Change in ovirt-node[master]: automation: Speed up make check-local

fabiand at redhat.com fabiand at redhat.com
Wed Jul 22 09:52:40 UTC 2015


Fabian Deutsch has uploaded a new change for review.

Change subject: automation: Speed up make check-local
......................................................................

automation: Speed up make check-local

Change-Id: Ia608444d9a05b28103fe6aaa7b2fc0b783e2ffd3
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M automation/check-merged.sh
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/88/43888/1

diff --git a/automation/check-merged.sh b/automation/check-merged.sh
index 5d5f02c..414e1f0 100755
--- a/automation/check-merged.sh
+++ b/automation/check-merged.sh
@@ -4,6 +4,6 @@
 
 source ./automation/build-node.sh
 
-if ! make check-local ; then
+if ! make -j5 check-local ; then
     die "Node check failed"
-fi
\ No newline at end of file
+fi


-- 
To view, visit https://gerrit.ovirt.org/43888
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia608444d9a05b28103fe6aaa7b2fc0b783e2ffd3
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand at redhat.com>



More information about the node-patches mailing list