-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
Enable jdk_beans on xlinux #5746
Conversation
Grinder runs: x86_64_mac s390_linux ppc64_aix x86_64_win ppc64le_linux |
openjdk/playlist.xml
Outdated
@@ -755,8 +755,21 @@ | |||
<testCaseName>jdk_beans</testCaseName> | |||
<disables> | |||
<disable> | |||
<comment>https://github.com/eclipse-openj9/openj9/issues/10757</comment> | |||
<comment>https://github.com/eclipse-openj9/openj9/issues/20531 Only enabled on xlinux except for versions 8 and 11</comment> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please set url only
0b72164
to
ed0fcaf
Compare
openjdk/playlist.xml
Outdated
<comment>https://github.com/eclipse-openj9/openj9/issues/20531</comment> | ||
<version>8</version> | ||
<impl>openj9</impl> | ||
<platform>x86-64_linux</platform> | ||
</disable> | ||
<disable> | ||
<comment>https://github.com/eclipse-openj9/openj9/issues/20531</comment> | ||
<version>11</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the disable versions, we can merge the two as [8-11]
, refer https://github.com/adoptium/TKG/blob/3ca1dc6782a8679ae8d7927e03fb3ac0a1e0ac5e/examples/jdkVersion/playlist.xml#L70 for more details.
1ab3f79
to
e5e79fc
Compare
FYI eclipse-openj9/openj9#20570 is fixing the xlinux issue. If it is merged, we can enable xlinux. |
eclipse-openj9/openj9#20570 is now merged. |
- Enable jdk_beans on xlinux for all java versions related: eclipse-openj9/openj9#20531 Signed-off-by: Anna Babu Palathingal <[email protected]>
1a99075
to
a19be67
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
related: eclipse-openj9/openj9#20531