You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Todd Lipcon (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/01/16 22:56:37 UTC

[kudu-CR] build: run local tests parallel with distributed tests

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 <to...@apache.org>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Jean-Daniel Cryans