-
-
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
openjdk: promote hotspot test to extended level #5624
Conversation
dev.openjdk is only enabled for linux_x64, which need extra label 'sw.tool.docker' to ensure tests running on the agent with docker installed. @zzambers are those tests working for all platforms and no docker needed? |
on mac-x64 https://ci.adoptium.net/job/Grinder/10976/ |
Docker should not be necessary. I am keeping |
When it comes to other platforms, I would not expect (many) problems there, as I have done quite a lot of testing on different platforms as part of introducing them in current form: #5367 |
I have realized I have not done MacOS testing in PR I referenced above. jdk21 / x86-64_mac
hotspot_serviceability: 1 FAILURE
There are some failures, but all of them seem to be caused by missing jsa archive on macOS. I'll create issue and exclude them. |
Failing tests MacOS excluded: #5647 |
Promote
hotspot_gc
,hotspot_runtime
,hotspot_serviceability
to extended level. See: #5424Results of dev.openjdk (jdk21, jdk11) show just 1 serviceability issue. I have done other PR to exclude it.