-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
RedfishPkg: Populate serial number in SMBIOS type 42 record #10818
base: master
Are you sure you want to change the base?
RedfishPkg: Populate serial number in SMBIOS type 42 record #10818
Conversation
b663ec2
to
b2c6240
Compare
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 for me
994a309
to
0e9e938
Compare
Hi, all failing CI checks are related to "SpellCheck failing for 99 words". Those failing words are not related to this change. Any suggestions on how to handle this issue? |
The spelling checks are in log, but does not fail CI. The real error is above those messages in the log:
|
RedfishPkg/Library/PlatformHostInterfaceLibNull/PlatformHostInterfaceLibNull.c
Show resolved
Hide resolved
c321bcf
to
3e0a147
Compare
It looks like the tianocore.PatchCheck passed all checks for each individual commit. However, the pipeline still failed. Any suggestions on how to get it fixed? |
334ba89
to
b74f7fa
Compare
@thejaputta , you are still trying to submit merge commit that can not pass PatchCheck. I would suggest to squash all your commits into the single one, save its hash or save it as a text file via I hope this help. |
b74f7fa
to
d25c15d
Compare
@ghbaccount, thank you for the advice. Previously, I rebased the patches and force-pushed after running PatchCheck locally to ensure all CI checks passed. Today, I squashed all the commits and force-pushed the changes again. However, the PatchCheck test still fails. |
@thejaputta PatchCheck wants you to split the commit into components:
I guess it expects that change in EmulatorPkg must be a single commit. |
Add a stub function to read host interface USB serial number, append serial number to SMBIOS type 42 record if valid data is returned. Signed-off-by: Thejaswani Putta <tputta@nvidia.com>
Signed-off-by: Thejaswani Putta <tputta@nvidia.com>
d25c15d
to
3b8fbc5
Compare
Thank you. It might have been the issue. I have updated the merge request with 2 separate commits for each Pkg and this time PatchCheck passed. |
No description provided.