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-20T07:10:55.204Z] [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-20T07:10:55.230Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (88ms) 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-20T07:10:57.515Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-07-20T07:10:57.525Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-20T07:10:57.550Z] [INFO] Ensure operator has optimal memory for testing [2026-07-20T07:10:58.064Z] [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-20T07:10:58.072Z] [INFO] Current operator memory limit: 512Mi [2026-07-20T07:10:58.077Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-07-20T07:10:58.307Z] [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-20T07:10:58.314Z] [INFO] Successfully patched operator memory to 1Gi [2026-07-20T07:11:10.423Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-07-20T07:11:10.432Z] [INFO] Operator rollout completed successfully [2026-07-20T07:11:10.442Z] [INFO] Create and verify SQL database for model registry [2026-07-20T07:11:10.458Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-07-20T07:11:10.468Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-20T07:11:10.685Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-20T07:11:10.691Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-07-20T07:11:10.956Z] [INFO] [EXEC] oc apply -f /tmp/db-1784531470695.yaml [2026-07-20T07:11:11.042Z] [INFO] [EXEC] rm -f /tmp/db-1784531470695.yaml [2026-07-20T07:11:11.051Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-07-20T07:11:11.065Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-07-20T07:11:46.592Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-20T07:11:46.599Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-07-20T07:11:46.619Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-20T07:11:46.634Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-07-20T07:11:46.650Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-20T07:11:46.880Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-20T07:11:46.886Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-07-20T07:11:47.189Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1784531506891.yaml [2026-07-20T07:11:47.281Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1784531506891.yaml [2026-07-20T07:11:47.301Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-07-20T07:11:47.316Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-07-20T07:12:10.802Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-20T07:12:10.830Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-07-20T07:12:10.884Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-20T07:12:10.888Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-20T07:12:10.892Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-20T07:12:10.896Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T07:12:10.900Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-20T07:12:10.946Z] [INFO] [STEP 1] Login as an Admin [2026-07-20T07:12:10.956Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ [2026-07-20T07:12:12.057Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-20T07:12:12.130Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-20T07:12:18.239Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-07-20T07:12:19.831Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-20T07:12:48.557Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-20T07:12:48.590Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-20T07:12:49.003Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-20T07:12:49.011Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 29s [2026-07-20T07:12:49.044Z] [INFO] [STEP 6] Delete the model registry [2026-07-20T07:12:49.695Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-20T07:12:50.845Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-20T07:12:50.881Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-20T07:12:51.258Z] [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 (113827ms) [2026-07-20T07:12:51.493Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-20T07:12:51.495Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-20T07:12:51.499Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-20T07:12:51.504Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T07:12:51.507Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-20T07:12:51.532Z] [INFO] [STEP 1] Login as an Admin [2026-07-20T07:12:51.547Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ [2026-07-20T07:12:51.674Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-20T07:12:52.134Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-20T07:12:58.559Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-07-20T07:13:00.818Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-20T07:13:27.173Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-20T07:13:27.193Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-20T07:13:27.493Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-20T07:13:27.517Z] [INFO] Command output: rhoai-model-registries postgres-registry-298031 True 27s [2026-07-20T07:13:27.538Z] [INFO] [STEP 6] Delete the model registry [2026-07-20T07:13:28.088Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-20T07:13:28.303Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-20T07:13:28.327Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-20T07:13:28.655Z] [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 (37229ms) [2026-07-20T07:13:28.777Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-20T07:13:28.779Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-20T07:13:28.783Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-20T07:13:28.787Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T07:13:28.791Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-20T07:13:28.817Z] [INFO] [STEP 1] Login as an Admin [2026-07-20T07:13:28.832Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ [2026-07-20T07:13:28.941Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-20T07:13:29.063Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-20T07:13:31.243Z] [INFO] [STEP 3] Create a model registry with default database [2026-07-20T07:13:32.163Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-20T07:14:31.049Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-20T07:14:31.072Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-20T07:14:31.367Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-20T07:14:31.373Z] [INFO] Command output: rhoai-model-registries default-db-registry-298031 True 59s [2026-07-20T07:14:31.378Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-07-20T07:14:31.405Z] [INFO] Waiting for default database 'default-db-registry-298031' to be ready... [2026-07-20T07:14:31.768Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-20T07:14:31.774Z] [INFO] Default database wait result: deployment.apps/default-db-registry-298031 condition met [2026-07-20T07:14:31.781Z] [INFO] Checking if default database 'default-db-registry-298031' exists for registry 'default-db-registry-298031' [2026-07-20T07:14:32.016Z] [INFO] [EXEC] oc get deployment default-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-20T07:14:32.022Z] [INFO] Default database 'default-db-registry-298031' exists and ready: true [2026-07-20T07:14:32.028Z] [INFO] [STEP 7] Delete the model registry with default database [2026-07-20T07:14:32.659Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-07-20T07:14:32.886Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-07-20T07:14:32.920Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-20T07:14:33.252Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-20T07:14:33.441Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-07-20T07:14:33.680Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-07-20T07:14:33.714Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-07-20T07:14:34.302Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-07-20T07:14:34.372Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-07-20T07:14:34.408Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-20T07:14:34.769Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-20T07:14:34.775Z] [INFO] [STEP 13] Delete the MySQL database [2026-07-20T07:14:34.779Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-07-20T07:14:35.174Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-07-20T07:14:35.805Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-07-20T07:14:37.876Z] [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-20T07:14:37.977Z] [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-20T07:14:38.298Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-07-20T07:14:38.376Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-07-20T07:14:38.415Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-07-20T07:14:38.456Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-07-20T07:14:38.800Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-07-20T07:14:38.804Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-07-20T07:14:38.807Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-20T07:14:39.146Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-20T07:14:39.195Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-07-20T07:14:39.237Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-07-20T07:14:39.508Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-07-20T07:14:39.565Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-07-20T07:14:40.652Z] [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-20T07:14:40.659Z] [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-20T07:14:40.949Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-07-20T07:14:40.955Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (64557ms) 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, 43 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-07-20T07:14:44.170Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-07-20T07:14:44.179Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-20T07:14:44.207Z] [INFO] Ensure operator has optimal memory for testing [2026-07-20T07:14:44.450Z] [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-20T07:14:44.457Z] [INFO] Current operator memory limit: 1Gi [2026-07-20T07:14:44.460Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-07-20T07:14:44.468Z] [INFO] Create and verify SQL database for model registry [2026-07-20T07:14:44.471Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-07-20T07:14:44.473Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-07-20T07:14:44.701Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-20T07:14:44.706Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-07-20T07:14:45.012Z] [INFO] [EXEC] oc apply -f /tmp/db-1784531684709.yaml [2026-07-20T07:14:45.118Z] [INFO] [EXEC] rm -f /tmp/db-1784531684709.yaml [2026-07-20T07:14:45.128Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-07-20T07:14:45.133Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-07-20T07:15:15.997Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-07-20T07:15:16.006Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-07-20T07:15:16.018Z] [INFO] Create a model registry using YAML [2026-07-20T07:15:16.035Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-07-20T07:15:16.519Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784531716057-64d9gre8o.yaml && rm -f /tmp/cypress-yaml-1784531716057-64d9gre8o.yaml [2026-07-20T07:15:16.536Z] [INFO] Command exit code: 0 [2026-07-20T07:15:16.541Z] [INFO] Verify model registry is created [2026-07-20T07:15:16.554Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-20T07:15:16.821Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-20T07:15:16.850Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 0s [2026-07-20T07:15:16.866Z] [INFO] Wait for model registry to be in Available state [2026-07-20T07:15:16.880Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-07-20T07:15:32.083Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-07-20T07:15:32.090Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-07-20T07:15:42.115Z] [INFO] Create a project for register and store test [2026-07-20T07:15:42.130Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-20T07:15:42.377Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-20T07:15:42.386Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-07-20T07:15:42.392Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-07-20T07:15:42.404Z] [INFO] Creating project test-register-store-662874 [2026-07-20T07:15:42.697Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-07-20T07:15:42.949Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-07-20T07:15:42.955Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-20T07:15:43.184Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-20T07:15:43.190Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-07-20T07:15:43.225Z] [INFO] Project 'test-register-store-662874' exists. [2026-07-20T07:15:43.246Z] [INFO] Grant project access to the model registry [2026-07-20T07:15:43.557Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1784531743275-5nda2piix.yaml && rm -f /tmp/cypress-yaml-1784531743275-5nda2piix.yaml [2026-07-20T07:15:43.600Z] [INFO] Command exit code: 0 [2026-07-20T07:15:43.689Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-07-20T07:15:43.694Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-07-20T07:15:43.746Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-20T07:15:43.777Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T07:15:43.783Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-20T07:15:43.828Z] [INFO] [STEP 1] Log into the application [2026-07-20T07:15:43.854Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ [2026-07-20T07:15:45.047Z] [INFO] [STEP 2] Clean up test models from any previous retry attempts [2026-07-20T07:15:45.504Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-07-20T07:15:45.571Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model [2026-07-20T07:15:46.076Z] [INFO] [EXEC] oc exec model-registry-db-662874-864c6b9cc8-lfmd6 -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-20T07:15:46.980Z] [INFO] Database cleanup completed successfully [2026-07-20T07:15:46.990Z] [INFO] [STEP 3] Navigate to Model Registry [2026-07-20T07:15:47.118Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-20T07:15:57.319Z] [INFO] [STEP 4] Register a model using object storage [2026-07-20T07:16:01.027Z] [INFO] [STEP 5] Verify the object storage model was registered [2026-07-20T07:16:02.929Z] [INFO] [STEP 6] Navigate back to register another model using direct URL [2026-07-20T07:16:16.182Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874/register/model [2026-07-20T07:16:26.148Z] [INFO] [STEP 7] Register a model using URI [2026-07-20T07:16:29.130Z] [INFO] [STEP 8] Verify the URI model was registered [2026-07-20T07:16:31.324Z] [INFO] [STEP 9] Navigate back to model registry to verify both models [2026-07-20T07:16:43.760Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-20T07:16:46.050Z] [INFO] [STEP 10] Verify both models are visible in the registry ✓ Registers models via model registry using object storage and URI (130721ms) [2026-07-20T07:16:55.451Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-20T07:16:55.453Z] [INFO] Test title: Registers a new version via versions view [2026-07-20T07:16:55.468Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-20T07:16:55.478Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T07:16:55.493Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-20T07:16:55.522Z] [INFO] [STEP 1] Log into the application [2026-07-20T07:16:55.529Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ [2026-07-20T07:16:55.652Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-20T07:16:55.750Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-20T07:17:01.352Z] [INFO] [STEP 3] Navigate to the first registered model [2026-07-20T07:17:02.167Z] [INFO] [STEP 4] Wait for model details page to load [2026-07-20T07:17:02.315Z] [INFO] [STEP 5] Navigate to versions tab [2026-07-20T07:17:33.131Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-20T07:17:33.134Z] [INFO] Test title: Registers a new version via versions view [2026-07-20T07:17:33.138Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-20T07:17:33.141Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T07:17:33.145Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-20T07:17:33.166Z] [INFO] [STEP 1] Log into the application [2026-07-20T07:17:33.174Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ [2026-07-20T07:17:33.340Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-20T07:17:33.499Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-20T07:17:40.883Z] [INFO] [STEP 3] Navigate to the first registered model [2026-07-20T07:17:41.538Z] [INFO] [STEP 4] Wait for model details page to load [2026-07-20T07:17:41.867Z] [INFO] [STEP 5] Navigate to versions tab 1) Registers a new version via versions view [2026-07-20T07:18:12.711Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-20T07:18:12.713Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-20T07:18:12.717Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-20T07:18:12.720Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T07:18:12.725Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-20T07:18:12.752Z] [INFO] [STEP 1] Log into the application [2026-07-20T07:18:12.760Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ [2026-07-20T07:18:12.921Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-20T07:18:13.063Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-20T07:18:20.226Z] [INFO] [STEP 3] Click Register Model button [2026-07-20T07:18:22.265Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-20T07:18:22.328Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-20T07:18:22.548Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-20T07:18:22.615Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-20T07:18:25.665Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-07-20T07:18:25.712Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-07-20T07:18:25.788Z] [INFO] [STEP 10] Fill in model details [2026-07-20T07:18:27.861Z] [INFO] [STEP 11] Fill in transfer job name [2026-07-20T07:18:28.146Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-07-20T07:18:29.796Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-07-20T07:18:30.758Z] [INFO] [STEP 14] Verify submit button is enabled [2026-07-20T07:18:30.831Z] [INFO] [STEP 15] Submit the register and store form [2026-07-20T07:18:31.085Z] [INFO] [STEP 16] Verify transfer job started notification appears [2026-07-20T07:18:31.302Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-07-20T07:18:42.190Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-20T07:18:42.199Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-20T07:18:42.248Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-20T07:18:42.263Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T07:18:42.276Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-20T07:18:42.313Z] [INFO] [STEP 1] Log into the application [2026-07-20T07:18:42.323Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ [2026-07-20T07:18:42.833Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-20T07:18:43.060Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-20T07:18:50.192Z] [INFO] [STEP 3] Click Register Model button [2026-07-20T07:18:51.269Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-20T07:18:51.354Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-20T07:18:51.652Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-20T07:18:51.807Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-20T07:18:55.147Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-07-20T07:18:55.223Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-07-20T07:18:55.415Z] [INFO] [STEP 10] Fill in model details [2026-07-20T07:18:57.737Z] [INFO] [STEP 11] Fill in transfer job name [2026-07-20T07:18:58.084Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-07-20T07:19:00.084Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-07-20T07:19:01.431Z] [INFO] [STEP 14] Verify submit button is enabled [2026-07-20T07:19:01.537Z] [INFO] [STEP 15] Submit the register and store form [2026-07-20T07:19:01.875Z] [INFO] [STEP 16] Verify transfer job started notification appears 2) Registers and stores a model to an OCI destination [2026-07-20T07:19:17.707Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-20T07:19:17.709Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-20T07:19:17.712Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-20T07:19:17.716Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T07:19:17.719Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-20T07:19:17.744Z] [INFO] [STEP 1] Log into the application [2026-07-20T07:19:17.754Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ [2026-07-20T07:19:17.857Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-20T07:19:17.953Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-20T07:19:24.071Z] [INFO] [STEP 3] Click Register Model button [2026-07-20T07:19:25.677Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-20T07:19:25.755Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-20T07:19:26.127Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-20T07:19:26.418Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-20T07:19:30.106Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-07-20T07:19:30.203Z] [INFO] [STEP 9] Fill in model details [2026-07-20T07:19:32.553Z] [INFO] [STEP 10] Fill in transfer job name [2026-07-20T07:19:32.897Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-07-20T07:19:33.644Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-07-20T07:19:34.777Z] [INFO] [STEP 13] Verify submit button is enabled [2026-07-20T07:19:34.894Z] [INFO] [STEP 14] Submit the register and store form [2026-07-20T07:19:35.183Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-07-20T07:19:35.464Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-07-20T07:19:35.543Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job) [2026-07-20T07:19:36.115Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-uri-transfer-job --for=condition=PodScheduled pod --timeout=120s [2026-07-20T07:19:36.276Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-8gtsj condition met [2026-07-20T07:19:36.289Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-07-20T07:19:47.286Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-20T07:19:47.289Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-20T07:19:47.294Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-20T07:19:47.297Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T07:19:47.301Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-20T07:19:47.328Z] [INFO] [STEP 1] Log into the application [2026-07-20T07:19:47.342Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ [2026-07-20T07:19:47.564Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-20T07:19:48.028Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-20T07:19:57.330Z] [INFO] [STEP 3] Click Register Model button [2026-07-20T07:19:59.161Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-20T07:19:59.273Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-20T07:19:59.665Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-20T07:19:59.870Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-20T07:20:03.468Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-07-20T07:20:03.595Z] [INFO] [STEP 9] Fill in model details [2026-07-20T07:20:06.550Z] [INFO] [STEP 10] Fill in transfer job name [2026-07-20T07:20:06.956Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-07-20T07:20:07.881Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-07-20T07:20:09.235Z] [INFO] [STEP 13] Verify submit button is enabled [2026-07-20T07:20:09.382Z] [INFO] [STEP 14] Submit the register and store form [2026-07-20T07:20:09.727Z] [INFO] [STEP 15] Verify transfer job started notification appears 3) Registers and stores a model to an OCI destination using URI origin [2026-07-20T07:20:20.280Z] [INFO] Navigate away from model registry before cleanup [2026-07-20T07:20:20.853Z] [INFO] Clean up registered models from database [2026-07-20T07:20:21.399Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-07-20T07:20:21.411Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-07-20T07:20:21.921Z] [INFO] [EXEC] oc exec model-registry-db-662874-864c6b9cc8-lfmd6 -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-20T07:20:22.147Z] [INFO] Database cleanup completed successfully [2026-07-20T07:20:22.167Z] [INFO] Delete the model registry [2026-07-20T07:20:22.182Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-07-20T07:20:22.797Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-07-20T07:20:23.069Z] [INFO] Verify model registry is removed from the backend [2026-07-20T07:20:23.197Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-20T07:20:23.751Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-20T07:20:23.760Z] [INFO] Delete the SQL database [2026-07-20T07:20:23.772Z] [INFO] Deleting model registry database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-07-20T07:20:24.008Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-20T07:20:24.016Z] [INFO] Database 'model-registry-db-662874' exists, proceeding with deletion... [2026-07-20T07:20:25.991Z] [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-20T07:20:25.999Z] [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-20T07:20:26.233Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-20T07:20:26.239Z] [INFO] Model registry database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-07-20T07:20:26.245Z] [INFO] Delete the test project [2026-07-20T07:20:26.501Z] [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.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ 3. Navigate to Model Registry 4. Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.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