Todd Lipcon has submitted this change and it was merged. 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 Reviewed-on: http://gerrit.cloudera.org:8080/1815 Reviewed-by: Todd Lipcon <[email protected]> Tested-by: Todd Lipcon <[email protected]> --- M build-support/jenkins/build-and-test.sh 1 file changed, 82 insertions(+), 69 deletions(-) Approvals: Todd Lipcon: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/1815 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iaac391210589a68b43900deb28abe9aff2fe5c76 Gerrit-PatchSet: 7 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Jean-Daniel Cryans Gerrit-Reviewer: Todd Lipcon <[email protected]>
