Skip to content

Commit 4325b39

Browse files
Merge pull request #30715 from openshift-cherrypick-robot/cherry-pick-30713-to-release-4.21
[release-4.21] OCPBUGS-74303: Add filter for openshift-copy-to-node ns
2 parents 0740338 + 40b3254 commit 4325b39

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)