[18.0-fr5] Fix AnsibleEE job name collisions for long names#1855
Conversation
Previously, when the combined service + deployment + nodeset name exceeded 63 characters (DNS1123 max), simple truncation could cause different jobs to end up with identical names, leading to collisions. Replace the arbitrary -10 prefix truncation with a hash-based approach: - Build the full execution name without premature truncation - If the name exceeds 63 characters, truncate to 54 characters and append an 8-character SHA256 hash suffix - This guarantees unique names even when truncation is required Closes: OSPRH-26041 Signed-off-by: Sergii Golovatiuk <sgolovat@redhat.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: openshift-cherrypick-robot The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
OpenStackControlPlane CRD Size Report
Threshold reference
|
|
/retest |
|
@openshift-cherrypick-robot: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
This is an automated cherry-pick of #1819
/assign karelyatin
Related-Issue: #OSPRH-26041