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