From bd94cbc9f1d33106c4fe48aa7b0b3e53bc0b5e7b Mon Sep 17 00:00:00 2001 From: Jefferson Ramos Date: Tue, 30 Jun 2026 17:21:42 -0300 Subject: [PATCH] pkg/monitortests: remove openshift-cluster-version terminationMessagePolicy exemption The CVO fix in openshift/cluster-version-operator#1417 adds terminationMessagePolicy=FallbackToLogsOnError to all containers in update-payload pods. Remove the corresponding exemption from the monitor test so violations are enforced as hard failures. Fixes https://redhat.atlassian.net/browse/OCPBUGS-84513 Co-Authored-By: Claude Opus 4.6 --- .../terminationmessagepolicy/monitortest.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/monitortests/clusterversionoperator/terminationmessagepolicy/monitortest.go b/pkg/monitortests/clusterversionoperator/terminationmessagepolicy/monitortest.go index 1320bcc74e00..2c8983486213 100644 --- a/pkg/monitortests/clusterversionoperator/terminationmessagepolicy/monitortest.go +++ b/pkg/monitortests/clusterversionoperator/terminationmessagepolicy/monitortest.go @@ -139,7 +139,6 @@ func (w *terminationMessagePolicyChecker) CollectData(ctx context.Context, stora // they should be fixed and removed from here: "openshift-backplane": sets.NewString("pods/osd-delete-backplane-serviceaccounts"), // filed OCPBUGS-84527 to fix "openshift-cloud-controller-manager": sets.NewString("pods/aws-cloud-controller-manager"), // filed OCPBUGS-84512 to fix - "openshift-cluster-version": sets.NewString("pods/version--"), // filed OCPBUGS-84513 to fix "openshift-cnv": sets.NewString( // filed OCPBUGS-84522 to fix "pods/hostpath-provisioner-operator", "pods/virt-platform-autopilot",