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 @@ -1024,8 +1024,8 @@ func newVsphereConfigurationTestsRollOutTooOftenEventMatcher(finalIntervals moni
10241024 locatorKeyRegexes : map [monitorapi.LocatorKey ]* regexp.Regexp {
10251025 monitorapi .LocatorNamespaceKey : regexp .MustCompile (`^openshift-cluster-csi-drivers$` ),
10261026 },
1027- messageReasonRegex : regexp .MustCompile (`(^SuccessfulCreate$|^SuccessfulDelete$)` ),
1028- messageHumanRegex : regexp .MustCompile (`(Created pod.*vmware-vsphere-csi-driver.*|Deleted pod.*vmware-vsphere-csi-driver.*)` ),
1027+ messageReasonRegex : regexp .MustCompile (`(^SuccessfulCreate$|^SuccessfulDelete$|^DeploymentUpdated$|^DaemonSetUpdated$ )` ),
1028+ messageHumanRegex : regexp .MustCompile (`(Created pod.*vmware-vsphere-csi-driver.*|Deleted pod.*vmware-vsphere-csi-driver.*|Updated (Deployment|DaemonSet)\.apps/vmware-vsphere-csi-driver.* )` ),
10291029 jira : "https://issues.redhat.com/browse/OCPBUGS-42610" ,
10301030 },
10311031 allowIfWithinIntervals : configurationTestIntervals ,
You can’t perform that action at this time.
0 commit comments