Shorten rmquser kuttl test names to fit 63-char label limit#380
Shorten rmquser kuttl test names to fit 63-char label limit#380lmiccini wants to merge 1 commit into
Conversation
infra-operator commit fcc8556 changed RabbitMQ user CR naming to shared canonical names (<cluster>-<vhost>-user-<username>). With cluster=rabbitmq-notifications and user/vhost=watcher-notifications, the canonical name exceeds the 63-char Kubernetes label limit (71 chars). Shorten to watcher-notif (55 chars) to stay within bounds. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
|
Build failed (check pipeline). Post ✔️ openstack-meta-content-provider-master SUCCESS in 2h 33m 57s |
|
check-rdo |
|
Build failed (check pipeline). Post ✔️ openstack-meta-content-provider-master SUCCESS in 2h 59m 08s |
infra-operator commit fcc8556 changed RabbitMQ user CR naming to shared canonical names (--user-). With cluster=rabbitmq-notifications and user/vhost=watcher-notifications, the canonical name exceeds the 63-char Kubernetes label limit (71 chars). Shorten to watcher-notif (55 chars) to stay within bounds.
Depends-On: #369