Skip to content
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

Merged
merged 1 commit into from
Sep 19, 2018

Conversation

renfeiw
Copy link
Contributor

@renfeiw renfeiw commented Sep 18, 2018

  • 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

@renfeiw
Copy link
Contributor Author

renfeiw commented Sep 18, 2018

reviewer: @llxia

@@ -257,6 +265,7 @@ setup_%:
$(ECHO) There are $(TOTALCOUNT) test targets in $(TESTTARGET).; \
fi
$(JAVA_COMMAND) -version
$(CMD)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this intended?

Copy link
Contributor Author

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>
@llxia
Copy link
Contributor

llxia commented Sep 19, 2018

Jenkins test sanity plinux all

@llxia
Copy link
Contributor

llxia commented Sep 19, 2018

fyi @AdamBrousseau @jdekonin @vsebe

@AdamBrousseau
Copy link
Contributor

I'm guessing we will need to check all the test jobs are using JDK_IMPL and JDK_VERSION as default parameters?

@llxia
Copy link
Contributor

llxia commented Sep 19, 2018

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.

@llxia llxia merged commit 685530b into eclipse-openj9:master Sep 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants