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: 6 found (automl/testAutomlBinaryClassification.cy.ts, modelRegistry/testCreate │ │ ModelRegistry.cy.ts, modelRegistry/testRegisterModel.cy.ts, pipelines/createRu │ │ nDeletePipelineCustomPipMirror.cy.ts, pipelines/pipelines.cy.ts, pipelines/tes │ │ tSchedulePipeline.cy.ts) │ │ Searched: cypress/tests/e2e/automl/testAutomlBinaryClassification.cy.ts, cypress/tests/e │ │ 2e/modelRegistry/testCreateModelRegistry.cy.ts, cypress/tests/e2e/modelRegistr │ │ y/testRegisterModel.cy.ts, cypress/tests/e2e/pipelines/createRunDeletePipeline │ │ CustomPipMirror.cy.ts, cypress/tests/e2e/pipelines/pipelines.cy.ts, cypress/te │ │ sts/e2e/pipelines/testSchedulePipeline.cy.ts │ │ Experiments: experimentalInteractiveRunEvents=true,experimentalMemoryManagement=true │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Remove output folder /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: automl/testAutomlBinaryClassification.cy.ts (1 of 6) [2026-07-15T18:36:32.926Z] [INFO] Setting tests timeout to: 480 seconds AutoML Binary Classification E2E - Can create and submit an AutoML binary classification run - Verify binary classification run completes with leaderboard - Can interact with results page (leaderboard, model details, download) - Can open register model modal from model details [2026-07-15T18:36:33.032Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (295ms) 4 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 4 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: automl/testAutomlBinaryClassification.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testCreateModelRegistry.cy.ts (2 of 6) [2026-07-15T18:36:40.542Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-07-15T18:36:40.554Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-15T18:36:40.643Z] [INFO] Ensure operator has optimal memory for testing [2026-07-15T18:36:42.331Z] [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-07-15T18:36:42.350Z] [INFO] Current operator memory limit: 512Mi [2026-07-15T18:36:42.427Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-07-15T18:36:43.336Z] [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-07-15T18:36:43.422Z] [INFO] Successfully patched operator memory to 1Gi [2026-07-15T18:36:57.523Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-07-15T18:36:57.547Z] [INFO] Operator rollout completed successfully [2026-07-15T18:36:57.561Z] [INFO] Create and verify SQL database for model registry [2026-07-15T18:36:57.627Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-07-15T18:36:57.641Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-15T18:36:58.162Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-15T18:36:58.233Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-07-15T18:36:58.923Z] [INFO] [EXEC] oc apply -f /tmp/db-1784140618243.yaml [2026-07-15T18:36:59.063Z] [INFO] [EXEC] rm -f /tmp/db-1784140618243.yaml [2026-07-15T18:36:59.123Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-07-15T18:36:59.136Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-07-15T18:37:37.636Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-15T18:37:37.654Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-07-15T18:37:37.671Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-15T18:37:37.696Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-07-15T18:37:37.710Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-15T18:37:37.931Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-15T18:37:37.937Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-07-15T18:37:38.232Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1784140657941.yaml [2026-07-15T18:37:38.321Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1784140657941.yaml [2026-07-15T18:37:38.341Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-07-15T18:37:38.346Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-07-15T18:38:07.887Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-15T18:38:07.905Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-07-15T18:38:07.934Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-15T18:38:07.940Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-15T18:38:07.970Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-15T18:38:08.002Z] [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","@AutoML","@AutoMLCI"] [2026-07-15T18:38:08.009Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T18:38:08.048Z] [INFO] [STEP 1] Login as an Admin [2026-07-15T18:38:08.061Z] [INFO] Navigate to: https://rh-ai.apps.115f7c36-40ac-4846-b6c7-5e6bd228b0b7.prod.konfluxeaas.com/ [2026-07-15T18:38:11.079Z] [INFO] Setting tests timeout to: 480 seconds [2026-07-15T18:38:11.124Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-15T18:38:11.153Z] [INFO] Ensure operator has optimal memory for testing [2026-07-15T18:38:11.430Z] [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-07-15T18:38:11.438Z] [INFO] Current operator memory limit: 1Gi [2026-07-15T18:38:11.443Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-07-15T18:38:11.452Z] [INFO] Create and verify SQL database for model registry [2026-07-15T18:38:11.455Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-07-15T18:38:11.458Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-15T18:38:11.744Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-15T18:38:11.751Z] [INFO] Model registry database 'mysql-db-registry-298031' already exists and is ready, skipping creation [2026-07-15T18:38:11.825Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-07-15T18:38:11.830Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-07-15T18:38:12.148Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-15T18:38:12.154Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-07-15T18:38:12.162Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-15T18:38:12.165Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-07-15T18:38:12.167Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-15T18:38:12.389Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-15T18:38:12.395Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' already exists and is ready, skipping creation [2026-07-15T18:38:12.404Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-07-15T18:38:12.408Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-07-15T18:38:12.748Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-15T18:38:12.754Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-07-15T18:38:12.771Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-15T18:38:12.774Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-15T18:38:12.780Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-15T18:38:12.785Z] [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","@AutoML","@AutoMLCI"] [2026-07-15T18:38:12.790Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T18:38:12.825Z] [INFO] [STEP 1] Login as an Admin [2026-07-15T18:38:12.839Z] [INFO] Navigate to: https://rh-ai.apps.115f7c36-40ac-4846-b6c7-5e6bd228b0b7.prod.konfluxeaas.com/ [2026-07-15T18:38:13.000Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-15T18:38:13.007Z] [INFO] Navigate to: https://rh-ai.apps.115f7c36-40ac-4846-b6c7-5e6bd228b0b7.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-15T18:38:24.295Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-15T18:38:24.299Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-15T18:38:24.304Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-15T18:38:24.309Z] [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","@AutoML","@AutoMLCI"] [2026-07-15T18:38:24.314Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T18:38:24.343Z] [INFO] [STEP 1] Login as an Admin [2026-07-15T18:38:24.357Z] [INFO] Navigate to: https://rh-ai.apps.115f7c36-40ac-4846-b6c7-5e6bd228b0b7.prod.konfluxeaas.com/ [2026-07-15T18:38:24.508Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-15T18:38:24.513Z] [INFO] Navigate to: https://rh-ai.apps.115f7c36-40ac-4846-b6c7-5e6bd228b0b7.prod.konfluxeaas.com/settings/model-resources-operations/model-registry 1) Creates a model registry with mysql database and then deletes it [2026-07-15T18:38:36.630Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-15T18:38:36.633Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-15T18:38:36.639Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-15T18:38:36.643Z] [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","@AutoML","@AutoMLCI"] [2026-07-15T18:38:36.647Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T18:38:36.677Z] [INFO] [STEP 1] Login as an Admin [2026-07-15T18:38:36.691Z] [INFO] Navigate to: https://rh-ai.apps.115f7c36-40ac-4846-b6c7-5e6bd228b0b7.prod.konfluxeaas.com/ [2026-07-15T18:38:36.801Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-15T18:38:36.807Z] [INFO] Navigate to: https://rh-ai.apps.115f7c36-40ac-4846-b6c7-5e6bd228b0b7.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-15T18:38:49.324Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-15T18:38:49.330Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-15T18:38:49.339Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-15T18:38:49.346Z] [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","@AutoML","@AutoMLCI"] [2026-07-15T18:38:49.351Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T18:38:49.437Z] [INFO] [STEP 1] Login as an Admin [2026-07-15T18:38:49.459Z] [INFO] Navigate to: https://rh-ai.apps.115f7c36-40ac-4846-b6c7-5e6bd228b0b7.prod.konfluxeaas.com/ [2026-07-15T18:38:49.744Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-15T18:38:49.751Z] [INFO] Navigate to: https://rh-ai.apps.115f7c36-40ac-4846-b6c7-5e6bd228b0b7.prod.konfluxeaas.com/settings/model-resources-operations/model-registry 2) Creates a model registry with PostgreSQL database and then deletes it [2026-07-15T18:39:02.474Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-15T18:39:02.477Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-15T18:39:02.482Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-15T18:39:02.487Z] [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","@AutoML","@AutoMLCI"] [2026-07-15T18:39:02.492Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T18:39:02.520Z] [INFO] [STEP 1] Login as an Admin [2026-07-15T18:39:02.536Z] [INFO] Navigate to: https://rh-ai.apps.115f7c36-40ac-4846-b6c7-5e6bd228b0b7.prod.konfluxeaas.com/ [2026-07-15T18:39:02.659Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-15T18:39:02.665Z] [INFO] Navigate to: https://rh-ai.apps.115f7c36-40ac-4846-b6c7-5e6bd228b0b7.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-15T18:39:15.106Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-15T18:39:15.109Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-15T18:39:15.113Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-15T18:39:15.117Z] [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","@AutoML","@AutoMLCI"] [2026-07-15T18:39:15.121Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T18:39:15.150Z] [INFO] [STEP 1] Login as an Admin [2026-07-15T18:39:15.166Z] [INFO] Navigate to: https://rh-ai.apps.115f7c36-40ac-4846-b6c7-5e6bd228b0b7.prod.konfluxeaas.com/ [2026-07-15T18:39:15.320Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-15T18:39:15.329Z] [INFO] Navigate to: https://rh-ai.apps.115f7c36-40ac-4846-b6c7-5e6bd228b0b7.prod.konfluxeaas.com/settings/model-resources-operations/model-registry 3) Creates a model registry with default database and then deletes it [2026-07-15T18:39:26.682Z] [INFO] Navigate away from model registry before cleanup [2026-07-15T18:39:26.817Z] [INFO] Delete the model registry (MySQL external db) [2026-07-15T18:39:26.839Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-07-15T18:39:27.139Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-07-15T18:39:27.142Z] [INFO] Verify model registry (MySQL external db) is removed from the backend [2026-07-15T18:39:27.145Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-15T18:39:27.410Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-15T18:39:27.415Z] [INFO] Delete the MySQL database [2026-07-15T18:39:27.417Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-07-15T18:39:27.660Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-07-15T18:39:27.669Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-07-15T18:39:29.325Z] [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-07-15T18:39:29.335Z] [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-07-15T18:39:29.633Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-07-15T18:39:29.639Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-07-15T18:39:29.646Z] [INFO] Delete the model registry (PostgreSQL external db) [2026-07-15T18:39:29.655Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-07-15T18:39:30.061Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-07-15T18:39:30.065Z] [INFO] Verify model registry (PostgreSQL external db) is removed from the backend [2026-07-15T18:39:30.068Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-15T18:39:30.449Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-15T18:39:30.456Z] [INFO] Delete the PostgreSQL database [2026-07-15T18:39:30.459Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-07-15T18:39:30.846Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-07-15T18:39:30.856Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-07-15T18:39:32.348Z] [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-07-15T18:39:32.355Z] [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-07-15T18:39:32.580Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-07-15T18:39:32.587Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts 0 passing (3m) 3 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.115f7c36-40ac-4846-b6c7-5e6bd228b0b7.prod.konfluxeaas.com/ 3. Navigate to Model Registry Settings 4. Navigate to: https://rh-ai.apps.115f7c36-40ac-4846-b6c7-5e6bd228b0b7.prod.konfluxeaas.com/settings/model-resources-operations/model-registry Timed out retrying after 10000ms: Unable to find an element by: [data-testid="app-page-title"] Ignored nodes: comments, script, style Log in · Red Hat OpenShift Container Platform Log in · Red Hat OpenShift Container Platform Log in · Red Hat OpenShift Container Platform Log in · Red Hat OpenShift Container Platform Log in · Red Hat OpenShift Container Platform Log in · Red Hat OpenShift Container Platform