Skip to content

Commit

Permalink
Move DISA Alignment 'adjust' and 'extra-hardware' to main.fmf
Browse files Browse the repository at this point in the history
  • Loading branch information
mildas authored and comps committed Mar 11, 2024
1 parent 85ff7dd commit 96ed630
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 30 deletions.
10 changes: 0 additions & 10 deletions scanning/disa-alignment/anaconda.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@ result: custom
environment+:
PYTHONPATH: ../..
duration: 1h
extra-hardware: |
keyvalue = HVM=1
hostrequire = memory>=3720
adjust:
- when: arch != x86_64
enabled: false
because: run virtualization on x86_64 only
- when: distro == rhel-7
enabled: false
because: the code is not compatible with RHEL-7
tag:
- max1
- daily
10 changes: 0 additions & 10 deletions scanning/disa-alignment/ansible.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@ require+:
# needed for the ini_file ansible plugin, and more
- rhc-worker-playbook
duration: 1h
extra-hardware: |
keyvalue = HVM=1
hostrequire = memory>=3720
adjust:
- when: arch != x86_64
enabled: false
because: run virtualization on x86_64 only
- when: distro == rhel-7
enabled: false
because: the code is not compatible with RHEL-7
tag:
- max1
- daily
10 changes: 10 additions & 0 deletions scanning/disa-alignment/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,13 @@ require+:
- virt-install
- rpm-build
- createrepo
extra-hardware: |
keyvalue = HVM=1
hostrequire = memory>=3720
adjust:
- when: arch != x86_64
enabled: false
because: run virtualization on x86_64 only
- when: distro == rhel-7
enabled: false
because: the code is not compatible with RHEL-7
10 changes: 0 additions & 10 deletions scanning/disa-alignment/oscap.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@ result: custom
environment+:
PYTHONPATH: ../..
duration: 1h
extra-hardware: |
keyvalue = HVM=1
hostrequire = memory>=3720
adjust:
- when: arch != x86_64
enabled: false
because: run virtualization on x86_64 only
- when: distro == rhel-7
enabled: false
because: the code is not compatible with RHEL-7
tag:
- max1
- daily

0 comments on commit 96ed630

Please sign in to comment.