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:
Christian Kellner 2021-11-23 17:56:30 +01:00 committed by Tom Gundersen
parent 9f8c7f3ad9
commit 0aea72e44e
5 changed files with 190 additions and 90 deletions

View file

@ -14,7 +14,6 @@ jobs:
- "test.run.test_assemblers"
- "test.run.test_boot"
- "test.run.test_noop"
- "test.run.test_ostree"
- "test.run.test_sources"
- "test.run.test_stages"
- "test.src"