-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Disable OpenJ9 XL Specs #23
Conversation
Thank you for creating a pull request! |
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
run-tests |
run tests |
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
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.
Can we remove the build config values from the jdkxx_pipeline_config.groovy
files too?
@M-Davies is that needed to disable the builds? I was thinking that would be part of the follow up cleanup. |
Shouldn't they be removed at the same time? It would allow for an easier revert later down the line in case we decide to add XL specs back in? |
I guess it's up to Adopt. By that argument we should remove all xl related stuff in 1 PR. I don't think there'll be need to revert once the seconds PR cleans up all the xl related code. |
PR TESTER RESULT ✅ All pipelines passed! ✅ |
Can I leave it up to Adopt folks to determine if there are other areas that need changes? Website, API, Docker etc. There will be existing released XL builds but going forward there will only be the default build. |
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.
I'm ok for improving this for now but we should clarify how to remove and/or disable platforms in the future (preferably in the FAQ)
In fact, we already clarified it. |
@AdamBrousseau rebase sorry! |
Turn off large heap platforms in the ci builds. More cleanup can be done related to xl packages once the dust settles. Depends adoptium#22 Signed-off-by: Adam Brousseau <[email protected]>
3039421
to
5e3825b
Compare
Rebased. Set as draft until 22 is merged. |
@AdamBrousseau can we merge this now? |
Yes I think we're ready for this. |
It would be good to clear up the XL build jobs from the active versions in jenkins. @M-Davies I wonder whether we can modify the generator jobs to cleanup jobs that are no longer defined? |
Replace --enable-dtrace=auto with --enable-dtrace
Turn off large heap platforms in the ci builds.
More cleanup can be done related to xl packages
once the dust settles.
Depends #22
Signed-off-by: Adam Brousseau [email protected]