Commit 694ced1
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 694ced1
1 file changed
Lines changed: 5 additions & 6 deletions
Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
| |||
59 | 63 | | |
60 | 64 | | |
61 | 65 | | |
62 | | - | |
63 | 66 | | |
64 | | - | |
65 | 67 | | |
66 | | - | |
67 | | - | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
| |||
0 commit comments