Sanity/machine-hardening: replace by Contest

The only distro/arch combos that Contest cannot run on are
RHEL-7 and s390x/ppc64 where EPEL isn't available.

Keep machine-hardening for those combinations.

Signed-off-by: Jiri Jaburek <jjaburek@redhat.com>
This commit is contained in:
Jiri Jaburek 2023-07-25 02:27:00 +02:00 committed by Milan Lysonek
commit 667aff7dee

View file

@ -35,4 +35,7 @@ adjust:
- enabled: false
when: distro == fedora
continue: false
- enabled: false
when: distro > rhel-7 or arch != s390x and arch != ppc64
because: replaced by Contest
order: 300