Hello Surya Hebbar, Michael Smith, Impala Public Jenkins,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/21070

to look at the new patch set (#2).

Change subject: IMPALA-12842: Make node.js installation aware of CPU 
architecture
......................................................................

IMPALA-12842: Make node.js installation aware of CPU architecture

The earlier version of the installation logic in
tests/run-js-test-on-arm.sh always used 'linux-x86' as the architecture
tag for the downloaded node.js installation package, which made the
tests themselves fail when running on an instance powered by an ARM
(Graviton) CPU.

This patch uses the $ARCH_NAME environment variable set up in
bin/impala-config.sh to add the correct CPU architecture tag to the URL
of the node.js package to be downloaded. If the rported CPU type is not
one of the known types (x86_64 or aarch64), the installation step throws
and error and emits a JUnit XML symptom for Jenkins runs.

Change-Id: Ie22da6237ed6d19cf8af721df471033fdfe6b23a
---
M tests/run-js-tests.sh
1 file changed, 15 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/70/21070/2
--
To view, visit http://gerrit.cloudera.org:8080/21070
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ie22da6237ed6d19cf8af721df471033fdfe6b23a
Gerrit-Change-Number: 21070
Gerrit-PatchSet: 2
Gerrit-Owner: Laszlo Gaal <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Laszlo Gaal <[email protected]>
Gerrit-Reviewer: Michael Smith <[email protected]>
Gerrit-Reviewer: Surya Hebbar <[email protected]>

Reply via email to