Quanlong Huang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/19135
Change subject: IMPALA-11657: Ignore git-reset failures in build-all-flag-combinations.sh ...................................................................... IMPALA-11657: Ignore git-reset failures in build-all-flag-combinations.sh When building from a tarball, the git-reset command in build-all-flag-combinations.sh will fail since it's executed not in a git repository. The purpose of the command is to revert the changes made by "mvn versions:set". It's ok to skip this step when building in a Jenkins job, since that's the last build to verify. No following builds will be impacted. This patch ignores the failure of git-reset. So we can set up a Jenkins job to run build-all-flag-combinations.sh from a tarball. Tests: - Verified the script from a tarball locally. Change-Id: I2079de0b1eb11044d5293546fe6641939d978134 --- M bin/jenkins/build-all-flag-combinations.sh 1 file changed, 3 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/35/19135/1 -- To view, visit http://gerrit.cloudera.org:8080/19135 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I2079de0b1eb11044d5293546fe6641939d978134 Gerrit-Change-Number: 19135 Gerrit-PatchSet: 1 Gerrit-Owner: Quanlong Huang <[email protected]>
