Adar Dembo has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/14886 )
Change subject: build-and-test.sh: add PIP_FLAGS ...................................................................... build-and-test.sh: add PIP_FLAGS We want to control pip's caching behavior using --cache-dir and --no-cache-dir. Importantly, these are _pip_ flags and not _pip install_ flags, so we must introduce a new environment variable to pass them in. Change-Id: I98c0418debbf706df32479bb47e68aece903e106 Reviewed-on: http://gerrit.cloudera.org:8080/13110 Tested-by: Adar Dembo <[email protected]> Reviewed-by: Andrew Wong <[email protected]> (cherry picked from commit b820b2469e6f45b936d765e729cf1f9ac86799b3) Reviewed-on: http://gerrit.cloudera.org:8080/14886 Reviewed-by: Grant Henke <[email protected]> --- M build-support/jenkins/build-and-test.sh 1 file changed, 20 insertions(+), 9 deletions(-) Approvals: Andrew Wong: Looks good to me, approved Grant Henke: Looks good to me, approved Adar Dembo: Verified -- To view, visit http://gerrit.cloudera.org:8080/14886 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.9.x Gerrit-MessageType: merged Gerrit-Change-Id: I98c0418debbf706df32479bb47e68aece903e106 Gerrit-Change-Number: 14886 Gerrit-PatchSet: 2 Gerrit-Owner: Adar Dembo <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]>
