You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Adar Dembo (Code Review)" <ge...@cloudera.org> on 2016/05/02 23:51:04 UTC

[kudu-CR] build-and-test.sh: prevent Jenkins from archiving old Java test artifacts

Hello Todd Lipcon,

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

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

to review the following change.

Change subject: build-and-test.sh: prevent Jenkins from archiving old Java test artifacts
......................................................................

build-and-test.sh: prevent Jenkins from archiving old Java test artifacts

I saw a LINT gerrit precommit test run that archived Java test logs from a
completely different build that must have run before on the same slave. This
is addressed for the C++ tests when we rm -rf $BUILD_ROOT, but
unfortunately, Java test artifacts live outside $BUILD_ROOT.

I also removed a workaround that we should no longer need.

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


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaf96379d45957b1208329ae42317c6019b9e08b4
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>