File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -110,14 +110,6 @@ def model_registry_instance(
110110 wait_for_pods_running (
111111 admin_client = admin_client , namespace_name = model_registry_namespace , number_of_consecutive_checks = 6
112112 )
113- if db_name == "default" :
114- # TODO: This is to give extra time to postgres pod due to RHOAIENG-40875. Remove when the Jira is
115- # addressed
116- wait_for_pods_running (
117- admin_client = admin_client ,
118- namespace_name = model_registry_namespace ,
119- number_of_consecutive_checks = 6 ,
120- )
121113 yield mr_instances
122114 if db_name == "default" :
123115 wait_for_default_resource_cleanedup (admin_client = admin_client , namespace_name = model_registry_namespace )
Original file line number Diff line number Diff line change @@ -158,9 +158,7 @@ def deploy_secure_mysql_and_mr(
158158 name = SECURE_MR_NAME ,
159159 namespace = model_registry_namespace ,
160160 label = get_mr_standard_labels (resource_name = SECURE_MR_NAME ),
161- grpc = {},
162161 rest = {},
163- istio = None ,
164162 oauth_proxy = OAUTH_PROXY_CONFIG_DICT ,
165163 mysql = mysql ,
166164 wait_for_resource = True ,
You can’t perform that action at this time.
0 commit comments