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: improve build to better indicate what part failed

Hello Jean-Daniel Cryans, Adar Dembo,

I'd like you to do a code review.  Please visit

    http://gerrit.cloudera.org:8080/1816

to review the following change.

Change subject: build: improve build to better indicate what part failed
......................................................................

build: improve build to better indicate what part failed

The Jenkins build script currently sets an EXIT_STATUS variable
to non-zero when any part of the build has an issue. However,
sometimes it can be difficult when looking at a Jenkins log to
figure out which part failed without scanning through the log.

This adds a failure summary at the bottom which indicates which
part failed, and also adds some nicer headers above each major
part of the build.

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


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I63b7d6c71aecaf61ab36f8fc6cedbfe1f63c6bbe
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