Skip to content

Commit 3fe2f9a

Browse files
Merge pull request #30275 from bertinatto/temp-disable-alert-rebase-1.35
OCPBUGS-61855: Temporarily disable InstallPlanStepAppliedWithWarnings for k8s 1.34 rebase
2 parents 922dcc6 + ccad91b commit 3fe2f9a

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

pkg/alerts/allowed_conformance.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ func AllowedAlertsDuringConformance(featureSet configv1.FeatureSet) (allowedFiri
1919
AlertName: "VirtControllerRESTErrorsHigh",
2020
Text: "https://issues.redhat.com/browse/CNV-50418",
2121
},
22-
{
23-
AlertName: "InstallPlanStepAppliedWithWarnings",
24-
Text: "https://issues.redhat.com/browse/OSSM-10876",
25-
},
2622
}
2723
allowedFiringAlerts := MetricConditions{
2824
{

pkg/monitortestlibrary/allowedalerts/types.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ var AllowedAlertNames = []string{
4444

4545
// indicates a problem in the external Telemeter service, presently very common, does not impact our ability to e2e test:
4646
"TelemeterClientFailures",
47-
"CDIDefaultStorageClassDegraded", // Installing openshift virt with RWX storage fire an alarm, that is not relevant for most of the tests.
48-
"VirtHandlerRESTErrorsHigh", // https://issues.redhat.com/browse/CNV-50418
49-
"VirtControllerRESTErrorsHigh", // https://issues.redhat.com/browse/CNV-50418
47+
"CDIDefaultStorageClassDegraded", // Installing openshift virt with RWX storage fire an alarm, that is not relevant for most of the tests.
48+
"VirtHandlerRESTErrorsHigh", // https://issues.redhat.com/browse/CNV-50418
49+
"VirtControllerRESTErrorsHigh", // https://issues.redhat.com/browse/CNV-50418
50+
"InstallPlanStepAppliedWithWarnings", // https://issues.redhat.com/browse/OCPBUGS-61855
5051
}

0 commit comments

Comments
 (0)