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

Trss bug: Aarch Windows is not recognised a valid platform #943

Closed
adamfarley opened this issue Dec 2, 2024 · 5 comments
Closed

Trss bug: Aarch Windows is not recognised a valid platform #943

adamfarley opened this issue Dec 2, 2024 · 5 comments
Assignees

Comments

@adamfarley
Copy link

When viewing a pipeline in TRSS grid view, any Aarch64 Windows builds will not be shown.

Example: https://trss.adoptium.net/resultSummary?parentId=6748cd719e1252006ea53383

As we can see here, this pipeline does have an Aarch Windows build. Said build has an error message associated with its data:

"TypeError: Cannot convert undefined or null to object"

So I think there a map/associative-array that matches platform strings to objects, and that map doesn't have an Aarch64 entry.

@smlambert smlambert self-assigned this Dec 2, 2024
@smlambert smlambert moved this from Todo to In Progress in 2024 4Q Adoptium Plan Dec 14, 2024
@smlambert
Copy link
Contributor

smlambert commented Dec 14, 2024

This is a side-effect of a combination of 2 issues:

  1. the aarch64_windows build finished with a FAILED status
  2. JDK tip builds not showing in Grid view #816 for a tip build (which was 24 at the time this issue was reported) was not getting collected properly

Those 2 things combined caused the aarch64_windows build to be null in the TRSS GUI. #956 is a fix for #816 and subsequently fixes this issue as well.

@adamfarley
Copy link
Author

Thanks Shelley. I've subscribed to that PR.

@smlambert
Copy link
Contributor

For awareness, once that PR is merged, I will also have to run a TRSS sync (so the live server will pick up the committed changes).

@smlambert
Copy link
Contributor

The TRSS server has now been synched.
Checking the grid view link provided above, shows that this issue is now resolved, so will close.

@adamfarley
Copy link
Author

Thanks @smlambert! 🤓

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants