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:
parent
8b2bbccf34
commit
667aff7dee
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue