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-19T18:51:46.839Z] [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-19T18:51:46.866Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (90ms) 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-19T18:51:49.322Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-07-19T18:51:49.330Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-19T18:51:49.354Z] [INFO] Ensure operator has optimal memory for testing [2026-07-19T18:51:49.895Z] [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-19T18:51:49.904Z] [INFO] Current operator memory limit: 512Mi [2026-07-19T18:51:49.908Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-07-19T18:51:50.140Z] [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-19T18:51:50.147Z] [INFO] Successfully patched operator memory to 1Gi [2026-07-19T18:52:02.775Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-07-19T18:52:02.784Z] [INFO] Operator rollout completed successfully [2026-07-19T18:52:02.801Z] [INFO] Create and verify SQL database for model registry [2026-07-19T18:52:02.816Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-07-19T18:52:02.820Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-19T18:52:03.037Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-19T18:52:03.043Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-07-19T18:52:03.340Z] [INFO] [EXEC] oc apply -f /tmp/db-1784487123046.yaml [2026-07-19T18:52:03.423Z] [INFO] [EXEC] rm -f /tmp/db-1784487123046.yaml [2026-07-19T18:52:03.434Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-07-19T18:52:03.446Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-07-19T18:52:39.941Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-19T18:52:39.948Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-07-19T18:52:39.957Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-19T18:52:39.972Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-07-19T18:52:39.986Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-19T18:52:40.209Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-19T18:52:40.215Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-07-19T18:52:40.483Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1784487160219.yaml [2026-07-19T18:52:40.585Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1784487160219.yaml [2026-07-19T18:52:40.613Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-07-19T18:52:40.618Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-07-19T18:53:06.334Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-19T18:53:06.350Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-07-19T18:53:06.399Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-19T18:53:06.403Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-19T18:53:06.408Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-19T18:53:06.412Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T18:53:06.416Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T18:53:06.444Z] [INFO] [STEP 1] Login as an Admin [2026-07-19T18:53:06.456Z] [INFO] Navigate to: https://rh-ai.apps.2ec8d0bd-df83-45cf-888b-3d76eed32905.prod.konfluxeaas.com/ [2026-07-19T18:53:07.603Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-19T18:53:07.670Z] [INFO] Navigate to: https://rh-ai.apps.2ec8d0bd-df83-45cf-888b-3d76eed32905.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-19T18:53:13.143Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-07-19T18:53:14.609Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-19T18:53:42.617Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-19T18:53:42.649Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-19T18:53:42.955Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-19T18:53:42.961Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 28s [2026-07-19T18:53:42.967Z] [INFO] [STEP 6] Delete the model registry [2026-07-19T18:53:43.621Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-19T18:53:43.980Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-19T18:53:44.023Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-19T18:53:44.504Z] [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 (115241ms) [2026-07-19T18:53:44.668Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-19T18:53:44.670Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-19T18:53:44.674Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-19T18:53:44.677Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T18:53:44.681Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T18:53:44.704Z] [INFO] [STEP 1] Login as an Admin [2026-07-19T18:53:44.713Z] [INFO] Navigate to: https://rh-ai.apps.2ec8d0bd-df83-45cf-888b-3d76eed32905.prod.konfluxeaas.com/ [2026-07-19T18:53:44.822Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-19T18:53:44.950Z] [INFO] Navigate to: https://rh-ai.apps.2ec8d0bd-df83-45cf-888b-3d76eed32905.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-19T18:53:49.662Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-07-19T18:53:51.672Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-19T18:54:19.251Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-19T18:54:19.276Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-19T18:54:19.581Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-19T18:54:19.631Z] [INFO] Command output: rhoai-model-registries postgres-registry-298031 True 28s [2026-07-19T18:54:19.657Z] [INFO] [STEP 6] Delete the model registry [2026-07-19T18:54:20.187Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-19T18:54:20.374Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-19T18:54:20.380Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-19T18:54:20.675Z] [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 (36076ms) [2026-07-19T18:54:20.809Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-19T18:54:20.812Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-19T18:54:20.817Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-19T18:54:20.822Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T18:54:20.826Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T18:54:20.855Z] [INFO] [STEP 1] Login as an Admin [2026-07-19T18:54:20.873Z] [INFO] Navigate to: https://rh-ai.apps.2ec8d0bd-df83-45cf-888b-3d76eed32905.prod.konfluxeaas.com/ [2026-07-19T18:54:20.996Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-19T18:54:21.131Z] [INFO] Navigate to: https://rh-ai.apps.2ec8d0bd-df83-45cf-888b-3d76eed32905.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-19T18:54:23.305Z] [INFO] [STEP 3] Create a model registry with default database [2026-07-19T18:54:24.225Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-19T18:55:22.598Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-19T18:55:22.626Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-19T18:55:22.925Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-19T18:55:22.955Z] [INFO] Command output: rhoai-model-registries default-db-registry-298031 True 58s [2026-07-19T18:55:22.982Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-07-19T18:55:23.009Z] [INFO] Waiting for default database 'default-db-registry-298031' to be ready... [2026-07-19T18:55:23.353Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-19T18:55:23.384Z] [INFO] Default database wait result: deployment.apps/default-db-registry-298031 condition met [2026-07-19T18:55:23.416Z] [INFO] Checking if default database 'default-db-registry-298031' exists for registry 'default-db-registry-298031' [2026-07-19T18:55:23.669Z] [INFO] [EXEC] oc get deployment default-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-19T18:55:23.675Z] [INFO] Default database 'default-db-registry-298031' exists and ready: true [2026-07-19T18:55:23.682Z] [INFO] [STEP 7] Delete the model registry with default database [2026-07-19T18:55:24.328Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-07-19T18:55:24.547Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-07-19T18:55:24.579Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-19T18:55:24.865Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-19T18:55:25.092Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-07-19T18:55:25.359Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-07-19T18:55:25.399Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-07-19T18:55:25.841Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-07-19T18:55:25.885Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-07-19T18:55:25.932Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-19T18:55:26.412Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-19T18:55:26.471Z] [INFO] [STEP 13] Delete the MySQL database [2026-07-19T18:55:26.547Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-07-19T18:55:26.925Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-07-19T18:55:27.014Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-07-19T18:55:29.056Z] [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-19T18:55:29.093Z] [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-19T18:55:29.338Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-07-19T18:55:29.344Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-07-19T18:55:29.381Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-07-19T18:55:29.415Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-07-19T18:55:29.711Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-07-19T18:55:29.744Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-07-19T18:55:29.776Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-19T18:55:30.067Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-19T18:55:30.072Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-07-19T18:55:30.081Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-07-19T18:55:30.345Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-07-19T18:55:30.410Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-07-19T18:55:31.118Z] [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-19T18:55:31.232Z] [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-19T18:55:31.550Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-07-19T18:55:31.556Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (64144ms) 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, 42 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-07-19T18:55:34.519Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-07-19T18:55:34.527Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-19T18:55:34.557Z] [INFO] Ensure operator has optimal memory for testing [2026-07-19T18:55:34.798Z] [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-19T18:55:34.804Z] [INFO] Current operator memory limit: 1Gi [2026-07-19T18:55:34.807Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-07-19T18:55:34.815Z] [INFO] Create and verify SQL database for model registry [2026-07-19T18:55:34.817Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-07-19T18:55:34.820Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-07-19T18:55:35.050Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-19T18:55:35.055Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-07-19T18:55:35.331Z] [INFO] [EXEC] oc apply -f /tmp/db-1784487335058.yaml [2026-07-19T18:55:35.421Z] [INFO] [EXEC] rm -f /tmp/db-1784487335058.yaml [2026-07-19T18:55:35.432Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-07-19T18:55:35.436Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-07-19T18:56:09.198Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-07-19T18:56:09.207Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-07-19T18:56:09.228Z] [INFO] Create a model registry using YAML [2026-07-19T18:56:09.243Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-07-19T18:56:09.628Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784487369257-3yl53g1km.yaml && rm -f /tmp/cypress-yaml-1784487369257-3yl53g1km.yaml [2026-07-19T18:56:09.641Z] [INFO] Command exit code: 0 [2026-07-19T18:56:09.655Z] [INFO] Verify model registry is created [2026-07-19T18:56:09.659Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-19T18:56:09.943Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-19T18:56:09.959Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 0s [2026-07-19T18:56:09.976Z] [INFO] Wait for model registry to be in Available state [2026-07-19T18:56:09.991Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-07-19T18:56:29.166Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-07-19T18:56:29.173Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-07-19T18:56:39.186Z] [INFO] Create a project for register and store test [2026-07-19T18:56:39.189Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-19T18:56:39.437Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-19T18:56:39.458Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-07-19T18:56:39.476Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-07-19T18:56:39.516Z] [INFO] Creating project test-register-store-662874 [2026-07-19T18:56:39.807Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-07-19T18:56:40.043Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-07-19T18:56:40.061Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-19T18:56:40.291Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-19T18:56:40.324Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-07-19T18:56:40.359Z] [INFO] Project 'test-register-store-662874' exists. [2026-07-19T18:56:40.379Z] [INFO] Grant project access to the model registry [2026-07-19T18:56:40.720Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1784487400418-wt7vpg0j0.yaml && rm -f /tmp/cypress-yaml-1784487400418-wt7vpg0j0.yaml [2026-07-19T18:56:40.740Z] [INFO] Command exit code: 0 [2026-07-19T18:56:40.793Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-07-19T18:56:40.797Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-07-19T18:56:40.802Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-19T18:56:40.806Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T18:56:40.838Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T18:56:40.920Z] [INFO] [STEP 1] Log into the application [2026-07-19T18:56:40.969Z] [INFO] Navigate to: https://rh-ai.apps.2ec8d0bd-df83-45cf-888b-3d76eed32905.prod.konfluxeaas.com/ [2026-07-19T18:56:41.959Z] [INFO] [STEP 2] Clean up test models from any previous retry attempts [2026-07-19T18:56:42.283Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-07-19T18:56:42.342Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model [2026-07-19T18:56:42.717Z] [INFO] [EXEC] oc exec model-registry-db-662874-864c6b9cc8-vtnns -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-07-19T18:56:42.773Z] [INFO] Database cleanup completed successfully [2026-07-19T18:56:42.800Z] [INFO] [STEP 3] Navigate to Model Registry [2026-07-19T18:56:42.860Z] [INFO] Navigate to: https://rh-ai.apps.2ec8d0bd-df83-45cf-888b-3d76eed32905.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-19T18:56:50.812Z] [INFO] [STEP 4] Register a model using object storage [2026-07-19T18:56:55.440Z] [INFO] [STEP 5] Verify the object storage model was registered [2026-07-19T18:56:57.184Z] [INFO] [STEP 6] Navigate back to register another model using direct URL [2026-07-19T18:57:12.269Z] [INFO] Navigate to: https://rh-ai.apps.2ec8d0bd-df83-45cf-888b-3d76eed32905.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874/register/model [2026-07-19T18:57:17.862Z] [INFO] [STEP 7] Register a model using URI [2026-07-19T18:57:20.911Z] [INFO] [STEP 8] Verify the URI model was registered [2026-07-19T18:57:23.048Z] [INFO] [STEP 9] Navigate back to model registry to verify both models [2026-07-19T18:57:35.291Z] [INFO] Navigate to: https://rh-ai.apps.2ec8d0bd-df83-45cf-888b-3d76eed32905.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-19T18:57:36.775Z] [INFO] [STEP 10] Verify both models are visible in the registry ✓ Registers models via model registry using object storage and URI (130491ms) [2026-07-19T18:57:45.652Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-19T18:57:45.657Z] [INFO] Test title: Registers a new version via versions view [2026-07-19T18:57:45.668Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-19T18:57:45.678Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T18:57:45.682Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T18:57:45.701Z] [INFO] [STEP 1] Log into the application [2026-07-19T18:57:45.711Z] [INFO] Navigate to: https://rh-ai.apps.2ec8d0bd-df83-45cf-888b-3d76eed32905.prod.konfluxeaas.com/ [2026-07-19T18:57:45.818Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-19T18:57:45.918Z] [INFO] Navigate to: https://rh-ai.apps.2ec8d0bd-df83-45cf-888b-3d76eed32905.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-19T18:57:53.033Z] [INFO] [STEP 3] Navigate to the first registered model [2026-07-19T18:57:53.630Z] [INFO] [STEP 4] Wait for model details page to load [2026-07-19T18:57:53.794Z] [INFO] [STEP 5] Navigate to versions tab [2026-07-19T18:58:24.492Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-19T18:58:24.495Z] [INFO] Test title: Registers a new version via versions view [2026-07-19T18:58:24.499Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-19T18:58:24.503Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T18:58:24.506Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T18:58:24.527Z] [INFO] [STEP 1] Log into the application [2026-07-19T18:58:24.535Z] [INFO] Navigate to: https://rh-ai.apps.2ec8d0bd-df83-45cf-888b-3d76eed32905.prod.konfluxeaas.com/ [2026-07-19T18:58:24.673Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-19T18:58:24.833Z] [INFO] Navigate to: https://rh-ai.apps.2ec8d0bd-df83-45cf-888b-3d76eed32905.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-19T18:58:32.675Z] [INFO] [STEP 3] Navigate to the first registered model [2026-07-19T18:58:33.176Z] [INFO] [STEP 4] Wait for model details page to load [2026-07-19T18:58:33.508Z] [INFO] [STEP 5] Navigate to versions tab 1) Registers a new version via versions view [2026-07-19T18:59:04.275Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-19T18:59:04.277Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-19T18:59:04.280Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-19T18:59:04.284Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T18:59:04.288Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T18:59:04.317Z] [INFO] [STEP 1] Log into the application [2026-07-19T18:59:04.324Z] [INFO] Navigate to: https://rh-ai.apps.2ec8d0bd-df83-45cf-888b-3d76eed32905.prod.konfluxeaas.com/ [2026-07-19T18:59:04.473Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-19T18:59:04.553Z] [INFO] Navigate to: https://rh-ai.apps.2ec8d0bd-df83-45cf-888b-3d76eed32905.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-19T18:59:12.855Z] [INFO] [STEP 3] Click Register Model button [2026-07-19T18:59:14.432Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-19T18:59:14.495Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-19T18:59:14.776Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-19T18:59:14.891Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-19T18:59:18.382Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-07-19T18:59:18.437Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-07-19T18:59:18.581Z] [INFO] [STEP 10] Fill in model details [2026-07-19T18:59:20.670Z] [INFO] [STEP 11] Fill in transfer job name [2026-07-19T18:59:21.148Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-07-19T18:59:22.987Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-07-19T18:59:24.042Z] [INFO] [STEP 14] Verify submit button is enabled [2026-07-19T18:59:24.121Z] [INFO] [STEP 15] Submit the register and store form [2026-07-19T18:59:24.395Z] [INFO] [STEP 16] Verify transfer job started notification appears [2026-07-19T18:59:24.568Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-07-19T18:59:35.713Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-19T18:59:35.716Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-19T18:59:35.720Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-19T18:59:35.723Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T18:59:35.727Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T18:59:35.754Z] [INFO] [STEP 1] Log into the application [2026-07-19T18:59:35.770Z] [INFO] Navigate to: https://rh-ai.apps.2ec8d0bd-df83-45cf-888b-3d76eed32905.prod.konfluxeaas.com/ [2026-07-19T18:59:36.402Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-19T18:59:36.604Z] [INFO] Navigate to: https://rh-ai.apps.2ec8d0bd-df83-45cf-888b-3d76eed32905.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-19T18:59:44.108Z] [INFO] [STEP 3] Click Register Model button [2026-07-19T18:59:59.722Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-19T18:59:59.828Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-19T19:00:00.207Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-19T19:00:00.316Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-19T19:00:03.898Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-07-19T19:00:04.102Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-07-19T19:00:04.355Z] [INFO] [STEP 10] Fill in model details [2026-07-19T19:00:06.927Z] [INFO] [STEP 11] Fill in transfer job name [2026-07-19T19:00:07.316Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-07-19T19:00:09.964Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-07-19T19:00:12.183Z] [INFO] [STEP 14] Verify submit button is enabled [2026-07-19T19:00:12.322Z] [INFO] [STEP 15] Submit the register and store form [2026-07-19T19:00:12.891Z] [INFO] [STEP 16] Verify transfer job started notification appears 2) Registers and stores a model to an OCI destination [2026-07-19T19:00:28.780Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-19T19:00:28.783Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-19T19:00:28.787Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-19T19:00:28.791Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T19:00:28.795Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T19:00:28.820Z] [INFO] [STEP 1] Log into the application [2026-07-19T19:00:28.835Z] [INFO] Navigate to: https://rh-ai.apps.2ec8d0bd-df83-45cf-888b-3d76eed32905.prod.konfluxeaas.com/ [2026-07-19T19:00:29.748Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-19T19:00:30.200Z] [INFO] Navigate to: https://rh-ai.apps.2ec8d0bd-df83-45cf-888b-3d76eed32905.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-19T19:00:39.491Z] [INFO] [STEP 3] Click Register Model button [2026-07-19T19:00:41.218Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-19T19:00:41.317Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-19T19:00:41.669Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-19T19:00:41.858Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-19T19:00:45.113Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-07-19T19:00:45.308Z] [INFO] [STEP 9] Fill in model details [2026-07-19T19:00:47.704Z] [INFO] [STEP 10] Fill in transfer job name [2026-07-19T19:00:48.069Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-07-19T19:00:48.828Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-07-19T19:00:50.030Z] [INFO] [STEP 13] Verify submit button is enabled [2026-07-19T19:00:50.148Z] [INFO] [STEP 14] Submit the register and store form [2026-07-19T19:00:50.525Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-07-19T19:00:50.852Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-07-19T19:00:50.942Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job) [2026-07-19T19:00:51.447Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-uri-transfer-job --for=condition=PodScheduled pod --timeout=120s [2026-07-19T19:00:51.541Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-qrpw7 condition met [2026-07-19T19:00:51.633Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-07-19T19:01:02.326Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-19T19:01:02.329Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-19T19:01:02.333Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-19T19:01:02.336Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T19:01:02.339Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T19:01:02.370Z] [INFO] [STEP 1] Log into the application [2026-07-19T19:01:02.381Z] [INFO] Navigate to: https://rh-ai.apps.2ec8d0bd-df83-45cf-888b-3d76eed32905.prod.konfluxeaas.com/ [2026-07-19T19:01:03.756Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-19T19:01:05.098Z] [INFO] Navigate to: https://rh-ai.apps.2ec8d0bd-df83-45cf-888b-3d76eed32905.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-19T19:01:18.458Z] [INFO] [STEP 3] Click Register Model button [2026-07-19T19:01:21.722Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-19T19:01:21.839Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-19T19:01:22.229Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-19T19:01:22.610Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-19T19:01:25.690Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-07-19T19:01:25.945Z] [INFO] [STEP 9] Fill in model details [2026-07-19T19:01:28.753Z] [INFO] [STEP 10] Fill in transfer job name [2026-07-19T19:01:29.179Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-07-19T19:01:30.172Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-07-19T19:01:31.540Z] [INFO] [STEP 13] Verify submit button is enabled [2026-07-19T19:01:31.688Z] [INFO] [STEP 14] Submit the register and store form [2026-07-19T19:01:32.153Z] [INFO] [STEP 15] Verify transfer job started notification appears 3) Registers and stores a model to an OCI destination using URI origin [2026-07-19T19:01:42.760Z] [INFO] Navigate away from model registry before cleanup [2026-07-19T19:01:43.465Z] [INFO] Clean up registered models from database [2026-07-19T19:01:44.059Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-07-19T19:01:44.083Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-07-19T19:01:44.601Z] [INFO] [EXEC] oc exec model-registry-db-662874-864c6b9cc8-vtnns -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-07-19T19:01:45.393Z] [INFO] Database cleanup completed successfully [2026-07-19T19:01:45.563Z] [INFO] Delete the model registry [2026-07-19T19:01:45.623Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-07-19T19:01:46.236Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-07-19T19:01:46.538Z] [INFO] Verify model registry is removed from the backend [2026-07-19T19:01:46.670Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-19T19:01:47.029Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-19T19:01:47.038Z] [INFO] Delete the SQL database [2026-07-19T19:01:47.042Z] [INFO] Deleting model registry database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-07-19T19:01:47.297Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-19T19:01:47.306Z] [INFO] Database 'model-registry-db-662874' exists, proceeding with deletion... [2026-07-19T19:01:50.222Z] [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-07-19T19:01:50.230Z] [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-07-19T19:01:50.452Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-19T19:01:50.458Z] [INFO] Model registry database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-07-19T19:01:50.465Z] [INFO] Delete the test project [2026-07-19T19:01:50.718Z] [INFO] [EXEC] oc delete project test-register-store-662874 --wait=false --ignore-not-found 1 passing (6m) 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.2ec8d0bd-df83-45cf-888b-3d76eed32905.prod.konfluxeaas.com/ 3. Navigate to Model Registry 4. Navigate to: https://rh-ai.apps.2ec8d0bd-df83-45cf-888b-3d76eed32905.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 Red Hat OpenShift AI