Skip to content

Commit 5decf3e

Browse files
committed
ci: several changes related to new qemu test, ansible-lint, python versions, 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 <[email protected]>
1 parent 5a406c6 commit 5decf3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/qemu-kvm-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
done
119119
120120
- name: Set commit status as success with a description that platform is skipped
121-
if: ${{ steps.check_platform.outputs.supported == '' }}
121+
if: ${{ steps.check_platform.outputs.supported == '' }}
122122
uses: myrotvorets/set-commit-status-action@master
123123
with:
124124
status: success

0 commit comments

Comments
 (0)