-
Notifications
You must be signed in to change notification settings - Fork 61
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
HMS-3162: test: boot generated image and ensure ssh is working #34
Conversation
Looks good, happy to approved when #24 is merged and this is rebased. :) |
0d8c943
to
cceb14e
Compare
e8489e1
to
d306cf5
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.
typo here
5868880
to
6557abb
Compare
6557abb
to
3a330cf
Compare
@mvo5 looks the action is not yet working well with RH ranch :( It fails to report the correct URL seems. http://artifacts.osci.redhat.com/testing-farm/54e53734-4050-45df-abff-c79e365d354c/ So seems tests run, but they failed on:
|
@mvo5 never mind, you need to adjust https://github.com/sclorg/testing-farm-as-github-action/blob/main/action.yml#L78 |
My apologies for not realizing earlier, we do not use much this action 🤦 |
5d9594f
to
bd2d8c2
Compare
Thank you for all your help with this! It looks like it's working fine, I'm very excited. |
Needs a rebase and conflict resolution. |
Do some more testing of the generated image by booting it and checking that ssh comes up. There will be a followup that will actually login into the VM and ensure that also works.
bd2d8c2
to
f158d30
Compare
This PR adds the extra check that the generated image from
podman run osbuild-deploy-container
can actually boot in qemu and will open the ssh port.