Skip to content

Commit cf56582

Browse files
authored
Merge pull request #1395 from stackhpc/2024.1-ipa-collectors
enable extra ipa collectors only when building ipa
2 parents fe550c4 + 7d8d508 commit cf56582

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

etc/kayobe/ipa.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,7 @@ ipa_build_dib_elements_extra:
119119
#ipa_collectors_default:
120120

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

127124
# List of inspection collectors to run.
128125
#ipa_collectors:

0 commit comments

Comments
 (0)