osbuild/plans/integration-tests.fmf
Tomáš Hozza a7239bd381
Run tests only on x86_64
Tests are intended to work only on x86_64. Other arches are tested in
the upstream.

Resolves: RHEL-32133

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
2024-07-23 17:39:34 +02:00

13 lines
198 B
Plaintext

summary: Run osbuild integration tests
prepare:
how: install
package:
- osbuild
discover:
how: fmf
filter: tag:integration-test
execute:
how: tmt
provision:
arch: x86_64