File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pkg/monitortestlibrary/pathologicaleventlibrary Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1040,8 +1040,8 @@ func newVsphereConfigurationTestsRollOutTooOftenEventMatcher(finalIntervals moni
10401040 locatorKeyRegexes : map [monitorapi.LocatorKey ]* regexp.Regexp {
10411041 monitorapi .LocatorNamespaceKey : regexp .MustCompile (`^openshift-cluster-csi-drivers$` ),
10421042 },
1043- messageReasonRegex : regexp .MustCompile (`(^SuccessfulCreate$|^SuccessfulDelete$|^DeploymentUpdated$|^DaemonSetUpdated$ )` ),
1044- messageHumanRegex : regexp .MustCompile (`(Created pod.*vmware-vsphere-csi-driver .*|Deleted pod.*vmware-vsphere-csi-driver .*|Updated (Deployment|DaemonSet)\.apps/vmware-vsphere-csi-driver .*)` ),
1043+ messageReasonRegex : regexp .MustCompile (`(.*Create.*|.*Delete.*|.*Update.* )` ),
1044+ messageHumanRegex : regexp .MustCompile (`(.*Create .*|.*Delete .*|.*Update .*)` ),
10451045 jira : "https://issues.redhat.com/browse/OCPBUGS-42610" ,
10461046 },
10471047 allowIfWithinIntervals : configurationTestIntervals ,
You can’t perform that action at this time.
0 commit comments