Laszlo Gaal has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/20698


Change subject: IMPALA-12555: Point Maven cache downloader to current location
......................................................................

IMPALA-12555: Point Maven cache downloader to current location

bin/jenkins/populate_m2_directory.py is used during bootstrap_system.sh
to prime the local .m2 cache for Maven. This preloads the majority of
common Java dependencies for faster front-end builds.

The priming bundle is generated during nightly builds of the
'all-build-options' job running on the master branch. The downloader
script then reaches out to jenkins.impala.io to locate and download the
generated tarball.

This download has been failing for the past few weeks for a banal
reason: all the jobs for the upstream precommit environment were
migrated from Ubuntu 16.04 to Ubuntu 20.04, which was also reflected in
the job names. However, bin/jenkins/populate_m2_directory.py never
received the update to point it to the current version of the
all-build-options job, and the usable builds in the old location have
all aged out of Jenkins.

This patch points the job to the right location to restore cache
priming.

Change-Id: Id494fb7f24f1364a96526b440c8a0c4b6feda588
---
M bin/jenkins/populate_m2_directory.py
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/98/20698/1
--
To view, visit http://gerrit.cloudera.org:8080/20698
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id494fb7f24f1364a96526b440c8a0c4b6feda588
Gerrit-Change-Number: 20698
Gerrit-PatchSet: 1
Gerrit-Owner: Laszlo Gaal <laszlo.g...@cloudera.com>

Reply via email to