Skip to content

Commit

Permalink
Merge pull request #1395 from stackhpc/2024.1-ipa-collectors
Browse files Browse the repository at this point in the history
enable extra ipa collectors only when building ipa
  • Loading branch information
Alex-Welsh authored Dec 3, 2024
2 parents fe550c4 + 7d8d508 commit cf56582
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 @@ -119,10 +119,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 cf56582

Please sign in to comment.