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-08-05T09:33:49.174Z] [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-08-05T09:33:49.204Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (86ms) 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-08-05T09:33:51.623Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-08-05T09:33:51.633Z] [INFO] [STEP NaN] Load test data from fixture [2026-08-05T09:33:51.658Z] [INFO] Ensure operator has optimal memory for testing [2026-08-05T09:33:52.148Z] [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-08-05T09:33:52.156Z] [INFO] Current operator memory limit: 512Mi [2026-08-05T09:33:52.160Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-08-05T09:33:52.375Z] [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-08-05T09:33:52.382Z] [INFO] Successfully patched operator memory to 1Gi [2026-08-05T09:34:04.490Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-08-05T09:34:04.505Z] [INFO] Operator rollout completed successfully [2026-08-05T09:34:04.515Z] [INFO] Create and verify SQL database for model registry [2026-08-05T09:34:04.531Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-08-05T09:34:04.541Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-08-05T09:34:04.750Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-08-05T09:34:04.757Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-08-05T09:34:05.034Z] [INFO] [EXEC] oc apply -f /tmp/db-1785922444761.yaml [2026-08-05T09:34:05.121Z] [INFO] [EXEC] rm -f /tmp/db-1785922444761.yaml [2026-08-05T09:34:05.139Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-08-05T09:34:05.144Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-08-05T09:34:38.632Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-08-05T09:34:38.638Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-08-05T09:34:38.647Z] [INFO] Create and verify PostgreSQL database for model registry [2026-08-05T09:34:38.668Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-08-05T09:34:38.691Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-08-05T09:34:38.969Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-08-05T09:34:38.975Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-08-05T09:34:39.268Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1785922478978.yaml [2026-08-05T09:34:39.358Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1785922478978.yaml [2026-08-05T09:34:39.422Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-08-05T09:34:39.489Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-08-05T09:35:06.893Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-08-05T09:35:06.921Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-08-05T09:35:06.986Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-08-05T09:35:06.996Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-08-05T09:35:07.005Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-08-05T09:35:07.009Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T09:35:07.014Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-08-05T09:35:07.042Z] [INFO] [STEP 1] Login as an Admin [2026-08-05T09:35:07.055Z] [INFO] Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/ [2026-08-05T09:35:08.180Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-08-05T09:35:08.254Z] [INFO] Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-08-05T09:35:13.472Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-08-05T09:35:15.026Z] [INFO] [STEP 4] Verify it is available in the UI [2026-08-05T09:35:43.210Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-08-05T09:35:43.246Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-08-05T09:35:43.619Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-08-05T09:35:43.657Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 28s [2026-08-05T09:35:43.663Z] [INFO] [STEP 6] Delete the model registry [2026-08-05T09:35:44.406Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-08-05T09:35:44.852Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-08-05T09:35:44.897Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-08-05T09:35:45.333Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 ✓ Creates a model registry with mysql database and then deletes it (113759ms) [2026-08-05T09:35:45.562Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-08-05T09:35:45.564Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-08-05T09:35:45.568Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-08-05T09:35:45.572Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T09:35:45.576Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-08-05T09:35:45.601Z] [INFO] [STEP 1] Login as an Admin [2026-08-05T09:35:45.612Z] [INFO] Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/ [2026-08-05T09:35:45.735Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-08-05T09:35:45.847Z] [INFO] Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-08-05T09:35:49.243Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-08-05T09:35:51.354Z] [INFO] [STEP 4] Verify it is available in the UI [2026-08-05T09:36:19.168Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-08-05T09:36:19.191Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-08-05T09:36:19.528Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-08-05T09:36:19.535Z] [INFO] Command output: rhoai-model-registries postgres-registry-298031 True 28s [2026-08-05T09:36:19.541Z] [INFO] [STEP 6] Delete the model registry [2026-08-05T09:36:20.229Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-08-05T09:36:21.737Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-08-05T09:36:21.743Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-08-05T09:36:22.050Z] [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 (36560ms) [2026-08-05T09:36:22.223Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-08-05T09:36:22.225Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-08-05T09:36:22.229Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-08-05T09:36:22.234Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T09:36:22.238Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-08-05T09:36:22.267Z] [INFO] [STEP 1] Login as an Admin [2026-08-05T09:36:22.279Z] [INFO] Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/ [2026-08-05T09:36:22.599Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-08-05T09:36:22.938Z] [INFO] Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-08-05T09:36:30.464Z] [INFO] [STEP 3] Create a model registry with default database [2026-08-05T09:36:31.282Z] [INFO] [STEP 4] Verify it is available in the UI [2026-08-05T09:37:28.870Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-08-05T09:37:28.898Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-08-05T09:37:29.199Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-08-05T09:37:29.231Z] [INFO] Command output: rhoai-model-registries default-db-registry-298031 True 57s [2026-08-05T09:37:29.260Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-08-05T09:37:29.291Z] [INFO] Waiting for default database 'default-db-registry-298031' to be ready... [2026-08-05T09:37:29.646Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-08-05T09:37:29.652Z] [INFO] Default database wait result: deployment.apps/default-db-registry-298031 condition met [2026-08-05T09:37:29.685Z] [INFO] Checking if default database 'default-db-registry-298031' exists for registry 'default-db-registry-298031' [2026-08-05T09:37:29.945Z] [INFO] [EXEC] oc get deployment default-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-08-05T09:37:29.951Z] [INFO] Default database 'default-db-registry-298031' exists and ready: true [2026-08-05T09:37:29.957Z] [INFO] [STEP 7] Delete the model registry with default database [2026-08-05T09:37:30.608Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-08-05T09:37:30.909Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-08-05T09:37:30.946Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-08-05T09:37:31.413Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-08-05T09:37:31.624Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-08-05T09:37:31.891Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-08-05T09:37:31.935Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-08-05T09:37:32.491Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-08-05T09:37:32.539Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-08-05T09:37:32.582Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-08-05T09:37:33.037Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-08-05T09:37:33.142Z] [INFO] [STEP 13] Delete the MySQL database [2026-08-05T09:37:33.227Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-08-05T09:37:33.728Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-08-05T09:37:33.858Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-08-05T09:37:35.849Z] [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-08-05T09:37:35.890Z] [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-08-05T09:37:36.152Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-08-05T09:37:36.222Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-08-05T09:37:36.260Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-08-05T09:37:36.296Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-08-05T09:37:36.709Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-08-05T09:37:36.714Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-08-05T09:37:36.717Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-08-05T09:37:36.979Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-08-05T09:37:36.990Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-08-05T09:37:37.033Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-08-05T09:37:37.309Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-08-05T09:37:37.316Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-08-05T09:37:38.831Z] [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-08-05T09:37:38.875Z] [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-08-05T09:37:39.139Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-08-05T09:37:39.145Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (69258ms) 3 passing (4m) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 3 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 3 minutes, 47 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-08-05T09:37:42.577Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-08-05T09:37:42.588Z] [INFO] [STEP NaN] Load test data from fixture [2026-08-05T09:37:42.620Z] [INFO] Ensure operator has optimal memory for testing [2026-08-05T09:37:42.857Z] [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-08-05T09:37:42.864Z] [INFO] Current operator memory limit: 1Gi [2026-08-05T09:37:42.867Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-08-05T09:37:42.874Z] [INFO] Create and verify SQL database for model registry [2026-08-05T09:37:42.877Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-08-05T09:37:42.880Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-08-05T09:37:43.099Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-08-05T09:37:43.105Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-08-05T09:37:43.495Z] [INFO] [EXEC] oc apply -f /tmp/db-1785922663109.yaml [2026-08-05T09:37:43.584Z] [INFO] [EXEC] rm -f /tmp/db-1785922663109.yaml [2026-08-05T09:37:43.593Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-08-05T09:37:43.597Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-08-05T09:38:15.954Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-08-05T09:38:15.977Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-08-05T09:38:15.988Z] [INFO] Create a model registry using YAML [2026-08-05T09:38:16.002Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-08-05T09:38:16.421Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1785922696016-u1denv5p1.yaml && rm -f /tmp/cypress-yaml-1785922696016-u1denv5p1.yaml [2026-08-05T09:38:16.427Z] [INFO] Command exit code: 0 [2026-08-05T09:38:16.432Z] [INFO] Verify model registry is created [2026-08-05T09:38:16.435Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-08-05T09:38:16.739Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-08-05T09:38:16.745Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 0s [2026-08-05T09:38:16.750Z] [INFO] Wait for model registry to be in Available state [2026-08-05T09:38:16.767Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-08-05T09:38:33.365Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-08-05T09:38:33.396Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-08-05T09:38:43.409Z] [INFO] Create a project for register and store test [2026-08-05T09:38:43.413Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-08-05T09:38:43.662Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-08-05T09:38:43.683Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-08-05T09:38:43.699Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-08-05T09:38:43.733Z] [INFO] Creating project test-register-store-662874 [2026-08-05T09:38:44.160Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-08-05T09:38:44.502Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-08-05T09:38:44.521Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-08-05T09:38:44.889Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-08-05T09:38:44.896Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-08-05T09:38:44.920Z] [INFO] Project 'test-register-store-662874' exists. [2026-08-05T09:38:44.942Z] [INFO] Grant project access to the model registry [2026-08-05T09:38:45.296Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1785922724978-6t4mpv83o.yaml && rm -f /tmp/cypress-yaml-1785922724978-6t4mpv83o.yaml [2026-08-05T09:38:45.321Z] [INFO] Command exit code: 0 [2026-08-05T09:38:45.405Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-08-05T09:38:45.410Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-08-05T09:38:45.415Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-08-05T09:38:45.455Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T09:38:45.463Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-08-05T09:38:45.549Z] [INFO] [STEP 1] Log into the application [2026-08-05T09:38:45.605Z] [INFO] Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/ [2026-08-05T09:38:46.846Z] [INFO] [STEP 2] Clean up test models from any previous retry attempts [2026-08-05T09:38:47.351Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-08-05T09:38:47.422Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model [2026-08-05T09:38:47.944Z] [INFO] [EXEC] oc exec model-registry-db-662874-864c6b9cc8-jrn4c -n rhoai-model-registries -- mysql -u *** -pTheBlurstOfTimes --database="model-registry" -e "DELETE cp FROM ContextProperty cp JOIN Context c ON cp.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model'); DELETE pc FROM ParentContext pc JOIN Context c ON pc.context_id = c.id OR pc.parent_context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model'); DELETE a FROM Association a JOIN Context c ON a.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model'); DELETE at FROM Attribution at JOIN Context c ON at.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model'); DELETE FROM Context WHERE name IN ('test-obj-model-662874', 'test-uri-model');" [2026-08-05T09:38:47.981Z] [INFO] Database cleanup completed successfully [2026-08-05T09:38:48.010Z] [INFO] [STEP 3] Navigate to Model Registry [2026-08-05T09:38:48.072Z] [INFO] Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-08-05T09:38:57.018Z] [INFO] [STEP 4] Register a model using object storage [2026-08-05T09:39:01.276Z] [INFO] [STEP 5] Verify the object storage model was registered [2026-08-05T09:39:03.089Z] [INFO] [STEP 6] Navigate back to register another model using direct URL [2026-08-05T09:39:18.731Z] [INFO] Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874/register/model [2026-08-05T09:39:29.381Z] [INFO] [STEP 7] Register a model using URI [2026-08-05T09:39:33.496Z] [INFO] [STEP 8] Verify the URI model was registered [2026-08-05T09:39:36.258Z] [INFO] [STEP 9] Navigate back to model registry to verify both models [2026-08-05T09:39:50.952Z] [INFO] Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-08-05T09:39:52.518Z] [INFO] [STEP 10] Verify both models are visible in the registry ✓ Registers models via model registry using object storage and URI (139563ms) [2026-08-05T09:40:02.931Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-08-05T09:40:02.934Z] [INFO] Test title: Registers a new version via versions view [2026-08-05T09:40:02.938Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-08-05T09:40:02.941Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T09:40:02.944Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-08-05T09:40:02.962Z] [INFO] [STEP 1] Log into the application [2026-08-05T09:40:02.973Z] [INFO] Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/ [2026-08-05T09:40:03.083Z] [INFO] [STEP 2] Navigate to Model Registry [2026-08-05T09:40:03.198Z] [INFO] Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-08-05T09:40:08.764Z] [INFO] [STEP 3] Navigate to the first registered model [2026-08-05T09:40:09.401Z] [INFO] [STEP 4] Wait for model details page to load [2026-08-05T09:40:09.548Z] [INFO] [STEP 5] Navigate to versions tab [2026-08-05T09:40:40.361Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-08-05T09:40:40.364Z] [INFO] Test title: Registers a new version via versions view [2026-08-05T09:40:40.367Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-08-05T09:40:40.371Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T09:40:40.374Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-08-05T09:40:40.394Z] [INFO] [STEP 1] Log into the application [2026-08-05T09:40:40.403Z] [INFO] Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/ [2026-08-05T09:40:41.260Z] [INFO] [STEP 2] Navigate to Model Registry [2026-08-05T09:40:42.078Z] [INFO] Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-08-05T09:40:51.219Z] [INFO] [STEP 3] Navigate to the first registered model [2026-08-05T09:40:52.852Z] [INFO] [STEP 4] Wait for model details page to load [2026-08-05T09:40:53.224Z] [INFO] [STEP 5] Navigate to versions tab 1) Registers a new version via versions view [2026-08-05T09:41:24.021Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-08-05T09:41:24.023Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-08-05T09:41:24.028Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-08-05T09:41:24.032Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T09:41:24.035Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-08-05T09:41:24.061Z] [INFO] [STEP 1] Log into the application [2026-08-05T09:41:24.069Z] [INFO] Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/ [2026-08-05T09:41:24.601Z] [INFO] [STEP 2] Navigate to Model Registry [2026-08-05T09:41:24.911Z] [INFO] Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-08-05T09:41:31.851Z] [INFO] [STEP 3] Click Register Model button [2026-08-05T09:41:33.373Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-08-05T09:41:33.440Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-08-05T09:41:33.671Z] [INFO] [STEP 6] Verify namespace selector appears [2026-08-05T09:41:33.783Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-08-05T09:41:36.994Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-08-05T09:41:37.045Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-08-05T09:41:37.191Z] [INFO] [STEP 10] Fill in model details [2026-08-05T09:41:39.378Z] [INFO] [STEP 11] Fill in transfer job name [2026-08-05T09:41:39.678Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-08-05T09:41:41.444Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-08-05T09:41:42.505Z] [INFO] [STEP 14] Verify submit button is enabled [2026-08-05T09:41:42.583Z] [INFO] [STEP 15] Submit the register and store form [2026-08-05T09:41:42.856Z] [INFO] [STEP 16] Verify transfer job started notification appears [2026-08-05T09:41:43.252Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-08-05T09:41:54.120Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-08-05T09:41:54.123Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-08-05T09:41:54.128Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-08-05T09:41:54.132Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T09:41:54.135Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-08-05T09:41:54.164Z] [INFO] [STEP 1] Log into the application [2026-08-05T09:41:54.176Z] [INFO] Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/ [2026-08-05T09:41:54.363Z] [INFO] [STEP 2] Navigate to Model Registry [2026-08-05T09:41:54.593Z] [INFO] Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-08-05T09:42:02.310Z] [INFO] [STEP 3] Click Register Model button [2026-08-05T09:42:19.862Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-08-05T09:42:19.987Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-08-05T09:42:20.573Z] [INFO] [STEP 6] Verify namespace selector appears [2026-08-05T09:42:20.827Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-08-05T09:42:24.665Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-08-05T09:42:24.672Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-08-05T09:42:24.919Z] [INFO] [STEP 10] Fill in model details [2026-08-05T09:42:28.449Z] [INFO] [STEP 11] Fill in transfer job name [2026-08-05T09:42:29.063Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-08-05T09:42:31.915Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-08-05T09:42:33.311Z] [INFO] [STEP 14] Verify submit button is enabled [2026-08-05T09:42:33.459Z] [INFO] [STEP 15] Submit the register and store form [2026-08-05T09:42:34.079Z] [INFO] [STEP 16] Verify transfer job started notification appears 2) Registers and stores a model to an OCI destination [2026-08-05T09:42:50.015Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-08-05T09:42:50.022Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-08-05T09:42:50.035Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-08-05T09:42:50.048Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T09:42:50.062Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-08-05T09:42:50.103Z] [INFO] [STEP 1] Log into the application [2026-08-05T09:42:50.118Z] [INFO] Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/ [2026-08-05T09:42:50.252Z] [INFO] [STEP 2] Navigate to Model Registry [2026-08-05T09:42:50.347Z] [INFO] Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-08-05T09:42:56.041Z] [INFO] [STEP 3] Click Register Model button [2026-08-05T09:43:14.264Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-08-05T09:43:14.502Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-08-05T09:43:14.953Z] [INFO] [STEP 6] Verify namespace selector appears [2026-08-05T09:43:15.221Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-08-05T09:43:18.516Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-08-05T09:43:18.776Z] [INFO] [STEP 9] Fill in model details [2026-08-05T09:43:21.824Z] [INFO] [STEP 10] Fill in transfer job name [2026-08-05T09:43:22.495Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-08-05T09:43:23.406Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-08-05T09:43:24.988Z] [INFO] [STEP 13] Verify submit button is enabled [2026-08-05T09:43:25.155Z] [INFO] [STEP 14] Submit the register and store form [2026-08-05T09:43:25.746Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-08-05T09:43:26.169Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-08-05T09:43:26.355Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job) [2026-08-05T09:43:26.937Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-uri-transfer-job --for=condition=PodScheduled pod --timeout=120s [2026-08-05T09:43:26.946Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-x89j9 condition met [2026-08-05T09:43:27.095Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-08-05T09:43:39.030Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-08-05T09:43:39.033Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-08-05T09:43:39.038Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-08-05T09:43:39.042Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T09:43:39.047Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-08-05T09:43:39.087Z] [INFO] [STEP 1] Log into the application [2026-08-05T09:43:39.104Z] [INFO] Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/ [2026-08-05T09:43:39.423Z] [INFO] [STEP 2] Navigate to Model Registry [2026-08-05T09:43:39.913Z] [INFO] Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-08-05T09:43:48.137Z] [INFO] [STEP 3] Click Register Model button [2026-08-05T09:44:08.358Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-08-05T09:44:08.755Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-08-05T09:44:09.533Z] [INFO] [STEP 6] Verify namespace selector appears [2026-08-05T09:44:09.844Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-08-05T09:44:14.283Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-08-05T09:44:14.472Z] [INFO] [STEP 9] Fill in model details [2026-08-05T09:44:18.785Z] [INFO] [STEP 10] Fill in transfer job name [2026-08-05T09:44:19.429Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-08-05T09:44:20.648Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-08-05T09:44:22.233Z] [INFO] [STEP 13] Verify submit button is enabled [2026-08-05T09:44:22.432Z] [INFO] [STEP 14] Submit the register and store form [2026-08-05T09:44:23.223Z] [INFO] [STEP 15] Verify transfer job started notification appears 3) Registers and stores a model to an OCI destination using URI origin [2026-08-05T09:44:34.407Z] [INFO] Navigate away from model registry before cleanup [2026-08-05T09:44:35.275Z] [INFO] Clean up registered models from database [2026-08-05T09:44:35.907Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-08-05T09:44:36.107Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-08-05T09:44:36.617Z] [INFO] [EXEC] oc exec model-registry-db-662874-864c6b9cc8-jrn4c -n rhoai-model-registries -- mysql -u *** -pTheBlurstOfTimes --database="model-registry" -e "DELETE cp FROM ContextProperty cp JOIN Context c ON cp.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874'); DELETE pc FROM ParentContext pc JOIN Context c ON pc.context_id = c.id OR pc.parent_context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874'); DELETE a FROM Association a JOIN Context c ON a.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874'); DELETE at FROM Attribution at JOIN Context c ON at.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874'); DELETE FROM Context WHERE name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874');" [2026-08-05T09:44:37.701Z] [INFO] Database cleanup completed successfully [2026-08-05T09:44:37.913Z] [INFO] Delete the model registry [2026-08-05T09:44:38.015Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-08-05T09:44:38.676Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-08-05T09:44:38.694Z] [INFO] Verify model registry is removed from the backend [2026-08-05T09:44:38.894Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-08-05T09:44:39.434Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-08-05T09:44:39.752Z] [INFO] Delete the SQL database [2026-08-05T09:44:39.758Z] [INFO] Deleting model registry database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-08-05T09:44:40.003Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-08-05T09:44:40.011Z] [INFO] Database 'model-registry-db-662874' exists, proceeding with deletion... [2026-08-05T09:44:42.215Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=model-registry-db-662874 -n rhoai-model-registries --ignore-not-found=true [2026-08-05T09:44:42.225Z] [INFO] Delete command output: service "model-registry-db-662874" deleted persistentvolumeclaim "model-registry-db-662874" deleted deployment.apps "model-registry-db-662874" deleted secret "model-registry-db-662874" deleted [2026-08-05T09:44:42.453Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-08-05T09:44:42.459Z] [INFO] Model registry database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-08-05T09:44:42.466Z] [INFO] Delete the test project [2026-08-05T09:44:42.968Z] [INFO] [EXEC] oc delete project test-register-store-662874 --wait=false --ignore-not-found 1 passing (7m) 3 failing 1) Verify models can be registered in a model registry Registers a new version via versions view: Test steps were: 1. Log into the application 2. Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/ 3. Navigate to Model Registry 4. Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 5. Navigate to the first registered model 6. Wait for model details page to load 7. Navigate to versions tab Timed out retrying after 30000ms: Unable to find an element by: [data-testid="versions-tab"] Ignored nodes: comments, script, style