-
Notifications
You must be signed in to change notification settings - Fork 92
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
Packit: enable podman integration tests #230
Conversation
Failed to load packit config file:
For more info, please check out the documentation or contact the Packit team. |
c9d6bf7
to
5a0b81b
Compare
d7b2b5c
to
47c5ea1
Compare
@lsm5 what do we need to do with this one? |
need to get past the out of disk space issues on the testing environment. The testing env does provide a way to specify additional hardware so it's just a matter of getting the config right. I'd like to keep this open, as I'm gonna get to it soon. |
ffca388
to
ea467db
Compare
ea467db
to
91a8507
Compare
podman e2e tests failed. @containers/packit-build please check. |
88d63b1
to
27a5cdf
Compare
podman system tests failed. @containers/packit-build please check. |
podman e2e tests failed. @containers/packit-build please check. |
podman system tests failed. @containers/packit-build please check. |
1599d84
to
ece0d13
Compare
podman e2e tests failed. @containers/packit-build please check. |
podman system tests failed. @containers/packit-build please check. |
podman e2e tests failed. @containers/packit-build please check. |
e1f1e5f
to
46e6adc
Compare
podman system tests failed. @containers/packit-build please check. |
46e6adc
to
9bd61cf
Compare
podman e2e tests failed. @containers/packit-build please check. |
62ae2a5
to
ee29ccf
Compare
podman system tests failed. @containers/packit-build please check. |
ee29ccf
to
dcc74e3
Compare
podman e2e tests failed. @containers/packit-build please check. |
podman system tests failed. @containers/packit-build please check. |
c5ecc30
to
5dadcd3
Compare
The test scripts are replaced by inline scripting in the fmf file itself making it much easier to maintain. Signed-off-by: Lokesh Mandvekar <[email protected]>
5dadcd3
to
dad7d2f
Compare
@rhatdan good to go. We now have both podman e2e tests and system tests for all active fedora. CentOS Stream testing should work once containers/podman#20262 is merged. Will handle that in a followup PR. |
LGTM |
The test scripts are replaced by inline scripting in the fmf file itself
making it much easier to maintain.