osbuild/plans/unit-tests.fmf

18 lines
358 B
Plaintext
Raw Normal View History

summary: Run osbuild unit tests from dist-git sources
prepare:
- how: install
package:
- git
- make
- osbuild
- how: shell
order: 20
script: dnf config-manager --set-enabled testing-farm-tag-repository
discover:
how: fmf
filter: tag:unit-test
execute:
how: tmt
provision:
arch: x86_64