-
Notifications
You must be signed in to change notification settings - Fork 25k
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
Remove test support for FIPS with JDK 8 #77847
Remove test support for FIPS with JDK 8 #77847
Conversation
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
Pinging @elastic/es-security (Team:Security) |
@elasticmachine run elasticsearch-ci/part-1-fips |
@elasticmachine run elasticsearch-ci/part-2-fips |
@elasticmachine run elasticsearch-ci/part-2-fips |
@mark-vieira FIPS jobs are not running for this PR even after I tried to manually trigger them. Could you please take a look? Thanks a lot! |
@elasticmachine run elasticsearch-ci/part-1-fips |
@elasticmachine run elasticsearch-ci/part-2-fips |
Triggered for me 🤷 |
@elasticmachine update branch |
@elasticmachine update branch |
@elasticmachine update branch |
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
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