Fredy Wijaya has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11366 )
Change subject: IMPALA-7443: Fix intermittent GVO failures due to stale Maven cache ...................................................................... IMPALA-7443: Fix intermittent GVO failures due to stale Maven cache When switching to a new Maven repository, such as switching to a new CDH_BUILD_NUMBER, Maven does not automatically pick up the new repository. The patch forces Maven to run with -U on Jenkins to force updating its local repository. The patch also puts some Jenkins jobs into scripts in $IMPALA_HOME/bin/jenkins to make updating Jenkins jobs easier. Change-Id: I935fe911f74306e4dde38945868943b4a7579ae2 Reviewed-on: http://gerrit.cloudera.org:8080/11222 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> Reviewed-on: http://gerrit.cloudera.org:8080/11366 Reviewed-by: Philip Zeyliger <[email protected]> Tested-by: Fredy Wijaya <[email protected]> --- A bin/jenkins/all-tests.sh M bin/jenkins/build-all-flag-combinations.sh A bin/jenkins/build-only.sh 3 files changed, 59 insertions(+), 0 deletions(-) Approvals: Philip Zeyliger: Looks good to me, approved Fredy Wijaya: Verified -- To view, visit http://gerrit.cloudera.org:8080/11366 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: 2.x Gerrit-MessageType: merged Gerrit-Change-Id: I935fe911f74306e4dde38945868943b4a7579ae2 Gerrit-Change-Number: 11366 Gerrit-PatchSet: 2 Gerrit-Owner: Fredy Wijaya <[email protected]> Gerrit-Reviewer: Fredy Wijaya <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Philip Zeyliger <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]>
