Hello Jean-Daniel Cryans, Adar Dembo,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/1815
to review the following change.
Change subject: build: run local tests parallel with distributed tests
......................................................................
build: run local tests parallel with distributed tests
This changes the order of the build slightly so that, if distributed
testing is enabled, it asynchronously submits the job to the dist-test
cluster, and then runs the non-distributed tests locally. When the
local tests are finished, it fetches and processes the results of the
dist-test job.
This shaves several minutes off the precommit build.
Change-Id: Iaac391210589a68b43900deb28abe9aff2fe5c76
---
M build-support/jenkins/build-and-test.sh
1 file changed, 56 insertions(+), 60 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/15/1815/1
--
To view, visit http://gerrit.cloudera.org:8080/1815
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaac391210589a68b43900deb28abe9aff2fe5c76
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Jean-Daniel Cryans