Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pkg/components/managementconsole/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ var ManagementConsoleComponent = Component{
"upgrade should succeed: console",
},
},
{Suite: "Operator Hub tests"},
{Suite: "operatorhub feature related"},
Comment on lines +34 to +35
Copy link
Contributor

@yapei yapei May 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need move lines here? They should automatically matched to ManagementConsole once deleted from OLM matchers

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but I’d rather play it safe. :)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ack

},
TestRenames: map[string]string{
"[Management Console][invariant] alert/KubePodNotReady should not be at or above info in ns/openshift-console": "[bz-Management Console][invariant] alert/KubePodNotReady should not be at or above info in ns/openshift-console",
Expand Down
8 changes: 5 additions & 3 deletions pkg/components/olm/operatorhub/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ var OperatorHubComponent = Component{
Name: "OLM / OperatorHub",
Operators: []string{},
DefaultJiraComponent: "OLM / OperatorHub",
Matchers: []config.ComponentMatcher{
{Suite: "Operator Hub tests"},
{Suite: "operatorhub feature related"},
Matchers: []config.ComponentMatcher{
// No QE OLM test cases belong to this component.
// These test case should belong to the Console team. Such as `Operator Hub tests.Operator Hub tests (OCP-62266,xiyuzhao,UserInterface) Filter operators based on nodes OS type`
// {Suite: "Operator Hub tests"},
// {Suite: "operatorhub feature related"},
},
},
}
Expand Down