Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable /hardening/host-os/ansible on RHEL7 s390x and ppc64 #147

Merged
merged 1 commit into from
Apr 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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