osmith submitted this change.

View Change

Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved
coverity/local_test: use all CPU cores

Change-Id: I018fda7cb85bb7e480dbc55d296c2e216098fc5e
---
M coverity/local_test.sh
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/coverity/local_test.sh b/coverity/local_test.sh
index a36aac9..f2b89c3 100755
--- a/coverity/local_test.sh
+++ b/coverity/local_test.sh
@@ -4,6 +4,7 @@

export SRC_SKIP_FETCH=1
export SRC_CLEAN=1
+export PARALLEL_MAKE="-j$(echo $(nproc) + 1 | bc)"

mkdir -p /tmp/coverity
rm -f /tmp/coverity/common.sh

To view, visit change 31138. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I018fda7cb85bb7e480dbc55d296c2e216098fc5e
Gerrit-Change-Number: 31138
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-MessageType: merged