From 2ecf7b36002d2835bcaa616e0e11f420b7f58287 Mon Sep 17 00:00:00 2001 From: Dennis Periquet Date: Thu, 19 May 2022 10:18:45 -0400 Subject: [PATCH] Add subresource.status check exceptions for techpreview jobs Add bugzilla --- test/extended/operators/check_crd_status.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/extended/operators/check_crd_status.go b/test/extended/operators/check_crd_status.go index 64c04caa4ffa..644d12a13c8c 100644 --- a/test/extended/operators/check_crd_status.go +++ b/test/extended/operators/check_crd_status.go @@ -32,6 +32,8 @@ func checkSubresourceStatus(crdItemList []apiextensionsv1.CustomResourceDefiniti "operatorpkis.network.operator.openshift.io", "profiles.tuned.openshift.io", "tuneds.tuned.openshift.io", + "sharedconfigmaps.sharedresource.openshift.io", // https://bugzilla.redhat.com/show_bug.cgi?id=2088533 + "sharedsecrets.sharedresource.openshift.io", // https://bugzilla.redhat.com/show_bug.cgi?id=2088533 ) failures := []string{}