-
Notifications
You must be signed in to change notification settings - Fork 738
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
Temporarily support both JAVA_IMPL and JDK_IMPL #2930
Conversation
reviewer: @llxia |
test/TestConfig/settings.mk
Outdated
@@ -257,6 +265,7 @@ setup_%: | |||
$(ECHO) There are $(TOTALCOUNT) test targets in $(TESTTARGET).; \ | |||
fi | |||
$(JAVA_COMMAND) -version | |||
$(CMD) |
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 this intended?
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.
removed
- Convert JAVA_IMPL to JDK_IMPL if JAVA_IMPL is defined - Change JAVA_IMPL in playlist.xml to JDK_IMPL [ci skip] Signed-off-by: Renfei Wang <renfeiw@ca.ibm.com>
Jenkins test sanity plinux all |
I'm guessing we will need to check all the test jobs are using |
yes, just a heads up for now, Jenkins file in AdoptOpenJDK needs to be updated to use JDK_IMPL and JDK_VERSION. Maybe support both for the time being. |
[ci skip]
Signed-off-by: Renfei Wang renfeiw@ca.ibm.com