gdisk component has been removed from c10s / el10, therefore we should
not be installing it and testing the stage.
Signed-off-by: Tomáš Hozza <thozza@redhat.com>
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>
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>
Use an up-to-date manifest from the upstream osbuild CI test data
and also specify an output directory, so that osbuild is actually
attempting to produce an image.
Add a simple smoke test that currently just executes osbuild with
the '--help' option to check that it can run at all.
Gate for rawhide (via bodhi_update_push_stable) and for stable
(via bodhi_update_push_testing) on a minimum of dist checks as
well as the smoke test above.