CY_TEST_CONFIG: /workspace/tests-shared/tests-payload/results/cypress-runtime-config.yml Warning: The allowCypressEnv configuration option is enabled. This allows any browser code to read values from Cypress.env(). This is insecure and will be removed in a future major version. 1. Replace Cypress.env() calls with cy.env() (for sensitive values) or Cypress.expose() (for public configuration) 2. Set allowCypressEnv: false in your Cypress configuration to disable Cypress.env() Learn more: https://on.cypress.io/cypress-env-migration @cypress/grep: filtering using tag(s) "@SmokeSet4" ================================================================================ (Run Starting) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Cypress: 15.17.0 │ │ Browser: Electron 138 (headless) │ │ Node Version: v22.22.0 (/usr/bin/node-22) │ │ Specs: 5 found (modelRegistry/testCreateModelRegistry.cy.ts, modelRegistry/testRegist │ │ erModel.cy.ts, pipelines/createRunDeletePipelineCustomPipMirror.cy.ts, pipelin │ │ es/pipelines.cy.ts, pipelines/testSchedulePipeline.cy.ts) │ │ Searched: cypress/tests/e2e/modelRegistry/testCreateModelRegistry.cy.ts, cypress/tests/e │ │ 2e/modelRegistry/testRegisterModel.cy.ts, cypress/tests/e2e/pipelines/createRu │ │ nDeletePipelineCustomPipMirror.cy.ts, cypress/tests/e2e/pipelines/pipelines.cy │ │ .ts, cypress/tests/e2e/pipelines/testSchedulePipeline.cy.ts │ │ Experiments: experimentalInteractiveRunEvents=true,experimentalMemoryManagement=true │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Remove output folder /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testCreateModelRegistry.cy.ts (1 of 5) [2026-09-16T13:57:25.646Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-09-16T13:57:25.656Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-16T13:57:25.681Z] [INFO] Ensure operator has optimal memory for testing [2026-09-16T13:57:26.327Z] [INFO] [EXEC] oc get deployment model-registry-operator-controller-manager -n redhat-ods-applications -o jsonpath='{.spec.template.spec.containers[0].resources.limits.memory}' [2026-09-16T13:57:26.349Z] [INFO] Current operator memory limit: 512Mi [2026-09-16T13:57:26.367Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-09-16T13:57:26.667Z] [INFO] [EXEC] oc patch deployment model-registry-operator-controller-manager -n redhat-ods-applications -p '{"spec":{"template":{"spec":{"containers":[{"name":"manager","resources":{"limits":{"memory":"1Gi"}}}]}}}}' [2026-09-16T13:57:26.676Z] [INFO] Successfully patched operator memory to 1Gi [2026-09-16T13:57:39.398Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-09-16T13:57:39.406Z] [INFO] Operator rollout completed successfully [2026-09-16T13:57:39.423Z] [INFO] Create and verify SQL database for model registry [2026-09-16T13:57:39.439Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-09-16T13:57:39.444Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-09-16T13:57:39.705Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-16T13:57:39.712Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-09-16T13:57:40.240Z] [INFO] [EXEC] oc apply -f /tmp/db-1789567059715.yaml [2026-09-16T13:57:40.366Z] [INFO] [EXEC] rm -f /tmp/db-1789567059715.yaml [2026-09-16T13:57:40.391Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-09-16T13:57:40.396Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-09-16T13:58:05.874Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-16T13:58:05.889Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-09-16T13:58:05.912Z] [INFO] Create and verify PostgreSQL database for model registry [2026-09-16T13:58:05.930Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-09-16T13:58:05.950Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-09-16T13:58:06.223Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-16T13:58:06.229Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-09-16T13:58:06.719Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1789567086232.yaml [2026-09-16T13:58:06.818Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1789567086232.yaml [2026-09-16T13:58:06.839Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-09-16T13:58:06.853Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-09-16T13:58:26.042Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-16T13:58:26.089Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-09-16T13:58:26.133Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-09-16T13:58:26.138Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-09-16T13:58:26.142Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-16T13:58:26.153Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492"] [2026-09-16T13:58:26.159Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-16T13:58:26.190Z] [INFO] [STEP 1] Login as an Admin [2026-09-16T13:58:26.203Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-16T13:58:26.819Z] [INFO] OAuth login flow detected - completing authentication [2026-09-16T13:58:29.221Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-16T13:58:29.334Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-16T13:58:31.033Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-09-16T13:58:32.408Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-16T13:58:43.155Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-09-16T13:58:43.158Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-09-16T13:58:43.162Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-16T13:58:43.166Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492"] [2026-09-16T13:58:43.171Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-16T13:58:43.213Z] [INFO] [STEP 1] Login as an Admin [2026-09-16T13:58:43.225Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-16T13:58:43.429Z] [INFO] OAuth login flow detected - completing authentication [2026-09-16T13:58:44.860Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-16T13:58:44.866Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-16T13:58:46.231Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-09-16T13:58:47.700Z] [INFO] [STEP 4] Verify it is available in the UI 1) Creates a model registry with mysql database and then deletes it [2026-09-16T13:58:58.117Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-09-16T13:58:58.121Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-09-16T13:58:58.125Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-16T13:58:58.129Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492"] [2026-09-16T13:58:58.133Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-16T13:58:58.158Z] [INFO] [STEP 1] Login as an Admin [2026-09-16T13:58:58.170Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-16T13:58:58.328Z] [INFO] OAuth login flow detected - completing authentication [2026-09-16T13:58:59.732Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-16T13:58:59.737Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-16T13:59:00.921Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-09-16T13:59:02.865Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-16T13:59:13.291Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-09-16T13:59:13.294Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-09-16T13:59:13.298Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-16T13:59:13.302Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492"] [2026-09-16T13:59:13.305Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-16T13:59:13.331Z] [INFO] [STEP 1] Login as an Admin [2026-09-16T13:59:13.340Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-16T13:59:13.571Z] [INFO] OAuth login flow detected - completing authentication [2026-09-16T13:59:15.208Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-16T13:59:15.214Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-16T13:59:16.494Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-09-16T13:59:18.556Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-16T13:59:46.270Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-16T13:59:46.274Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-16T13:59:46.665Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-16T13:59:46.671Z] [INFO] Command output: rhoai-model-registries postgres-registry-298031 True 28s [2026-09-16T13:59:46.677Z] [INFO] [STEP 6] Delete the model registry [2026-09-16T13:59:47.324Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-09-16T13:59:47.583Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-09-16T13:59:47.590Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-16T13:59:48.335Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 ✓ Creates a model registry with PostgreSQL database and then deletes it (35177ms) [2026-09-16T13:59:48.547Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-09-16T13:59:48.550Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-09-16T13:59:48.554Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-16T13:59:48.557Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492"] [2026-09-16T13:59:48.561Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-16T13:59:48.591Z] [INFO] [STEP 1] Login as an Admin [2026-09-16T13:59:48.603Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-16T13:59:49.193Z] [INFO] OAuth login flow detected - completing authentication [2026-09-16T13:59:50.950Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-16T13:59:50.956Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-16T13:59:52.067Z] [INFO] [STEP 3] Create a model registry with default database [2026-09-16T13:59:52.640Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-16T14:00:03.082Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-09-16T14:00:03.090Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-09-16T14:00:03.100Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-16T14:00:03.108Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492"] [2026-09-16T14:00:03.122Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-16T14:00:03.159Z] [INFO] [STEP 1] Login as an Admin [2026-09-16T14:00:03.174Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-16T14:00:03.383Z] [INFO] OAuth login flow detected - completing authentication [2026-09-16T14:00:04.989Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-16T14:00:04.994Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-16T14:00:06.493Z] [INFO] [STEP 3] Create a model registry with default database [2026-09-16T14:00:07.121Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-16T14:01:06.271Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-16T14:01:06.275Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-16T14:01:06.610Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-16T14:01:06.617Z] [INFO] Command output: rhoai-model-registries default-db-registry-298031 True 59s [2026-09-16T14:01:06.622Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-09-16T14:01:06.625Z] [INFO] Waiting for default database 'default-db-registry-298031' to be ready... [2026-09-16T14:01:06.985Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-16T14:01:06.991Z] [INFO] Default database wait result: deployment.apps/default-db-registry-298031 condition met [2026-09-16T14:01:06.997Z] [INFO] Checking if default database 'default-db-registry-298031' exists for registry 'default-db-registry-298031' [2026-09-16T14:01:07.309Z] [INFO] [EXEC] oc get deployment default-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-16T14:01:07.316Z] [INFO] Default database 'default-db-registry-298031' exists and ready: true [2026-09-16T14:01:07.322Z] [INFO] [STEP 7] Delete the model registry with default database [2026-09-16T14:01:07.971Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-09-16T14:01:08.296Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-09-16T14:01:08.300Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-16T14:01:08.635Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-16T14:01:08.734Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-09-16T14:01:09.032Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-09-16T14:01:09.075Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-09-16T14:01:09.436Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-16T14:01:09.440Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-09-16T14:01:09.443Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-16T14:01:09.757Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-16T14:01:09.764Z] [INFO] [STEP 13] Delete the MySQL database [2026-09-16T14:01:09.768Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-09-16T14:01:10.025Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-09-16T14:01:10.033Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-09-16T14:01:12.209Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=mysql-db-registry-298031 -n rhoai-model-registries --ignore-not-found=true [2026-09-16T14:01:12.217Z] [INFO] Delete command output: service "mysql-db-registry-298031" deleted persistentvolumeclaim "mysql-db-registry-298031" deleted deployment.apps "mysql-db-registry-298031" deleted secret "mysql-db-registry-298031" deleted [2026-09-16T14:01:12.500Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-09-16T14:01:12.506Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-09-16T14:01:12.512Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-09-16T14:01:12.515Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-09-16T14:01:12.835Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-16T14:01:12.843Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-09-16T14:01:12.848Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-16T14:01:13.174Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-16T14:01:13.180Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-09-16T14:01:13.183Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-09-16T14:01:13.421Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-09-16T14:01:13.429Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-09-16T14:01:15.237Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=postgres-db-registry-298031 -n rhoai-model-registries --ignore-not-found=true [2026-09-16T14:01:15.246Z] [INFO] Delete command output: service "postgres-db-registry-298031" deleted persistentvolumeclaim "postgres-db-registry-298031" deleted deployment.apps "postgres-db-registry-298031" deleted secret "postgres-db-registry-298031" deleted [2026-09-16T14:01:15.527Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-09-16T14:01:15.533Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (65709ms) 2 passing (4m) 1 failing 1) Verify a model registry can be created and deleted Creates a model registry with mysql database and then deletes it: Test steps were: 1. Login as an Admin 2. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 3. Navigate to Model Registry Settings 4. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry 5. Create a model registry with mysql database 6. Verify it is available in the UI Timed out retrying after 10000ms: Unable to find an element by: [data-testid="model-registries-table"] Ignored nodes: comments, script, style Red Hat OpenShift AI