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

Expand comparison scmReference and JDK_BRANCH value from testenv.properties to cover Adoptium patch use case #1012

Closed
smlambert opened this issue Apr 22, 2024 · 0 comments · Fixed by #1013

Comments

@smlambert
Copy link
Contributor

The current code in openjdk_build.groovy that checks if we are using appropriately matched test material to the JDK code that we are building does not take into account the very occasional use case where we will float a patch in the Adoptium mirror repo ahead of it being upstreamed to the OpenJDK repository. Since we are about to do just that for the April 2024 CPU release for s390x_linux patch into JDK 22, we need to update the comparison code.

Related code:
https://github.com/adoptium/ci-jenkins-pipelines/blob/master/pipelines/build/openjdk_pipeline.groovy#L80-L83
https://github.com/adoptium/ci-jenkins-pipelines/blob/master/pipelines/build/openjdk_pipeline.groovy#L106-L114

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant