-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
[Test] Hardcode java11 for Pull Request FIPS CI #77736
Conversation
This PR changes the Pull Request FIPS CI to use Java 11 instead of Java 8 for consistency with Periodic FIPS CI setup and the support matrix.
Pinging @elastic/es-security (Team:Security) |
Somehow the fips CI jobs didn't run for this PR. I cannot find anything in jenkins either. Did my change break something? Not sure where to look at. |
@elasticmachine run elasticsearch-ci/part-1-fips |
@elasticmachine run elasticsearch-ci/part-2-fips |
1 similar comment
@elasticmachine run elasticsearch-ci/part-2-fips |
Strange, I was able to manually trigger them. Perhaps because the |
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.
👍
This PR is labelled with |
We now explicilty require JDK 11 and BC-FIPS for FIPS 140-2 mode. Both periodic and PR CI jobs have been updated to only test for JDK 11 and the latest JDK. As a result, the support for testing with JDK 8 is no longer needed and this PR removes it. Relates: elastic#77736
Thanks. Since this is labeled |
We now explicilty require JDK 11 and BC-FIPS for FIPS 140-2 mode. Both periodic and PR CI jobs have been updated to only test for JDK 11 and the latest JDK. As a result, the support for testing with JDK 8 is no longer needed and this PR removes it. Relates: #77736
This PR changes the Pull Request FIPS CI to use Java 11 instead of Java
8 for consistency with Periodic FIPS CI setup and the support matrix.
Supercedes: #77671