Since [1], TMT finally applies downstream patches when extracting sources for testing. Fixing this took eternity, and in the meantime, we moved to using rhpkg / centpkg to prepare the sources for testing. This is however now causing a lot of pain in c10s / el10, because these tools are not yet build for the new distro versions. Let's move back to relying on TMT to extract sources and apply downstream, patches. [1] https://github.com/teemtee/tmt/pull/2641 Signed-off-by: Tomáš Hozza <thozza@redhat.com>
14 lines
237 B
Plaintext
14 lines
237 B
Plaintext
summary: Run osbuild unit tests from dist-git sources
|
|
prepare:
|
|
how: install
|
|
package:
|
|
- git
|
|
- make
|
|
- osbuild
|
|
discover:
|
|
how: fmf
|
|
dist-git-source: true
|
|
filter: tag:unit-test
|
|
execute:
|
|
how: tmt
|