-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
Conversation
Issue2918
grinder: https://ci.adoptopenjdk.net/job/Grinder/1861/(without checking the USE_TESTENV_PROPERTIES):pass |
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){ |
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.
Could you rebase the PR? USE_TESTENV_PROPERTIES change is already delivered.
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