Alexey Serbin has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/15591


Change subject: [build-support] introduce PARALLEL variable
......................................................................

[build-support] introduce PARALLEL variable

This patch introduces PARALLEL variable into build-and-test.sh
Jenkins helper script.  The variable is used to explicitly set the
desired level of parallelism when building the project via make.
By default, the level of parallelism is determined by
`getconf _NPROCESSORS_ONLN`.

The motivation for this patch is the evidence of misreporting
on the actual number of available CPU cores by `geconf` if
running in some containerized environments like LXC.

The newly introduced variable named the same way as corresponding
variable in thirdparty/{build-definitions,build-thirdparty}.sh.

Change-Id: Ic1d5b36996d2b5e73f331a094c558abb97f895bc
---
M build-support/jenkins/build-and-test.sh
1 file changed, 12 insertions(+), 4 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/91/15591/1
--
To view, visit http://gerrit.cloudera.org:8080/15591
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic1d5b36996d2b5e73f331a094c558abb97f895bc
Gerrit-Change-Number: 15591
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <aser...@cloudera.com>

Reply via email to