-
-
Notifications
You must be signed in to change notification settings - Fork 251
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
Set OPENJ9_BRANCH and JDK_BRANCH to release_tag in test pipeline #2166
Conversation
This should not be limited to openj9. May just set JDK_BRANCH --> ${buildConfig.SCM_REF} if ${buildConfig.SCM_REF} is set. |
- If release_tag is provided, set OPENJ9_BRANCH to release_tag (buildConfig.SCM_REF). Otherwise, set OPENJ9_BRANCH to master - If release_tag is provided, set JDK_BRANCH to release_tag (buildConfig.SCM_REF). Otherwise, set JDK_BRANCH according to buildConfig.VARIANT Resolves: adoptium#2131 Related: adoptium/aqa-tests#2006 Signed-off-by: lanxia <lan_xia@ca.ibm.com>
Updated to set JDK_BRANCH if buildConfig.SCM_REF is provided. Otherwise, set JDK_BRANCH according to |
Reviewers: @smlambert @sophia-guo |
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.
LGTM
Could Admin please trigger PR Testers with |
run tests |
There's a pretty big backlog right now. PR-tester might take a while https://ci.adoptopenjdk.net/view/build-tester/job/build-scripts-pr-tester/job/openjdk-build-pr-tester/ |
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.
LGTM
🟠 PR TESTER RESULT 🟠❎ Some pipelines failed or the job was aborted! ❎ |
The macos build issue is not related to this PR, is it a known issue?
I believe this is ready to merge. |
I see the answer to my question in #2197 |
(buildConfig.SCM_REF). Otherwise, set OPENJ9_BRANCH to master
(buildConfig.SCM_REF). Otherwise, set JDK_BRANCH according to
buildConfig.VARIANT
Resolves: #2131
Related: adoptium/aqa-tests#2006
Signed-off-by: lanxia lan_xia@ca.ibm.com