From 12a67fdc6faa0bb90eb53084aff3316ad921155e 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/monitortests/clusterversionoperator/terminationmessagepolicy/monitortest.go b/pkg/monitortests/clusterversionoperator/terminationmessagepolicy/monitortest.go index 7df3ffcc17af..964e9a191cba 100644 --- a/pkg/monitortests/clusterversionoperator/terminationmessagepolicy/monitortest.go +++ b/pkg/monitortests/clusterversionoperator/terminationmessagepolicy/monitortest.go @@ -135,8 +135,7 @@ func (w *terminationMessagePolicyChecker) CollectData(ctx context.Context, stora ), // per TRT-2084 these were erroneously allowed to flake, so grandfather them in for now. // they should be fixed and removed from here: - "openshift-backplane": sets.NewString("pods/osd-delete-backplane-serviceaccounts"), // filed OCPBUGS-84527 to fix - "openshift-cluster-version": sets.NewString("pods/version--"), // filed OCPBUGS-84513 to fix + "openshift-backplane": sets.NewString("pods/osd-delete-backplane-serviceaccounts"), // filed OCPBUGS-84527 to fix "openshift-cnv": sets.NewString( // filed OCPBUGS-84522 to fix "pods/hostpath-provisioner-operator", "pods/virt-platform-autopilot",