Skip to content

Commit d381637

Browse files
committed
terminationmessagepolicy: add temporary exemptions
These have crept in while the test was erroneously allowed to flake. See https://redhat.atlassian.net/browse/TRT-2084 We will continue to flake them while working to eradicate them. Meanwhile, new ones should be hard failures.
1 parent 8552999 commit d381637

File tree

1 file changed

+19
-0
lines changed
  • pkg/monitortests/clusterversionoperator/terminationmessagepolicy

1 file changed

+19
-0
lines changed

pkg/monitortests/clusterversionoperator/terminationmessagepolicy/monitortest.go

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,25 @@ func (w *terminationMessagePolicyChecker) CollectData(ctx context.Context, stora
137137
"openshift-multus": sets.NewString(
138138
"containers[multus-networkpolicy]",
139139
),
140+
// per TRT-2084 these were erroneously allowed to flake, so grandfather them in for now.
141+
// they should be fixed and removed from here:
142+
"openshift-backplane": sets.NewString("pods/osd-delete-backplane-serviceaccounts"),
143+
"openshift-cluster-machine-approver": sets.NewString("pods/machine-approver-capi"),
144+
"openshift-cnv": sets.NewString(
145+
"pods/hostpath-provisioner-operator",
146+
"pods/virt-platform-autopilot",
147+
),
148+
"openshift-deployment-validation-operator": sets.NewString("pods/deployment-validation-operator"),
149+
"openshift-frr-k8s": sets.NewString("pods/frr-k8s"),
150+
"openshift-ingress": sets.NewString(
151+
"pods/gateway",
152+
"pods/istiod-openshift-gateway",
153+
),
154+
"openshift-insights": sets.NewString(
155+
"pods/insights-runtime-extractor",
156+
"pods/periodic-gathering",
157+
),
158+
"openshift-operators": sets.NewString("pods/servicemesh-operator3"),
140159
}
141160

142161
observedNamespace := map[string]bool{}

0 commit comments

Comments
 (0)