diff --git a/data/openshift-gce-devel/ci_analysis_us/component_mapping.json b/data/openshift-gce-devel/ci_analysis_us/component_mapping.json index 4a9d5ff5..56893e41 100644 --- a/data/openshift-gce-devel/ci_analysis_us/component_mapping.json +++ b/data/openshift-gce-devel/ci_analysis_us/component_mapping.json @@ -303422,12 +303422,12 @@ "Product": "OpenShift", "Priority": 0, "StaffApprovedObsolete": false, - "Component": "Unknown", + "Component": "Cloud Compute / Cloud Controller Manager", "Capabilities": [ "Other" ], - "JIRAComponent": "Unknown", - "JIRAComponentID": "12367926" + "JIRAComponent": "Cloud Compute / Cloud Controller Manager", + "JIRAComponentID": "12367726" }, { "APIVersion": "v1", @@ -303438,12 +303438,12 @@ "Product": "OpenShift", "Priority": 0, "StaffApprovedObsolete": false, - "Component": "Unknown", + "Component": "Cloud Compute / Cloud Controller Manager", "Capabilities": [ "Other" ], - "JIRAComponent": "Unknown", - "JIRAComponentID": "12367926" + "JIRAComponent": "Cloud Compute / Cloud Controller Manager", + "JIRAComponentID": "12367726" }, { "APIVersion": "v1", @@ -303454,12 +303454,12 @@ "Product": "OpenShift", "Priority": 0, "StaffApprovedObsolete": false, - "Component": "Unknown", + "Component": "Cloud Compute / Cloud Controller Manager", "Capabilities": [ "Other" ], - "JIRAComponent": "Unknown", - "JIRAComponentID": "12367926" + "JIRAComponent": "Cloud Compute / Cloud Controller Manager", + "JIRAComponentID": "12367726" }, { "APIVersion": "v1", @@ -303470,12 +303470,12 @@ "Product": "OpenShift", "Priority": 0, "StaffApprovedObsolete": false, - "Component": "Unknown", + "Component": "Cloud Compute / Cloud Controller Manager", "Capabilities": [ "Other" ], - "JIRAComponent": "Unknown", - "JIRAComponentID": "12367926" + "JIRAComponent": "Cloud Compute / Cloud Controller Manager", + "JIRAComponentID": "12367726" }, { "APIVersion": "v1", @@ -303486,12 +303486,12 @@ "Product": "OpenShift", "Priority": 0, "StaffApprovedObsolete": false, - "Component": "Unknown", + "Component": "Cloud Compute / Cloud Controller Manager", "Capabilities": [ "Other" ], - "JIRAComponent": "Unknown", - "JIRAComponentID": "12367926" + "JIRAComponent": "Cloud Compute / Cloud Controller Manager", + "JIRAComponentID": "12367726" }, { "APIVersion": "v1", @@ -303502,12 +303502,12 @@ "Product": "OpenShift", "Priority": 0, "StaffApprovedObsolete": false, - "Component": "Unknown", + "Component": "Cloud Compute / Cloud Controller Manager", "Capabilities": [ "Other" ], - "JIRAComponent": "Unknown", - "JIRAComponentID": "12367926" + "JIRAComponent": "Cloud Compute / Cloud Controller Manager", + "JIRAComponentID": "12367726" }, { "APIVersion": "v1", @@ -303518,12 +303518,12 @@ "Product": "OpenShift", "Priority": 0, "StaffApprovedObsolete": false, - "Component": "Unknown", + "Component": "Cloud Compute / Cloud Controller Manager", "Capabilities": [ "Other" ], - "JIRAComponent": "Unknown", - "JIRAComponentID": "12367926" + "JIRAComponent": "Cloud Compute / Cloud Controller Manager", + "JIRAComponentID": "12367726" }, { "APIVersion": "v1", diff --git a/pkg/components/cloudcompute/cloudcontrollermanager/component.go b/pkg/components/cloudcompute/cloudcontrollermanager/component.go index f5e94a84..0c53ec4e 100644 --- a/pkg/components/cloudcompute/cloudcontrollermanager/component.go +++ b/pkg/components/cloudcompute/cloudcontrollermanager/component.go @@ -46,6 +46,9 @@ var CloudControllerManagerComponent = Component{ }, Priority: 2, }, + { + IncludeAll: []string{"cloud-provider-aws-e2e"}, + }, }, }, }