Commit 3114b38
CMP-4648: Fix the content image profile-enable list
Two defects found during joint testing on a mixed-architecture CNV
cluster:
1. The cis-vm-extension and cis-vm-extension-node enables sat in the
x86_64-only block, so the aarch64 datastream shipped without the
profiles - on a mixed-arch worker pool the ARM nodes fail with 'No
profile matching suffix' and strictNodeScan turns the whole pool
ERROR. Move them to the all-architecture block so aarch64, ppc64le
and s390x get them too.
2. de52a3c removed the ocp4 and rhcos4 STIG V2R2 profile snapshots
but the enable list still sed'ed them; the failing sed
short-circuited the && chain and silently skipped every later
enable (stig-v2r3, stig-node-v2r3, the virt profiles and the
rhcos4 bsi enables), masked by a trailing ';' that kept the RUN
exit 0. Remove the three dead seds; the block is now a single &&
chain so a future missing file fails the build loudly.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 6f70c98 commit 3114b38
1 file changed
Lines changed: 3 additions & 6 deletions
Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
62 | | - | |
63 | 64 | | |
64 | | - | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | 66 | | |
69 | 67 | | |
70 | | - | |
71 | 68 | | |
72 | 69 | | |
73 | 70 | | |
| |||
0 commit comments