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

Additional test label for jdk20+ #970

Closed
sophia-guo opened this issue Mar 14, 2024 · 3 comments
Closed

Additional test label for jdk20+ #970

sophia-guo opened this issue Mar 14, 2024 · 3 comments
Assignees
Labels

Comments

@sophia-guo
Copy link
Contributor

JDK20+ won't run on anything earlier than about RHEL7 . Tests need to be limited to run on RHEL7 ( if it's hit a RHEL6/CentOS6 box that could be the problem ).

@sxa

@sxa
Copy link
Member

sxa commented Apr 9, 2024

SGTM - can you make the changes to add in the exclusion for machines with the appropriate labels in the pipelines?

@Haroon-Khel
Copy link
Contributor

Tests need to be limited to run on RHEL7

Do you mean RHEL7+ or does this mean they cannot be run on RHEL/Centos 8?

@sxa
Copy link
Member

sxa commented Apr 11, 2024

It will be fine on 8+. This is due to the glibc version on RHEL6 being too low for JDK21+ since we switched that version for x64 to build on RHEL7. The goal here is to stop it running on any Centos/RHEL6 system. They must still be able to run on other distributions (AFAIK all of our other ones in the CI are of a suitable glibc level - you can see which is in each on our platforms wiki page)

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

No branches or pull requests

3 participants