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-20T09:11:55.388Z] [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-20T09:11:55.416Z] [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-20T09:11:58.085Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-07-20T09:11:58.094Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-20T09:11:58.117Z] [INFO] Ensure operator has optimal memory for testing [2026-07-20T09:11:58.652Z] [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-20T09:11:58.661Z] [INFO] Current operator memory limit: 512Mi [2026-07-20T09:11:58.666Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-07-20T09:11:58.922Z] [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-20T09:11:58.929Z] [INFO] Successfully patched operator memory to 1Gi [2026-07-20T09:12:11.172Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-07-20T09:12:11.188Z] [INFO] Operator rollout completed successfully [2026-07-20T09:12:11.199Z] [INFO] Create and verify SQL database for model registry [2026-07-20T09:12:11.215Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-07-20T09:12:11.219Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-20T09:12:11.446Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-20T09:12:11.452Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-07-20T09:12:11.742Z] [INFO] [EXEC] oc apply -f /tmp/db-1784538731455.yaml [2026-07-20T09:12:11.840Z] [INFO] [EXEC] rm -f /tmp/db-1784538731455.yaml [2026-07-20T09:12:11.860Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-07-20T09:12:11.865Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-07-20T09:12:56.404Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-20T09:12:56.411Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-07-20T09:12:56.430Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-20T09:12:56.444Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-07-20T09:12:56.460Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-20T09:12:56.683Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-20T09:12:56.689Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-07-20T09:12:56.982Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1784538776693.yaml [2026-07-20T09:12:57.069Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1784538776693.yaml [2026-07-20T09:12:57.080Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-07-20T09:12:57.096Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-07-20T09:13:19.632Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-20T09:13:19.639Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-07-20T09:13:19.692Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-20T09:13:19.695Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-20T09:13:19.700Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-20T09:13:19.704Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T09:13:19.709Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-20T09:13:19.782Z] [INFO] [STEP 1] Login as an Admin [2026-07-20T09:13:19.811Z] [INFO] Navigate to: https://rh-ai.apps.e8b6ed0d-5259-439e-b68c-1ba1be5c9f3b.prod.konfluxeaas.com/ [2026-07-20T09:13:20.964Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-20T09:13:21.038Z] [INFO] Navigate to: https://rh-ai.apps.e8b6ed0d-5259-439e-b68c-1ba1be5c9f3b.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-20T09:13:26.494Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-07-20T09:13:28.143Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-20T09:13:56.165Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-20T09:13:56.197Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-20T09:13:56.494Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-20T09:13:56.561Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 28s [2026-07-20T09:13:56.597Z] [INFO] [STEP 6] Delete the model registry [2026-07-20T09:13:57.277Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-20T09:13:57.556Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-20T09:13:57.605Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-20T09:13:57.904Z] [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 (119879ms) [2026-07-20T09:13:58.129Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-20T09:13:58.131Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-20T09:13:58.135Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-20T09:13:58.139Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T09:13:58.143Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-20T09:13:58.166Z] [INFO] [STEP 1] Login as an Admin [2026-07-20T09:13:58.175Z] [INFO] Navigate to: https://rh-ai.apps.e8b6ed0d-5259-439e-b68c-1ba1be5c9f3b.prod.konfluxeaas.com/ [2026-07-20T09:13:58.292Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-20T09:13:58.394Z] [INFO] Navigate to: https://rh-ai.apps.e8b6ed0d-5259-439e-b68c-1ba1be5c9f3b.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-20T09:14:01.086Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-07-20T09:14:03.287Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-20T09:14:30.290Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-20T09:14:30.336Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-20T09:14:30.669Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-20T09:14:30.736Z] [INFO] Command output: rhoai-model-registries postgres-registry-298031 True 27s [2026-07-20T09:14:30.764Z] [INFO] [STEP 6] Delete the model registry [2026-07-20T09:14:31.456Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-20T09:14:31.696Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-20T09:14:31.748Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-20T09:14:32.248Z] [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 (34173ms) [2026-07-20T09:14:32.397Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-20T09:14:32.399Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-20T09:14:32.403Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-20T09:14:32.407Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T09:14:32.411Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-20T09:14:32.453Z] [INFO] [STEP 1] Login as an Admin [2026-07-20T09:14:32.471Z] [INFO] Navigate to: https://rh-ai.apps.e8b6ed0d-5259-439e-b68c-1ba1be5c9f3b.prod.konfluxeaas.com/ [2026-07-20T09:14:32.582Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-20T09:14:32.827Z] [INFO] Navigate to: https://rh-ai.apps.e8b6ed0d-5259-439e-b68c-1ba1be5c9f3b.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-20T09:14:39.534Z] [INFO] [STEP 3] Create a model registry with default database [2026-07-20T09:14:40.215Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-20T09:15:37.930Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-20T09:15:37.982Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-20T09:15:38.348Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-20T09:15:38.380Z] [INFO] Command output: rhoai-model-registries default-db-registry-298031 True 57s [2026-07-20T09:15:38.390Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-07-20T09:15:38.419Z] [INFO] Waiting for default database 'default-db-registry-298031' to be ready... [2026-07-20T09:15:38.874Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-20T09:15:38.928Z] [INFO] Default database wait result: deployment.apps/default-db-registry-298031 condition met [2026-07-20T09:15:38.957Z] [INFO] Checking if default database 'default-db-registry-298031' exists for registry 'default-db-registry-298031' [2026-07-20T09:15:39.251Z] [INFO] [EXEC] oc get deployment default-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-20T09:15:39.283Z] [INFO] Default database 'default-db-registry-298031' exists and ready: true [2026-07-20T09:15:39.312Z] [INFO] [STEP 7] Delete the model registry with default database [2026-07-20T09:15:39.995Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-07-20T09:15:40.204Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-07-20T09:15:40.242Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-20T09:15:40.599Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-20T09:15:40.797Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-07-20T09:15:41.071Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-07-20T09:15:41.112Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-07-20T09:15:41.666Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-07-20T09:15:41.718Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-07-20T09:15:41.766Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-20T09:15:42.273Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-20T09:15:42.384Z] [INFO] [STEP 13] Delete the MySQL database [2026-07-20T09:15:42.455Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-07-20T09:15:42.819Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-07-20T09:15:42.925Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-07-20T09:15:44.482Z] [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-20T09:15:44.527Z] [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-20T09:15:44.851Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-07-20T09:15:44.936Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-07-20T09:15:44.984Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-07-20T09:15:45.039Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-07-20T09:15:45.373Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-07-20T09:15:45.418Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-07-20T09:15:45.470Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-20T09:15:45.951Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-20T09:15:45.962Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-07-20T09:15:46.001Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-07-20T09:15:46.271Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-07-20T09:15:46.354Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-07-20T09:15:47.502Z] [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-20T09:15:47.548Z] [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-20T09:15:47.829Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-07-20T09:15:47.835Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (68265ms) 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, 49 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-07-20T09:15:50.879Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-07-20T09:15:50.890Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-20T09:15:50.953Z] [INFO] Ensure operator has optimal memory for testing [2026-07-20T09:15:51.233Z] [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-20T09:15:51.241Z] [INFO] Current operator memory limit: 1Gi [2026-07-20T09:15:51.244Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-07-20T09:15:51.253Z] [INFO] Create and verify SQL database for model registry [2026-07-20T09:15:51.257Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-07-20T09:15:51.260Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-07-20T09:15:51.501Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-20T09:15:51.508Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-07-20T09:15:51.830Z] [INFO] [EXEC] oc apply -f /tmp/db-1784538951511.yaml [2026-07-20T09:15:51.947Z] [INFO] [EXEC] rm -f /tmp/db-1784538951511.yaml [2026-07-20T09:15:51.958Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-07-20T09:15:51.962Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-07-20T09:16:21.616Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-07-20T09:16:21.634Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-07-20T09:16:21.650Z] [INFO] Create a model registry using YAML [2026-07-20T09:16:21.665Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-07-20T09:16:22.108Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784538981684-uj9uanfig.yaml && rm -f /tmp/cypress-yaml-1784538981684-uj9uanfig.yaml [2026-07-20T09:16:22.116Z] [INFO] Command exit code: 0 [2026-07-20T09:16:22.121Z] [INFO] Verify model registry is created [2026-07-20T09:16:22.138Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-20T09:16:22.454Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-20T09:16:22.490Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 1s [2026-07-20T09:16:22.507Z] [INFO] Wait for model registry to be in Available state [2026-07-20T09:16:22.522Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-07-20T09:16:38.984Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-07-20T09:16:39.019Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-07-20T09:16:49.043Z] [INFO] Create a project for register and store test [2026-07-20T09:16:49.047Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-20T09:16:49.306Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-20T09:16:49.315Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-07-20T09:16:49.336Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-07-20T09:16:49.383Z] [INFO] Creating project test-register-store-662874 [2026-07-20T09:16:49.802Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-07-20T09:16:50.080Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-07-20T09:16:50.087Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-20T09:16:50.369Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-20T09:16:50.403Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-07-20T09:16:50.441Z] [INFO] Project 'test-register-store-662874' exists. [2026-07-20T09:16:50.462Z] [INFO] Grant project access to the model registry [2026-07-20T09:16:50.836Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1784539010517-tgguywepr.yaml && rm -f /tmp/cypress-yaml-1784539010517-tgguywepr.yaml [2026-07-20T09:16:50.870Z] [INFO] Command exit code: 0 [2026-07-20T09:16:50.947Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-07-20T09:16:50.953Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-07-20T09:16:50.977Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-20T09:16:50.984Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T09:16:51.034Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-20T09:16:51.122Z] [INFO] [STEP 1] Log into the application [2026-07-20T09:16:51.169Z] [INFO] Navigate to: https://rh-ai.apps.e8b6ed0d-5259-439e-b68c-1ba1be5c9f3b.prod.konfluxeaas.com/ [2026-07-20T09:16:52.424Z] [INFO] [STEP 2] Clean up test models from any previous retry attempts [2026-07-20T09:16:52.907Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-07-20T09:16:52.999Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model [2026-07-20T09:16:53.516Z] [INFO] [EXEC] oc exec model-registry-db-662874-864c6b9cc8-7lzwl -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-20T09:16:53.577Z] [INFO] Database cleanup completed successfully [2026-07-20T09:16:53.611Z] [INFO] [STEP 3] Navigate to Model Registry [2026-07-20T09:16:54.166Z] [INFO] Navigate to: https://rh-ai.apps.e8b6ed0d-5259-439e-b68c-1ba1be5c9f3b.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-20T09:17:03.837Z] [INFO] [STEP 4] Register a model using object storage [2026-07-20T09:17:08.017Z] [INFO] [STEP 5] Verify the object storage model was registered [2026-07-20T09:17:10.167Z] [INFO] [STEP 6] Navigate back to register another model using direct URL [2026-07-20T09:17:24.451Z] [INFO] Navigate to: https://rh-ai.apps.e8b6ed0d-5259-439e-b68c-1ba1be5c9f3b.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874/register/model [2026-07-20T09:17:34.081Z] [INFO] [STEP 7] Register a model using URI [2026-07-20T09:17:38.055Z] [INFO] [STEP 8] Verify the URI model was registered [2026-07-20T09:17:40.775Z] [INFO] [STEP 9] Navigate back to model registry to verify both models [2026-07-20T09:17:53.851Z] [INFO] Navigate to: https://rh-ai.apps.e8b6ed0d-5259-439e-b68c-1ba1be5c9f3b.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-20T09:17:55.333Z] [INFO] [STEP 10] Verify both models are visible in the registry ✓ Registers models via model registry using object storage and URI (133105ms) [2026-07-20T09:18:04.678Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-20T09:18:04.681Z] [INFO] Test title: Registers a new version via versions view [2026-07-20T09:18:04.685Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-20T09:18:04.689Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T09:18:04.693Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-20T09:18:04.712Z] [INFO] [STEP 1] Log into the application [2026-07-20T09:18:04.720Z] [INFO] Navigate to: https://rh-ai.apps.e8b6ed0d-5259-439e-b68c-1ba1be5c9f3b.prod.konfluxeaas.com/ [2026-07-20T09:18:04.826Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-20T09:18:04.915Z] [INFO] Navigate to: https://rh-ai.apps.e8b6ed0d-5259-439e-b68c-1ba1be5c9f3b.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-20T09:18:11.892Z] [INFO] [STEP 3] Navigate to the first registered model [2026-07-20T09:18:12.489Z] [INFO] [STEP 4] Wait for model details page to load [2026-07-20T09:18:12.646Z] [INFO] [STEP 5] Navigate to versions tab [2026-07-20T09:18:43.494Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-20T09:18:43.498Z] [INFO] Test title: Registers a new version via versions view [2026-07-20T09:18:43.504Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-20T09:18:43.509Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T09:18:43.514Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-20T09:18:43.543Z] [INFO] [STEP 1] Log into the application [2026-07-20T09:18:43.556Z] [INFO] Navigate to: https://rh-ai.apps.e8b6ed0d-5259-439e-b68c-1ba1be5c9f3b.prod.konfluxeaas.com/ [2026-07-20T09:18:43.755Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-20T09:18:43.940Z] [INFO] Navigate to: https://rh-ai.apps.e8b6ed0d-5259-439e-b68c-1ba1be5c9f3b.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-20T09:18:51.217Z] [INFO] [STEP 3] Navigate to the first registered model [2026-07-20T09:18:52.020Z] [INFO] [STEP 4] Wait for model details page to load [2026-07-20T09:18:52.280Z] [INFO] [STEP 5] Navigate to versions tab 1) Registers a new version via versions view [2026-07-20T09:19:23.469Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-20T09:19:23.471Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-20T09:19:23.474Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-20T09:19:23.478Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T09:19:23.482Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-20T09:19:23.509Z] [INFO] [STEP 1] Log into the application [2026-07-20T09:19:23.518Z] [INFO] Navigate to: https://rh-ai.apps.e8b6ed0d-5259-439e-b68c-1ba1be5c9f3b.prod.konfluxeaas.com/ [2026-07-20T09:19:23.682Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-20T09:19:23.780Z] [INFO] Navigate to: https://rh-ai.apps.e8b6ed0d-5259-439e-b68c-1ba1be5c9f3b.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-20T09:19:31.955Z] [INFO] [STEP 3] Click Register Model button [2026-07-20T09:19:33.086Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-20T09:19:33.164Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-20T09:19:33.503Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-20T09:19:33.584Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-20T09:19:36.407Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-07-20T09:19:36.478Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-07-20T09:19:36.660Z] [INFO] [STEP 10] Fill in model details [2026-07-20T09:19:38.854Z] [INFO] [STEP 11] Fill in transfer job name [2026-07-20T09:19:39.163Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-07-20T09:19:41.135Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-07-20T09:19:42.292Z] [INFO] [STEP 14] Verify submit button is enabled [2026-07-20T09:19:42.372Z] [INFO] [STEP 15] Submit the register and store form [2026-07-20T09:19:42.603Z] [INFO] [STEP 16] Verify transfer job started notification appears [2026-07-20T09:19:42.783Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-07-20T09:19:53.897Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-20T09:19:53.903Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-20T09:19:53.917Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-20T09:19:53.931Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T09:19:53.935Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-20T09:19:53.962Z] [INFO] [STEP 1] Log into the application [2026-07-20T09:19:53.973Z] [INFO] Navigate to: https://rh-ai.apps.e8b6ed0d-5259-439e-b68c-1ba1be5c9f3b.prod.konfluxeaas.com/ [2026-07-20T09:19:54.141Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-20T09:19:54.544Z] [INFO] Navigate to: https://rh-ai.apps.e8b6ed0d-5259-439e-b68c-1ba1be5c9f3b.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-20T09:20:01.892Z] [INFO] [STEP 3] Click Register Model button [2026-07-20T09:20:17.753Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-20T09:20:17.879Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-20T09:20:18.293Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-20T09:20:18.494Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-20T09:20:21.964Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-07-20T09:20:22.057Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-07-20T09:20:22.182Z] [INFO] [STEP 10] Fill in model details [2026-07-20T09:20:25.082Z] [INFO] [STEP 11] Fill in transfer job name [2026-07-20T09:20:25.479Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-07-20T09:20:28.347Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-07-20T09:20:29.748Z] [INFO] [STEP 14] Verify submit button is enabled [2026-07-20T09:20:29.888Z] [INFO] [STEP 15] Submit the register and store form [2026-07-20T09:20:30.355Z] [INFO] [STEP 16] Verify transfer job started notification appears 2) Registers and stores a model to an OCI destination [2026-07-20T09:20:46.143Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-20T09:20:46.144Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-20T09:20:46.148Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-20T09:20:46.151Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T09:20:46.154Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-20T09:20:46.180Z] [INFO] [STEP 1] Log into the application [2026-07-20T09:20:46.189Z] [INFO] Navigate to: https://rh-ai.apps.e8b6ed0d-5259-439e-b68c-1ba1be5c9f3b.prod.konfluxeaas.com/ [2026-07-20T09:20:46.293Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-20T09:20:46.431Z] [INFO] Navigate to: https://rh-ai.apps.e8b6ed0d-5259-439e-b68c-1ba1be5c9f3b.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-20T09:20:52.531Z] [INFO] [STEP 3] Click Register Model button [2026-07-20T09:21:12.760Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-20T09:21:13.021Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-20T09:21:13.488Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-20T09:21:14.304Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-20T09:21:17.947Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-07-20T09:21:18.282Z] [INFO] [STEP 9] Fill in model details [2026-07-20T09:21:21.103Z] [INFO] [STEP 10] Fill in transfer job name [2026-07-20T09:21:22.000Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-07-20T09:21:23.058Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-07-20T09:21:24.480Z] [INFO] [STEP 13] Verify submit button is enabled [2026-07-20T09:21:24.630Z] [INFO] [STEP 14] Submit the register and store form [2026-07-20T09:21:25.186Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-07-20T09:21:25.572Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-07-20T09:21:25.685Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job) [2026-07-20T09:21:26.211Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-uri-transfer-job --for=condition=PodScheduled pod --timeout=120s [2026-07-20T09:21:26.452Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-skvwk condition met [2026-07-20T09:21:26.462Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-07-20T09:21:37.944Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-20T09:21:37.948Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-20T09:21:37.952Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-20T09:21:37.956Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T09:21:37.960Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-20T09:21:37.993Z] [INFO] [STEP 1] Log into the application [2026-07-20T09:21:38.005Z] [INFO] Navigate to: https://rh-ai.apps.e8b6ed0d-5259-439e-b68c-1ba1be5c9f3b.prod.konfluxeaas.com/ [2026-07-20T09:21:38.562Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-20T09:21:39.374Z] [INFO] Navigate to: https://rh-ai.apps.e8b6ed0d-5259-439e-b68c-1ba1be5c9f3b.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-20T09:21:48.208Z] [INFO] [STEP 3] Click Register Model button [2026-07-20T09:21:50.763Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-20T09:21:50.917Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-20T09:21:51.519Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-20T09:21:51.682Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-20T09:21:54.817Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-07-20T09:21:55.332Z] [INFO] [STEP 9] Fill in model details [2026-07-20T09:21:58.848Z] [INFO] [STEP 10] Fill in transfer job name [2026-07-20T09:21:59.319Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-07-20T09:22:00.554Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-07-20T09:22:02.162Z] [INFO] [STEP 13] Verify submit button is enabled [2026-07-20T09:22:02.344Z] [INFO] [STEP 14] Submit the register and store form [2026-07-20T09:22:03.251Z] [INFO] [STEP 15] Verify transfer job started notification appears 3) Registers and stores a model to an OCI destination using URI origin [2026-07-20T09:22:14.044Z] [INFO] Navigate away from model registry before cleanup [2026-07-20T09:22:15.213Z] [INFO] Clean up registered models from database [2026-07-20T09:22:15.660Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-07-20T09:22:15.676Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-07-20T09:22:16.275Z] [INFO] [EXEC] oc exec model-registry-db-662874-864c6b9cc8-7lzwl -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-20T09:22:16.592Z] [INFO] Database cleanup completed successfully [2026-07-20T09:22:16.608Z] [INFO] Delete the model registry [2026-07-20T09:22:16.630Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-07-20T09:22:17.361Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-07-20T09:22:17.525Z] [INFO] Verify model registry is removed from the backend [2026-07-20T09:22:17.675Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-20T09:22:18.299Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-20T09:22:18.445Z] [INFO] Delete the SQL database [2026-07-20T09:22:18.584Z] [INFO] Deleting model registry database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-07-20T09:22:18.949Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-20T09:22:18.957Z] [INFO] Database 'model-registry-db-662874' exists, proceeding with deletion... [2026-07-20T09:22:21.128Z] [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-20T09:22:21.136Z] [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-20T09:22:21.385Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-20T09:22:21.391Z] [INFO] Model registry database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-07-20T09:22:21.399Z] [INFO] Delete the test project [2026-07-20T09:22:21.658Z] [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.e8b6ed0d-5259-439e-b68c-1ba1be5c9f3b.prod.konfluxeaas.com/ 3. Navigate to Model Registry 4. Navigate to: https://rh-ai.apps.e8b6ed0d-5259-439e-b68c-1ba1be5c9f3b.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