Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix detection of RUN_ARM64_TESTS in Windows test jobs #3097

Merged
merged 1 commit into from
Nov 24, 2022

Conversation

sxa
Copy link
Member

@sxa sxa commented Nov 24, 2022

This is preventing correct detection of when the RUN_ARM64_TESTS is checked in https://ci.nodejs.org/job/node-test-binary-windows-js-suites/ similar to the changes we had to make in https://github.com/nodejs/build/pull/3019/files when updating the version of java on the server.

Without this change you get this error because the value is a byte array [116, 114, 117, 101].

17:15:46 Skipping win10-arm64-COMPILED_BY-vs2019-arm64 because RUN_ARM64_TESTS is not selected

regardless of whether the box is checked.

Signed-off-by: Stewart X Addison sxa@redhat.com

@sxa sxa requested a review from richardlau November 24, 2022 17:44
Signed-off-by: Stewart X Addison <sxa@redhat.com>
@richardlau
Copy link
Member

Copy link
Member

@UlisesGascon UlisesGascon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@sxa sxa merged commit 7c57e4f into nodejs:main Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants