Hello Kudu Jenkins, Grant Henke,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/15591
to look at the new patch set (#2).
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, 11 insertions(+), 4 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/91/15591/2
--
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: newpatchset
Gerrit-Change-Id: Ic1d5b36996d2b5e73f331a094c558abb97f895bc
Gerrit-Change-Number: 15591
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)