Skip to content

Commit 4930e58

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 4930e58

File tree

1 file changed

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

1 file changed

+36
-0
lines changed

pkg/monitortests/clusterversionoperator/terminationmessagepolicy/monitortest.go

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,42 @@ func (w *terminationMessagePolicyChecker) CollectData(ctx context.Context, stora
136136
),
137137
"openshift-multus": sets.NewString(
138138
"containers[multus-networkpolicy]",
139+
"pods/dhcp-daemon",
140+
),
141+
// per TRT-2084 these were erroneously allowed to flake, so grandfather them in for now.
142+
// they should be fixed and removed from here:
143+
"openshift-backplane": sets.NewString("pods/osd-delete-backplane-serviceaccounts"),
144+
"openshift-cloud-controller-manager": sets.NewString("pods/aws-cloud-controller-manager"),
145+
"openshift-cluster-machine-approver": sets.NewString("pods/machine-approver-capi"),
146+
"openshift-cluster-version": sets.NewString("pods/version--"),
147+
"openshift-cnv": sets.NewString(
148+
"pods/hostpath-provisioner-operator",
149+
"pods/virt-platform-autopilot",
150+
),
151+
"openshift-deployment-validation-operator": sets.NewString("pods/deployment-validation-operator"),
152+
"openshift-etcd": sets.NewString("pods/master-1ostesttestmetalkubeorg-debug"),
153+
"openshift-frr-k8s": sets.NewString("pods/frr-k8s"),
154+
"openshift-ingress": sets.NewString(
155+
"pods/gateway",
156+
"pods/istiod-openshift-gateway",
157+
),
158+
"openshift-insights": sets.NewString(
159+
"pods/insights-runtime-extractor",
160+
"pods/periodic-gathering",
161+
),
162+
"openshift-machine-config-operator": sets.NewString("containers[container-00]"),
163+
"openshift-metallb-system": sets.NewString(
164+
"pods/metallb-operator-controller-manager",
165+
"pods/metallb-operator-webhook-server",
166+
),
167+
"openshift-marketplace": sets.NewString("pods/podman"),
168+
"openshift-operators": sets.NewString("pods/servicemesh-operator3"),
169+
"openshift-ovn-kubernetes": sets.NewString("pods/ovnkube-upgrades-prepuller"),
170+
"openshift-sriov-network-operator": sets.NewString(
171+
"pods/network-resources-injector",
172+
"pods/operator-webhook",
173+
"pods/sriov-network-config-daemon",
174+
"pods/sriov-network-operator",
139175
),
140176
}
141177

0 commit comments

Comments
 (0)