Skip to content

Commit ef9a87a

Browse files
Merge pull request #88 from shiftstack/simplify_query
Simplify bug query
2 parents 78a1934 + a44b4dd commit ef9a87a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

pkg/query/query.go

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,5 @@ const ShiftStack = `project = "OpenShift Bugs"
1212
"Networking / kuryr",
1313
"Test Framework / OpenStack"
1414
)
15-
OR (
16-
component in (
17-
"Installer",
18-
"Machine Config Operator",
19-
"Machine Config Operator / platform-none",
20-
"Cloud Compute / Cloud Controller Manager",
21-
"Cloud Compute / Cluster Autoscaler",
22-
"Cloud Compute / MachineHealthCheck",
23-
"Cloud Compute / Unknown")
24-
AND (
25-
summary ~ "osp"
26-
OR summary ~ "openstack"
27-
)
28-
)
2915
)
3016
`

0 commit comments

Comments
 (0)