-
Notifications
You must be signed in to change notification settings - Fork 729
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 JDK11 and JDK(next) details for build pipelines #2414
Conversation
[skip ci] Signed-off-by: Joe deKoning <[email protected]>
jenkins test sanity all jdk11 |
jenkins test extended all jdk11 |
Triggers work as expected. There appears to be VM and test material compile issues blocking passing runs. This file needs to be refactored, but I don't want that to block the need to get JDK11 PR builds into place. @AdamBrousseau please review. |
@@ -52,21 +58,29 @@ linux_ppc-64_cmprssptrs_le: | |||
8: '/usr/lib/jvm/java-7-openjdk-ppc64el' | |||
9: '/usr/lib/jvm/adoptojdk-java-ppc64le-80' | |||
10: '/usr/lib/jvm/adoptojdk-java-ppc64le-90' |
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.
is it a good time to remove the platform shorts from the 8,9,10 while we're here? Same for 390
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.
It would have been when I was adding jdk10 to the machines. I'll likely be updating jdk10 with something more current in the next month. I'll try remember to do that then.
[skip ci]
Signed-off-by: Joe deKoning [email protected]