ci: run ostree image tests via Schutbot
OSTree tests, especially the fedora-ostree-image one, will soon need the tight integration with the host for LVM2/LUKS support. This we cannot run them in github action containers. Move them to Schutzbot. Explicitly install the new sub-package until composer gains the needed requirement.
This commit is contained in:
parent
9f8c7f3ad9
commit
0aea72e44e
5 changed files with 190 additions and 90 deletions
|
|
@ -60,3 +60,6 @@ sudo dnf -y install osbuild-composer-tests
|
|||
|
||||
# Set up a directory to hold repository overrides.
|
||||
sudo mkdir -p /etc/osbuild-composer/repositories
|
||||
|
||||
# Temp fix until composer gains these dependencies
|
||||
sudo dnf -y install osbuild-luks2 osbuild-lvm2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue