Skip to content

Commit

Permalink
enable extra ipa collectors only when building ipa
Browse files Browse the repository at this point in the history
  • Loading branch information
bbezak authored and MoteHue committed Dec 4, 2024
1 parent 3e35c51 commit 9dd8d6f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions etc/kayobe/ipa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,7 @@ ipa_build_dib_elements_extra:
#ipa_collectors_default:

# List of additional inspection collectors to run.
ipa_collectors_extra:
- "dmi-decode"
- "extra-hardware"
- "numa-topology"
ipa_collectors_extra: "{{ ['dmi-decode', 'extra-hardware', 'numa-topology'] if ipa_build_images else [] }}"

# List of inspection collectors to run.
#ipa_collectors:
Expand Down

0 comments on commit 9dd8d6f

Please sign in to comment.