osbuild/plans/unit-tests.fmf

19 lines
384 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
dist-git-source: true
filter: tag:unit-test
execute:
how: tmt
provision:
arch: x86_64