SPLAT-2538: Map cloud-provider-aws-e2e tests to Cloud Controller Manager component#525
Conversation
This change addresses OCPBUGS-65885 by mapping all cloud-provider-aws-e2e tests to the Cloud Compute / Cloud Controller Manager component. Previously, these tests were unmapped (showing as "Unknown" component). This includes the two specific tests mentioned in the bug: - [cloud-provider-aws-e2e] loadbalancer NLB should be reachable with target-node-labels - [cloud-provider-aws-e2e] loadbalancer NLB internal should be reachable with hairpinning traffic All 7 cloud-provider-aws-e2e tests are now correctly attributed to the Cloud Controller Manager component. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
@mtulio: This pull request references Jira Issue OCPBUGS-65885, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (jiezhao@redhat.com), skipping review request. The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions 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 openshift-eng/jira-lifecycle-plugin repository. |
|
@mtulio: This pull request references SPLAT-2538 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.21.0" version, but no target version was set. DetailsIn response to this:
Instructions 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/assign @dgoodwin |
|
/lgtm In future probably best to use the [Jira:"my component"] syntax to get this automatically. Looks like I failed to suggest that in the bug, apologies for that. but this is good enough. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dgoodwin, mtulio The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Fix included in accepted release 4.22.0-0.nightly-2026-01-22-122134 |
Summary
This PR addresses OCPBUGS-65885 by mapping all cloud-provider-aws-e2e tests to the Cloud Compute / Cloud Controller Manager component.
Changes
pkg/components/cloudcompute/cloudcontrollermanager/component.goto match all tests containing "cloud-provider-aws-e2e"make mappingTests Mapped
All 7 cloud-provider-aws-e2e tests are now correctly mapped from "Unknown" to "Cloud Compute / Cloud Controller Manager":
[cloud-provider-aws-e2e] loadbalancer NLB should be reachable with target-node-labels[cloud-provider-aws-e2e] loadbalancer NLB internal should be reachable with hairpinning traffic[cloud-provider-aws-e2e] loadbalancer CLB internal should be reachable with hairpinning traffic[cloud-provider-aws-e2e] loadbalancer CLB should be reachable with default configurations[cloud-provider-aws-e2e] loadbalancer NLB should be reachable with default configurations[cloud-provider-aws-e2e] nodes should label nodes with topology network info if instance is supported[cloud-provider-aws-e2e] nodes should set zone-id topology labelTest plan
make mappingsuccessfully🤖 Generated with Claude Code