-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Add support for JDK_VENDOR in playlists #115
Comments
Looking into this, so we can create the adopt-only test needed for adoptium/temurin-build#2226 |
Some discussion on the topic: |
Table of Vendors and Expected System.properties values
As verified through: Grinder_TKG 89 - Grinder_TKG 96 |
I am working on a PR to add JDK_VENDOR. This information is really helpful! |
@renfeiw - take a look at smlambert:vendor branch, where I started... but still didn't add the playlist element and ability to add filtering. |
There may be several use cases where we want to differentiate by JDK_VENDOR (which is over and beyond differentiating by JDK_IMPL).
We have currently blended the meaning of JDK_IMPL with vendor (hotspot, sap, corretto, dragonwell are all hotspot VM impl based, but rightly we should categorize them as JDK_VENDOR (adopt, sap, amazon, alibaba) or whatever value is returned by a query of java.vendor. (related: adoptium/temurin-build#465)
As there are tests that may be vendor specific (many build/packaging tests for example).
The text was updated successfully, but these errors were encountered: