Skip to content

Commit 2adbe21

Browse files
Merge pull request #30547 from RomanBednar/OCPBUGS-65674
OCPBUGS-65674: VsphereConfigurationTestsRollOutTooOften event matcher should match also dep and ds events
2 parents 39f4424 + 47f5c99 commit 2adbe21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/monitortestlibrary/pathologicaleventlibrary/duplicated_event_patterns.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)