-
Notifications
You must be signed in to change notification settings - Fork 106
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
edge:add iot-simplified-installer test case #3895
Conversation
2dc4bb8
to
ab0d94b
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.
@yih-redhat Your change caused simpflied-installer-fips test failed. Could you please take a look? Thanks.
Blocked by bug fdo-rs/fido-device-onboard-rs#605 |
Sure, I will re-run this case later after fdo-aio bug fixed. |
Hi @mmartinv , the CI job edge-simplified-9-fips failed with this error: TASK [run 'fips-mode-setup --check'] ******************************************* it's strange because the first case(without fido) and second case(with fido insecure) passed, but failed at third case(with fido sshkey). And the same case can pass in our downstream CI https://github.com/virt-s1/rhel-edge/blob/main/ostree-simplified-installer.sh |
password = "${EDGE_USER_PASSWORD_SHA512}" | ||
key = "${SSH_KEY_PUB}" | ||
home = "/home/simple/" | ||
groups = ["wheel"] |
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.
[[customizations.user]]
must be added before [customizations]
or after adding fips=true
, otherwise it will break the blueprint definition.
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.
Thank you @mmartinv !
I fixed this error and will trigger CI test again.
ab0d94b
to
4d8667f
Compare
This PR is stale because it has been open 30 days with no activity. Remove "Stale" label or comment or this will be closed in 7 days. |
This PR was closed because it has been stalled for 30+7 days with no activity. |
This pull request includes: