-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
GH-38439: [Java][CI] Use Eclipse Temurin for all Java CI linux jobs #38440
GH-38439: [Java][CI] Use Eclipse Temurin for all Java CI linux jobs #38440
Conversation
|
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.
Looks good, afaik that docker image is only used for PR ci as the only other java jobs are java-jars and verify-rc.
Thanks! Should we go ahead and merge this? |
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 9569be8. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
…jobs (apache#38440) ### Rationale for this change Use the same JDK vendor for all linux CI jobs and upgrade maven to latest version. ### What changes are included in this PR? * Eclipse Temurin image for Ubuntu is used for JDK 8 and 11 * maven is upgraded to 3.9.5 for all Ubuntu jobs ### Are these changes tested? This will be tested in CI. ### Are there any user-facing changes? No, just a developer change when using docker/archery. The image name is now `java` instead of `eclipse-java` and `debian-java`. * Closes: apache#38439 Authored-by: Dane Pitkin <[email protected]> Signed-off-by: Jacob Wujciak-Jens <[email protected]>
…jobs (apache#38440) ### Rationale for this change Use the same JDK vendor for all linux CI jobs and upgrade maven to latest version. ### What changes are included in this PR? * Eclipse Temurin image for Ubuntu is used for JDK 8 and 11 * maven is upgraded to 3.9.5 for all Ubuntu jobs ### Are these changes tested? This will be tested in CI. ### Are there any user-facing changes? No, just a developer change when using docker/archery. The image name is now `java` instead of `eclipse-java` and `debian-java`. * Closes: apache#38439 Authored-by: Dane Pitkin <[email protected]> Signed-off-by: Jacob Wujciak-Jens <[email protected]>
Rationale for this change
Use the same JDK vendor for all linux CI jobs and upgrade maven to latest version.
What changes are included in this PR?
Are these changes tested?
This will be tested in CI.
Are there any user-facing changes?
No, just a developer change when using docker/archery. The image name is now
java
instead ofeclipse-java
anddebian-java
.