Skip to content

Commit

Permalink
Disable /hardening/host-os/ansible on RHEL7 s390x and ppc64 because of
Browse files Browse the repository at this point in the history
missing EPEL.
  • Loading branch information
mildas authored and comps committed Apr 9, 2024
1 parent 9c47fa9 commit a523bcc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hardening/host-os/ansible/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ recommend+:
tag:
- destructive
adjust:
- when: distro == rhel-7 and arch == s390x or distro == rhel-7 and arch == ppc64
enabled: false
because: >
RHEL-7 has no EPEL for s390x/ppc64 and we need python3,
remove this once we drop support for RHEL-7, and fully remove
the machine-hardening tests from the General plan, as they are now
only running on RHEL-7 && s390x to cover this gap
- when: distro >= rhel-7 and arch == aarch64
enabled: false
because: RHEL-8+ requires rhc-worker-playbook which is not available for aarch64
Expand Down

0 comments on commit a523bcc

Please sign in to comment.