Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/21070 )
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 Reviewed-on: http://gerrit.cloudera.org:8080/21070 Reviewed-by: Impala Public Jenkins <[email protected]> Reviewed-by: Surya Hebbar <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/run-js-tests.sh 1 file changed, 15 insertions(+), 1 deletion(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified Surya Hebbar: Looks good to me, but someone else must approve -- 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: merged Gerrit-Change-Id: Ie22da6237ed6d19cf8af721df471033fdfe6b23a Gerrit-Change-Number: 21070 Gerrit-PatchSet: 4 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]>
