-
Notifications
You must be signed in to change notification settings - Fork 159
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
Add basic test for podman-quadlet #2216
Conversation
Trying this, I get:
Looks like it's not looking at the testing repo. |
CI is failing with:
Maybe you need to fast-track other packages? |
you need to stick the RPMs in |
Thanks, was missing the
According to https://bodhi.fedoraproject.org/updates/FEDORA-2023-20624cd618, it should even be in stable now. |
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 for working on this Timothee!
#!/bin/bash | ||
## kola: | ||
## # We're pulling a container image from Quay.io | ||
## tags: "platform-independent needs-internet" |
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.
I think we do have other tests that pull containers that are exclusive: false
. This one is probably on the fence of "making meaningful changes to the system" or not so I could go either way.
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.
Good question. We'll setup networks for containers and volumes. This should not interact with other things but the more container related tests we merge the more likely we'll have issues.
Then remove it from the |
I'm starting with the examples from https://github.com/containers/podman/blob/main/docs/source/markdown/podman-systemd.unit.5.md#examples, which apparently don't fully work. |
This comment was marked as outdated.
This comment was marked as outdated.
2f4812c
to
23de5cb
Compare
OK, next step would be to test pods. |
|
The upgrade test in CI failed because of a signature issue that I'm aware of and will fix. For now we can ignore the failure. |
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
Fixes: coreos/fedora-coreos-tracker#998