Skip to content

Commit 40b3254

Browse files
neiswopenshift-cherrypick-robot
authored andcommitted
NO-JIRA: Add filter for openshift-copy-to-node ns
1 parent 0740338 commit 40b3254

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pkg/monitortestlibrary/platformidentification

pkg/monitortestlibrary/platformidentification/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ func IsPlatformNamespace(nsName string) bool {
294294
case nsName == "default" || nsName == "kubernetes" || nsName == "openshift":
295295
return true
296296

297-
case strings.HasPrefix(nsName, "openshift-must-gather-") || strings.HasPrefix(nsName, "openshift-debug-"):
297+
case strings.HasPrefix(nsName, "openshift-must-gather-") || strings.HasPrefix(nsName, "openshift-debug-") || strings.HasPrefix(nsName, "openshift-copy-to-node-"):
298298
// we skip these namespaces because the names vary by run and produce problems
299299
return false
300300
case strings.HasPrefix(nsName, "openshift-"):

0 commit comments

Comments
 (0)