-
Notifications
You must be signed in to change notification settings - Fork 93
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/TMT: enable downstream syncing to CentOS Stream 10 #305
Conversation
Failed to load packit config file:
For more info, please check out the documentation or contact the Packit team. You can also use our CLI command |
2 similar comments
Failed to load packit config file:
For more info, please check out the documentation or contact the Packit team. You can also use our CLI command |
Failed to load packit config file:
For more info, please check out the documentation or contact the Packit team. You can also use our CLI command |
daa5472
to
879cd25
Compare
Failed to load packit config file:
For more info, please check out the documentation or contact the Packit team. You can also use our CLI command |
2 similar comments
Failed to load packit config file:
For more info, please check out the documentation or contact the Packit team. You can also use our CLI command |
Failed to load packit config file:
For more info, please check out the documentation or contact the Packit team. You can also use our CLI command |
d9bc18f
to
0aa5495
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. |
1 similar comment
podman e2e tests failed. @containers/packit-build please check. |
This commit enables downstream syncing to CentOS Stream 10. This isn't fully automated yet and requires the maintainer to run `packit propse-downstream` and `centpkg build` steps manually. This commit also adds TMT podman revdep tests for CentOS Stream 10 and RHEL 10 Beta Nightly. These tests are likely to fail pending netavark work to default to nftables. This commit will also run separate jobs for `epel-9` and `centos-stream-9` to ensure we're using rhel rpms for rhel tests and centos stream rpms for centos stream tests. This will also be done for centos stream 10 / rhel 10 once the epel-10 target is created on copr. Signed-off-by: Lokesh Mandvekar <[email protected]>
0aa5495
to
9df3042
Compare
merging this as it's only packit and downstream specific stuff. There are no actual selinux changes. |
This commit enables downstream syncing to CentOS Stream 10. This isn't fully automated yet and requires the maintainer to run
packit propse-downstream
andcentpkg build
steps manually.This commit also adds TMT podman revdep tests for CentOS Stream 10 and RHEL 10 Beta Nightly. These tests are likely to fail pending netavark work to default to nftables.
This commit will also run separate jobs for
epel-9
andcentos-stream-9
to ensure we're using rhel rpms for rhel tests and centos stream rpms for centos stream tests. This will also be done for centos stream 10 / rhel 10 once the epel-10 target is created on copr.