ci: several changes related to new qemu test, ansible-lint, python versions, ubuntu versions#233
Conversation
5684878 to
768bb12
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>
|
The f42 failure reproduces locally. Journal is a bit sparse, it just says
I'm running Hitting /usr/lib/kdump/kdump-logger.sh over the head reveals that it calls which fails silently. This is an internal program without Maybe there's a config option which it doesn't like. Original: From lsr: So the Commenting out all options except /proc/cmdline has As it happens, this broke Cockpit's tests last week as wel, and Marius already reported it to Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=2357959 . So the test really just reproduces this. |
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