-
Notifications
You must be signed in to change notification settings - Fork 21
ci: several changes related to new qemu test, ansible-lint, python versions, ubuntu versions #177
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
Conversation
|
@Jakuje re: f42 failures - I guess there are some new options or removed options in f42? |
Is there way to get some logs from that or output? I do not see in our CI any issues on Fedora 42. |
https://github.com/linux-system-roles/ssh/actions/runs/14340666754/job/40198837238?pr=177 The failing test is the failure is |
|
Sounds like some repository issue, It should be safe to skip this test on QEMU. This is just to install manual pages in minimized container images. We have some logic to run something only on containers in sshd, but I do not think we have it here. |
martinpitt
left a comment
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.
Green now with the latest update, the previous failure sounds and awful lot like the ansible 2.16 dnf5 incompatibility.
1d332be to
e6779df
Compare
…rsions, ubuntu versions There is a new QEMU based test which uses the qemu/kvm capability of github action runners. This is the basis for new bootc/image mode tests which we will be rolling out in the near future. ansible-lint requires that the collection path is set so that the requirements it installs are installed in the correct place. There has been some general github action deprecation of python versions and ubuntu versions that we have had to fix. Remove `CONTRIBUTOR` from the list of users who can trigger citest. For more information, see * linux-system-roles/.github#98 * linux-system-roles/.github#94 * linux-system-roles/.github#93 * linux-system-roles/.github#92 * linux-system-roles/.github#91 Signed-off-by: Rich Megginson <rmeggins@redhat.com>
There is a new QEMU based test which uses the qemu/kvm capability of
github action runners. This is the basis for new bootc/image mode tests
which we will be rolling out in the near future.
ansible-lint requires that the collection path is set so that the requirements
it installs are installed in the correct place.
There has been some general github action deprecation of python versions and
ubuntu versions that we have had to fix.
Remove
CONTRIBUTORfrom the list of users who can trigger citest.For more information, see