-
Notifications
You must be signed in to change notification settings - Fork 171
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
SNOW-937199 Use JDK 11 and 17 in Jenkins #1564
Conversation
2b0df5e
to
4a24089
Compare
4a24089
to
746dc56
Compare
746dc56
to
cccc4ce
Compare
cccc4ce
to
9e9b52c
Compare
SonarQube Quality Gate |
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
Do we know how much time increase after adding all JDK here? If each PR it's taking too long than we can think of to do all JDK testing during release time only. what do you think? Previous time was 2 hrs 30 minutes as per my observation. |
@sfc-gh-igarish All builds run in parallel. Actually the longest build is code coverage on Java 8 and total time spent on build is because of that. We can try to improve it, but it would be better to do it in a separate task. |
Overview
SNOW-937199 - include JDK 11 and 17 in Jenkins jobs.