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

consume property in openjdk build.xml #3039

Closed
wants to merge 52 commits into from
Closed

Conversation

xius666
Copy link
Contributor

@xius666 xius666 commented Oct 19, 2021

issue #2963
this pr contains the change of pr #2967 since this task depends on that change as it requires the variables in testenv.propertt to be exported as env variables

@xius666
Copy link
Contributor Author

xius666 commented Oct 19, 2021

grinder:
https://ci.adoptopenjdk.net/job/Grinder/1859/(test JDK_VERSION = 8 with checking USE_TESTENV_PROPERTIES):pass
https://ci.adoptopenjdk.net/job/Grinder/1860/ (test JDK_VERSION =8 ,JDK_IMPL=openj9 with checking USE_TESTENV_PROPERTIES) failed due to
Screen Shot 2021-10-19 at 5 07 11 PM

https://ci.adoptopenjdk.net/job/Grinder/1861/(without checking the USE_TESTENV_PROPERTIES):pass

@xius666 xius666 marked this pull request as ready for review October 19, 2021 23:09
if (env.SPEC.startsWith('zos')) {
ADOPTOPENJDK_REPO = ADOPTOPENJDK_REPO.replace("https://github.com/","git@github.com:")
OPENJ9_REPO = OPENJ9_REPO.replace("https://github.com/","git@github.com:")
if(!params.USE_TESTENV_PROPERTIES){
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you rebase the PR? USE_TESTENV_PROPERTIES change is already delivered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants