fix(autopatch): Updated the nvidia PEM replace action find string to match the new spec content (which now includes SOURCE107/nvidiajets #7
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "agent-fix/a10-beta-20260414-210256"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Automated fix by autopatch agent.
Summary: Updated the nvidia PEM replace action find string to match the new spec content (which now includes SOURCE107/nvidiajetsonsoc and SOURCE108/nvidiabfdpu lines), and updated the source number for almalinuxnvidia1.x509 from 107 to 109 to avoid collision.
Root cause
The c10-beta spec was updated upstream to add two more NVIDIA certificate sources (SOURCE107: nvidiajetsonsoc.x509, SOURCE108: nvidiabfdpu.x509) between the existing SOURCE102 line and the cat command. The a10-beta config's find string only matched the old 2-line form (SOURCE102 + cat), so it failed with ActionNotAppliedError. The fix was adapted from the a10s reference branch: update the find string to include the new SOURCE107 and SOURCE108 lines, update the replace string to also add SOURCE109 (almalinuxnvidia.pem, our AlmaLinux addition), and renumber almalinuxnvidia1.x509 from source 107 to 109 to avoid conflicting with the now-occupied SOURCE107 slot.
Original error
Type:
ActionNotAppliedErrorPackage:
kernel| Webhook branch:c10-beta