Joe McDonnell has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23940 )
Change subject: IMPALA-14722: Switch default for PREPOPULATE_M2_REPOSITORY to false ...................................................................... IMPALA-14722: Switch default for PREPOPULATE_M2_REPOSITORY to false Upstream Jenkins switches to requiring a login. This broke the functionality for bin/jenkins/populate_m2_directory.py. Some precommit jobs have been seeing unexplained 30+ minute gaps in time. Setting PREPOPULATE_M2_REPOSITORY=false seems to avoid this. It is possible that bin/jenkins/populate_m2_directory.py fails quickly in most cases but can hang for a longer time intermittently. This changes bin/bootstrap_build.sh to use code identical to bin/bootstrap_system.sh (i.e. controlled by PREPOPULATE_M2_REPOSITORY). It sets the default value for PREPOPULATE_M2_REPOSITORY to false in both scripts. In future, we may remove this code entirely. Testing: - Ran precommit job Change-Id: Ie338f528f4861d885e484136689a6a5c72b57c70 Reviewed-on: http://gerrit.cloudera.org:8080/23940 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Michael Smith <[email protected]> --- M bin/bootstrap_build.sh M bin/bootstrap_system.sh 2 files changed, 12 insertions(+), 5 deletions(-) Approvals: Impala Public Jenkins: Verified Michael Smith: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/23940 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ie338f528f4861d885e484136689a6a5c72b57c70 Gerrit-Change-Number: 23940 Gerrit-PatchSet: 3 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
