-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Execute only FIPS Unit tests, not UT of dependent modules #22038
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
Conversation
mposolda
left a comment
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.
rmartinc
left a comment
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! Thanks @mabartos !
|
@mabartos It seems I cannot manually trigger it. The option might be one of:
|
|
@mposolda Rebased. FIPS UT passed; everything works as expected. |
Just spotted this issue.
As the
-amis specified, all dependent modules are also built, which provoke also the execution of unit tests for dependent modules. The execution of other UTs is made in Base UT and doesn't need to be executed twice as there's no difference to execute it with various types of FIPS configs.@rmartinc @mposolda Could you please check it? Thanks