Warning: The allowCypressEnv configuration option is enabled. This allows any browser code to read values from Cypress.env(). This is insecure and will be removed in a future major version. 1. Replace Cypress.env() calls with cy.env() (for sensitive values) or Cypress.expose() (for public configuration) 2. Set allowCypressEnv: false in your Cypress configuration to disable Cypress.env() Learn more: https://on.cypress.io/cypress-env-migration @cypress/grep: filtering using tag(s) "@SmokeSet4" ================================================================================ (Run Starting) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Cypress: 15.17.0 │ │ Browser: Electron 138 (headless) │ │ Node Version: v22.22.0 (/usr/bin/node-22) │ │ Specs: 6 found (automl/testAutomlBinaryClassification.cy.ts, modelRegistry/testCreate │ │ ModelRegistry.cy.ts, modelRegistry/testRegisterModel.cy.ts, pipelines/createRu │ │ nDeletePipelineCustomPipMirror.cy.ts, pipelines/pipelines.cy.ts, pipelines/tes │ │ tSchedulePipeline.cy.ts) │ │ Searched: cypress/tests/e2e/automl/testAutomlBinaryClassification.cy.ts, cypress/tests/e │ │ 2e/modelRegistry/testCreateModelRegistry.cy.ts, cypress/tests/e2e/modelRegistr │ │ y/testRegisterModel.cy.ts, cypress/tests/e2e/pipelines/createRunDeletePipeline │ │ CustomPipMirror.cy.ts, cypress/tests/e2e/pipelines/pipelines.cy.ts, cypress/te │ │ sts/e2e/pipelines/testSchedulePipeline.cy.ts │ │ Experiments: experimentalInteractiveRunEvents=true,experimentalMemoryManagement=true │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Remove output folder /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: automl/testAutomlBinaryClassification.cy.ts (1 of 6) [2026-08-05T03:05:36.467Z] [INFO] Setting tests timeout to: 480 seconds AutoML Binary Classification E2E - Can create and submit an AutoML binary classification run - Verify binary classification run completes with leaderboard - Can interact with results page (leaderboard, model details, download) - Can open register model modal from model details [2026-08-05T03:05:36.495Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (92ms) 4 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 4 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: automl/testAutomlBinaryClassification.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testCreateModelRegistry.cy.ts (2 of 6) [2026-08-05T03:05:39.207Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-08-05T03:05:39.215Z] [INFO] [STEP NaN] Load test data from fixture [2026-08-05T03:05:39.242Z] [INFO] Ensure operator has optimal memory for testing [2026-08-05T03:05:39.773Z] [INFO] [EXEC] oc get deployment model-registry-operator-controller-manager -n redhat-ods-applications -o jsonpath='{.spec.template.spec.containers[0].resources.limits.memory}' [2026-08-05T03:05:39.782Z] [INFO] Current operator memory limit: 512Mi [2026-08-05T03:05:39.788Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-08-05T03:05:40.009Z] [INFO] [EXEC] oc patch deployment model-registry-operator-controller-manager -n redhat-ods-applications -p '{"spec":{"template":{"spec":{"containers":[{"name":"manager","resources":{"limits":{"memory":"1Gi"}}}]}}}}' [2026-08-05T03:05:40.016Z] [INFO] Successfully patched operator memory to 1Gi [2026-08-05T03:05:52.432Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-08-05T03:05:52.450Z] [INFO] Operator rollout completed successfully [2026-08-05T03:05:52.469Z] [INFO] Create and verify SQL database for model registry [2026-08-05T03:05:52.488Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-08-05T03:05:52.503Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-08-05T03:05:52.717Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-08-05T03:05:52.724Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-08-05T03:05:53.008Z] [INFO] [EXEC] oc apply -f /tmp/db-1785899152728.yaml [2026-08-05T03:05:53.098Z] [INFO] [EXEC] rm -f /tmp/db-1785899152728.yaml [2026-08-05T03:05:53.120Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-08-05T03:05:53.127Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-08-05T03:06:26.545Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-08-05T03:06:26.562Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-08-05T03:06:26.572Z] [INFO] Create and verify PostgreSQL database for model registry [2026-08-05T03:06:26.588Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-08-05T03:06:26.602Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-08-05T03:06:26.833Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-08-05T03:06:26.839Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-08-05T03:06:27.142Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1785899186842.yaml [2026-08-05T03:06:27.236Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1785899186842.yaml [2026-08-05T03:06:27.246Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-08-05T03:06:27.251Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-08-05T03:06:51.131Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-08-05T03:06:51.168Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-08-05T03:06:51.233Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-08-05T03:06:51.237Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-08-05T03:06:51.242Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-08-05T03:06:51.246Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T03:06:51.250Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-08-05T03:06:51.299Z] [INFO] [STEP 1] Login as an Admin [2026-08-05T03:06:51.315Z] [INFO] Navigate to: https://rh-ai.apps.94e92088-80ce-4b17-b045-9999b57b1972.prod.konfluxeaas.com/ [2026-08-05T03:06:52.438Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-08-05T03:06:52.511Z] [INFO] Navigate to: https://rh-ai.apps.94e92088-80ce-4b17-b045-9999b57b1972.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-08-05T03:06:57.308Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-08-05T03:06:59.346Z] [INFO] [STEP 4] Verify it is available in the UI [2026-08-05T03:07:27.099Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-08-05T03:07:27.134Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-08-05T03:07:27.456Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-08-05T03:07:27.464Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 28s [2026-08-05T03:07:27.501Z] [INFO] [STEP 6] Delete the model registry [2026-08-05T03:07:28.212Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-08-05T03:07:28.549Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-08-05T03:07:28.599Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-08-05T03:07:28.922Z] [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 (109814ms) [2026-08-05T03:07:29.163Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-08-05T03:07:29.166Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-08-05T03:07:29.171Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-08-05T03:07:29.175Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T03:07:29.181Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-08-05T03:07:29.209Z] [INFO] [STEP 1] Login as an Admin [2026-08-05T03:07:29.227Z] [INFO] Navigate to: https://rh-ai.apps.94e92088-80ce-4b17-b045-9999b57b1972.prod.konfluxeaas.com/ [2026-08-05T03:07:29.356Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-08-05T03:07:29.528Z] [INFO] Navigate to: https://rh-ai.apps.94e92088-80ce-4b17-b045-9999b57b1972.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-08-05T03:07:31.900Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-08-05T03:07:33.975Z] [INFO] [STEP 4] Verify it is available in the UI [2026-08-05T03:08:01.720Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-08-05T03:08:01.752Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-08-05T03:08:02.129Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-08-05T03:08:02.195Z] [INFO] Command output: rhoai-model-registries postgres-registry-298031 True 28s [2026-08-05T03:08:02.227Z] [INFO] [STEP 6] Delete the model registry [2026-08-05T03:08:03.060Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-08-05T03:08:03.961Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-08-05T03:08:03.990Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-08-05T03:08:04.339Z] [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 (35229ms) [2026-08-05T03:08:04.478Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-08-05T03:08:04.481Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-08-05T03:08:04.487Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-08-05T03:08:04.493Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T03:08:04.501Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-08-05T03:08:04.537Z] [INFO] [STEP 1] Login as an Admin [2026-08-05T03:08:04.555Z] [INFO] Navigate to: https://rh-ai.apps.94e92088-80ce-4b17-b045-9999b57b1972.prod.konfluxeaas.com/ [2026-08-05T03:08:04.688Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-08-05T03:08:04.797Z] [INFO] Navigate to: https://rh-ai.apps.94e92088-80ce-4b17-b045-9999b57b1972.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-08-05T03:08:09.009Z] [INFO] [STEP 3] Create a model registry with default database [2026-08-05T03:08:10.138Z] [INFO] [STEP 4] Verify it is available in the UI [2026-08-05T03:09:08.174Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-08-05T03:09:08.201Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-08-05T03:09:08.503Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-08-05T03:09:08.513Z] [INFO] Command output: rhoai-model-registries default-db-registry-298031 True 58s [2026-08-05T03:09:08.618Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-08-05T03:09:08.650Z] [INFO] Waiting for default database 'default-db-registry-298031' to be ready... [2026-08-05T03:09:09.002Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-08-05T03:09:09.010Z] [INFO] Default database wait result: deployment.apps/default-db-registry-298031 condition met [2026-08-05T03:09:09.039Z] [INFO] Checking if default database 'default-db-registry-298031' exists for registry 'default-db-registry-298031' [2026-08-05T03:09:09.288Z] [INFO] [EXEC] oc get deployment default-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-08-05T03:09:09.338Z] [INFO] Default database 'default-db-registry-298031' exists and ready: true [2026-08-05T03:09:09.369Z] [INFO] [STEP 7] Delete the model registry with default database [2026-08-05T03:09:10.048Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-08-05T03:09:10.265Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-08-05T03:09:10.300Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-08-05T03:09:10.589Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-08-05T03:09:10.828Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-08-05T03:09:11.096Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-08-05T03:09:11.132Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-08-05T03:09:11.532Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-08-05T03:09:11.545Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-08-05T03:09:11.584Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-08-05T03:09:11.984Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-08-05T03:09:12.065Z] [INFO] [STEP 13] Delete the MySQL database [2026-08-05T03:09:12.134Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-08-05T03:09:12.469Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-08-05T03:09:12.572Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-08-05T03:09:14.541Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=mysql-db-registry-298031 -n rhoai-model-registries --ignore-not-found=true [2026-08-05T03:09:14.581Z] [INFO] Delete command output: service "mysql-db-registry-298031" deleted persistentvolumeclaim "mysql-db-registry-298031" deleted deployment.apps "mysql-db-registry-298031" deleted secret "mysql-db-registry-298031" deleted [2026-08-05T03:09:14.837Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-08-05T03:09:14.843Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-08-05T03:09:14.882Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-08-05T03:09:14.917Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-08-05T03:09:15.221Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-08-05T03:09:15.224Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-08-05T03:09:15.228Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-08-05T03:09:15.543Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-08-05T03:09:15.582Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-08-05T03:09:15.625Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-08-05T03:09:15.879Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-08-05T03:09:15.953Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-08-05T03:09:17.052Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=postgres-db-registry-298031 -n rhoai-model-registries --ignore-not-found=true [2026-08-05T03:09:17.059Z] [INFO] Delete command output: service "postgres-db-registry-298031" deleted persistentvolumeclaim "postgres-db-registry-298031" deleted deployment.apps "postgres-db-registry-298031" deleted secret "postgres-db-registry-298031" deleted [2026-08-05T03:09:17.313Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-08-05T03:09:17.319Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (66177ms) 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, 38 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-08-05T03:09:20.358Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-08-05T03:09:20.367Z] [INFO] [STEP NaN] Load test data from fixture [2026-08-05T03:09:20.399Z] [INFO] Ensure operator has optimal memory for testing [2026-08-05T03:09:20.642Z] [INFO] [EXEC] oc get deployment model-registry-operator-controller-manager -n redhat-ods-applications -o jsonpath='{.spec.template.spec.containers[0].resources.limits.memory}' [2026-08-05T03:09:20.649Z] [INFO] Current operator memory limit: 1Gi [2026-08-05T03:09:20.653Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-08-05T03:09:20.660Z] [INFO] Create and verify SQL database for model registry [2026-08-05T03:09:20.663Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-08-05T03:09:20.666Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-08-05T03:09:20.891Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-08-05T03:09:20.898Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-08-05T03:09:21.167Z] [INFO] [EXEC] oc apply -f /tmp/db-1785899360901.yaml [2026-08-05T03:09:21.274Z] [INFO] [EXEC] rm -f /tmp/db-1785899360901.yaml [2026-08-05T03:09:21.284Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-08-05T03:09:21.289Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-08-05T03:09:54.668Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-08-05T03:09:54.685Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-08-05T03:09:54.698Z] [INFO] Create a model registry using YAML [2026-08-05T03:09:54.713Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-08-05T03:09:55.096Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1785899394738-ncmu08rzv.yaml && rm -f /tmp/cypress-yaml-1785899394738-ncmu08rzv.yaml [2026-08-05T03:09:55.102Z] [INFO] Command exit code: 0 [2026-08-05T03:09:55.107Z] [INFO] Verify model registry is created [2026-08-05T03:09:55.122Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-08-05T03:09:55.387Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-08-05T03:09:55.420Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 1s [2026-08-05T03:09:55.436Z] [INFO] Wait for model registry to be in Available state [2026-08-05T03:09:55.452Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-08-05T03:10:12.032Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-08-05T03:10:12.038Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-08-05T03:10:22.051Z] [INFO] Create a project for register and store test [2026-08-05T03:10:22.055Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-08-05T03:10:22.294Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-08-05T03:10:22.303Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-08-05T03:10:22.325Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-08-05T03:10:22.379Z] [INFO] Creating project test-register-store-662874 [2026-08-05T03:10:22.673Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-08-05T03:10:22.958Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-08-05T03:10:22.980Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-08-05T03:10:23.245Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-08-05T03:10:23.251Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-08-05T03:10:23.274Z] [INFO] Project 'test-register-store-662874' exists. [2026-08-05T03:10:23.296Z] [INFO] Grant project access to the model registry [2026-08-05T03:10:23.599Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1785899423333-l39a9f27i.yaml && rm -f /tmp/cypress-yaml-1785899423333-l39a9f27i.yaml [2026-08-05T03:10:23.605Z] [INFO] Command exit code: 0 [2026-08-05T03:10:23.666Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-08-05T03:10:23.670Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-08-05T03:10:23.692Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-08-05T03:10:23.727Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T03:10:23.734Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-08-05T03:10:23.800Z] [INFO] [STEP 1] Log into the application [2026-08-05T03:10:23.854Z] [INFO] Navigate to: https://rh-ai.apps.94e92088-80ce-4b17-b045-9999b57b1972.prod.konfluxeaas.com/ [2026-08-05T03:10:25.053Z] [INFO] [STEP 2] Clean up test models from any previous retry attempts [2026-08-05T03:10:25.430Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-08-05T03:10:25.511Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model [2026-08-05T03:10:25.902Z] [INFO] [EXEC] oc exec model-registry-db-662874-864c6b9cc8-n6mwb -n rhoai-model-registries -- mysql -u *** -pTheBlurstOfTimes --database="model-registry" -e "DELETE cp FROM ContextProperty cp JOIN Context c ON cp.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model'); DELETE pc FROM ParentContext pc JOIN Context c ON pc.context_id = c.id OR pc.parent_context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model'); DELETE a FROM Association a JOIN Context c ON a.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model'); DELETE at FROM Attribution at JOIN Context c ON at.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model'); DELETE FROM Context WHERE name IN ('test-obj-model-662874', 'test-uri-model');" [2026-08-05T03:10:25.933Z] [INFO] Database cleanup completed successfully [2026-08-05T03:10:25.962Z] [INFO] [STEP 3] Navigate to Model Registry [2026-08-05T03:10:26.022Z] [INFO] Navigate to: https://rh-ai.apps.94e92088-80ce-4b17-b045-9999b57b1972.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-08-05T03:10:33.420Z] [INFO] [STEP 4] Register a model using object storage [2026-08-05T03:10:38.205Z] [INFO] [STEP 5] Verify the object storage model was registered [2026-08-05T03:10:40.469Z] [INFO] [STEP 6] Navigate back to register another model using direct URL [2026-08-05T03:10:54.998Z] [INFO] Navigate to: https://rh-ai.apps.94e92088-80ce-4b17-b045-9999b57b1972.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874/register/model [2026-08-05T03:11:03.742Z] [INFO] [STEP 7] Register a model using URI [2026-08-05T03:11:07.343Z] [INFO] [STEP 8] Verify the URI model was registered [2026-08-05T03:11:09.761Z] [INFO] [STEP 9] Navigate back to model registry to verify both models [2026-08-05T03:11:23.943Z] [INFO] Navigate to: https://rh-ai.apps.94e92088-80ce-4b17-b045-9999b57b1972.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-08-05T03:11:25.313Z] [INFO] [STEP 10] Verify both models are visible in the registry ✓ Registers models via model registry using object storage and URI (134162ms) [2026-08-05T03:11:35.251Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-08-05T03:11:35.254Z] [INFO] Test title: Registers a new version via versions view [2026-08-05T03:11:35.259Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-08-05T03:11:35.263Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T03:11:35.267Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-08-05T03:11:35.286Z] [INFO] [STEP 1] Log into the application [2026-08-05T03:11:35.296Z] [INFO] Navigate to: https://rh-ai.apps.94e92088-80ce-4b17-b045-9999b57b1972.prod.konfluxeaas.com/ [2026-08-05T03:11:35.412Z] [INFO] [STEP 2] Navigate to Model Registry [2026-08-05T03:11:35.518Z] [INFO] Navigate to: https://rh-ai.apps.94e92088-80ce-4b17-b045-9999b57b1972.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-08-05T03:11:42.522Z] [INFO] [STEP 3] Navigate to the first registered model [2026-08-05T03:11:43.194Z] [INFO] [STEP 4] Wait for model details page to load [2026-08-05T03:11:43.420Z] [INFO] [STEP 5] Navigate to versions tab [2026-08-05T03:12:14.228Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-08-05T03:12:14.231Z] [INFO] Test title: Registers a new version via versions view [2026-08-05T03:12:14.235Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-08-05T03:12:14.238Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T03:12:14.241Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-08-05T03:12:14.261Z] [INFO] [STEP 1] Log into the application [2026-08-05T03:12:14.269Z] [INFO] Navigate to: https://rh-ai.apps.94e92088-80ce-4b17-b045-9999b57b1972.prod.konfluxeaas.com/ [2026-08-05T03:12:14.426Z] [INFO] [STEP 2] Navigate to Model Registry [2026-08-05T03:12:14.588Z] [INFO] Navigate to: https://rh-ai.apps.94e92088-80ce-4b17-b045-9999b57b1972.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-08-05T03:12:20.585Z] [INFO] [STEP 3] Navigate to the first registered model [2026-08-05T03:12:21.944Z] [INFO] [STEP 4] Wait for model details page to load [2026-08-05T03:12:22.194Z] [INFO] [STEP 5] Navigate to versions tab 1) Registers a new version via versions view [2026-08-05T03:12:53.022Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-08-05T03:12:53.023Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-08-05T03:12:53.027Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-08-05T03:12:53.030Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T03:12:53.033Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-08-05T03:12:53.059Z] [INFO] [STEP 1] Log into the application [2026-08-05T03:12:53.070Z] [INFO] Navigate to: https://rh-ai.apps.94e92088-80ce-4b17-b045-9999b57b1972.prod.konfluxeaas.com/ [2026-08-05T03:12:53.369Z] [INFO] [STEP 2] Navigate to Model Registry [2026-08-05T03:12:53.643Z] [INFO] Navigate to: https://rh-ai.apps.94e92088-80ce-4b17-b045-9999b57b1972.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-08-05T03:13:00.230Z] [INFO] [STEP 3] Click Register Model button [2026-08-05T03:13:01.710Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-08-05T03:13:01.777Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-08-05T03:13:02.148Z] [INFO] [STEP 6] Verify namespace selector appears [2026-08-05T03:13:02.219Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-08-05T03:13:05.108Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-08-05T03:13:05.170Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-08-05T03:13:05.286Z] [INFO] [STEP 10] Fill in model details [2026-08-05T03:13:07.371Z] [INFO] [STEP 11] Fill in transfer job name [2026-08-05T03:13:07.669Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-08-05T03:13:09.374Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-08-05T03:13:10.433Z] [INFO] [STEP 14] Verify submit button is enabled [2026-08-05T03:13:10.508Z] [INFO] [STEP 15] Submit the register and store form [2026-08-05T03:13:10.760Z] [INFO] [STEP 16] Verify transfer job started notification appears [2026-08-05T03:13:10.968Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-08-05T03:13:22.056Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-08-05T03:13:22.064Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-08-05T03:13:22.078Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-08-05T03:13:22.089Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T03:13:22.115Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-08-05T03:13:22.141Z] [INFO] [STEP 1] Log into the application [2026-08-05T03:13:22.151Z] [INFO] Navigate to: https://rh-ai.apps.94e92088-80ce-4b17-b045-9999b57b1972.prod.konfluxeaas.com/ [2026-08-05T03:13:22.391Z] [INFO] [STEP 2] Navigate to Model Registry [2026-08-05T03:13:22.629Z] [INFO] Navigate to: https://rh-ai.apps.94e92088-80ce-4b17-b045-9999b57b1972.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-08-05T03:13:30.309Z] [INFO] [STEP 3] Click Register Model button [2026-08-05T03:13:46.448Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-08-05T03:13:46.574Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-08-05T03:13:47.230Z] [INFO] [STEP 6] Verify namespace selector appears [2026-08-05T03:13:47.926Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-08-05T03:13:51.147Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-08-05T03:13:51.241Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-08-05T03:13:51.459Z] [INFO] [STEP 10] Fill in model details [2026-08-05T03:13:54.231Z] [INFO] [STEP 11] Fill in transfer job name [2026-08-05T03:13:54.649Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-08-05T03:13:57.650Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-08-05T03:13:59.428Z] [INFO] [STEP 14] Verify submit button is enabled [2026-08-05T03:13:59.562Z] [INFO] [STEP 15] Submit the register and store form [2026-08-05T03:14:00.006Z] [INFO] [STEP 16] Verify transfer job started notification appears 2) Registers and stores a model to an OCI destination [2026-08-05T03:14:15.987Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-08-05T03:14:15.989Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-08-05T03:14:15.994Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-08-05T03:14:15.999Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T03:14:16.003Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-08-05T03:14:16.034Z] [INFO] [STEP 1] Log into the application [2026-08-05T03:14:16.045Z] [INFO] Navigate to: https://rh-ai.apps.94e92088-80ce-4b17-b045-9999b57b1972.prod.konfluxeaas.com/ [2026-08-05T03:14:16.232Z] [INFO] [STEP 2] Navigate to Model Registry [2026-08-05T03:14:16.334Z] [INFO] Navigate to: https://rh-ai.apps.94e92088-80ce-4b17-b045-9999b57b1972.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-08-05T03:14:22.259Z] [INFO] [STEP 3] Click Register Model button [2026-08-05T03:14:38.794Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-08-05T03:14:38.908Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-08-05T03:14:39.511Z] [INFO] [STEP 6] Verify namespace selector appears [2026-08-05T03:14:39.952Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-08-05T03:14:43.390Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-08-05T03:14:43.517Z] [INFO] [STEP 9] Fill in model details [2026-08-05T03:14:46.403Z] [INFO] [STEP 10] Fill in transfer job name [2026-08-05T03:14:46.830Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-08-05T03:14:48.050Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-08-05T03:14:49.885Z] [INFO] [STEP 13] Verify submit button is enabled [2026-08-05T03:14:50.018Z] [INFO] [STEP 14] Submit the register and store form [2026-08-05T03:14:50.571Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-08-05T03:14:50.950Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-08-05T03:14:51.052Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job) [2026-08-05T03:14:51.609Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-uri-transfer-job --for=condition=PodScheduled pod --timeout=120s [2026-08-05T03:14:51.822Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-8jkfb condition met [2026-08-05T03:14:51.831Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-08-05T03:15:03.066Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-08-05T03:15:03.069Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-08-05T03:15:03.073Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-08-05T03:15:03.076Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T03:15:03.080Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-08-05T03:15:03.110Z] [INFO] [STEP 1] Log into the application [2026-08-05T03:15:03.121Z] [INFO] Navigate to: https://rh-ai.apps.94e92088-80ce-4b17-b045-9999b57b1972.prod.konfluxeaas.com/ [2026-08-05T03:15:03.559Z] [INFO] [STEP 2] Navigate to Model Registry [2026-08-05T03:15:04.126Z] [INFO] Navigate to: https://rh-ai.apps.94e92088-80ce-4b17-b045-9999b57b1972.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-08-05T03:15:12.091Z] [INFO] [STEP 3] Click Register Model button [2026-08-05T03:15:29.683Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-08-05T03:15:29.843Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-08-05T03:15:30.432Z] [INFO] [STEP 6] Verify namespace selector appears [2026-08-05T03:15:30.898Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-08-05T03:15:34.379Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-08-05T03:15:34.866Z] [INFO] [STEP 9] Fill in model details [2026-08-05T03:15:39.319Z] [INFO] [STEP 10] Fill in transfer job name [2026-08-05T03:15:40.005Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-08-05T03:15:41.477Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-08-05T03:15:43.287Z] [INFO] [STEP 13] Verify submit button is enabled [2026-08-05T03:15:43.498Z] [INFO] [STEP 14] Submit the register and store form [2026-08-05T03:15:44.535Z] [INFO] [STEP 15] Verify transfer job started notification appears 3) Registers and stores a model to an OCI destination using URI origin [2026-08-05T03:15:55.314Z] [INFO] Navigate away from model registry before cleanup [2026-08-05T03:15:56.158Z] [INFO] Clean up registered models from database [2026-08-05T03:15:56.952Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-08-05T03:15:57.028Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-08-05T03:15:57.534Z] [INFO] [EXEC] oc exec model-registry-db-662874-864c6b9cc8-n6mwb -n rhoai-model-registries -- mysql -u *** -pTheBlurstOfTimes --database="model-registry" -e "DELETE cp FROM ContextProperty cp JOIN Context c ON cp.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874'); DELETE pc FROM ParentContext pc JOIN Context c ON pc.context_id = c.id OR pc.parent_context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874'); DELETE a FROM Association a JOIN Context c ON a.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874'); DELETE at FROM Attribution at JOIN Context c ON at.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874'); DELETE FROM Context WHERE name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874');" [2026-08-05T03:15:57.549Z] [INFO] Database cleanup completed successfully [2026-08-05T03:15:57.553Z] [INFO] Delete the model registry [2026-08-05T03:15:57.558Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-08-05T03:15:58.183Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-08-05T03:15:58.441Z] [INFO] Verify model registry is removed from the backend [2026-08-05T03:15:58.649Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-08-05T03:15:59.181Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-08-05T03:15:59.571Z] [INFO] Delete the SQL database [2026-08-05T03:15:59.779Z] [INFO] Deleting model registry database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-08-05T03:16:00.324Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-08-05T03:16:00.734Z] [INFO] Database 'model-registry-db-662874' exists, proceeding with deletion... [2026-08-05T03:16:03.630Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=model-registry-db-662874 -n rhoai-model-registries --ignore-not-found=true [2026-08-05T03:16:03.638Z] [INFO] Delete command output: service "model-registry-db-662874" deleted persistentvolumeclaim "model-registry-db-662874" deleted deployment.apps "model-registry-db-662874" deleted secret "model-registry-db-662874" deleted [2026-08-05T03:16:03.867Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-08-05T03:16:03.873Z] [INFO] Model registry database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-08-05T03:16:03.880Z] [INFO] Delete the test project [2026-08-05T03:16:04.107Z] [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.94e92088-80ce-4b17-b045-9999b57b1972.prod.konfluxeaas.com/ 3. Navigate to Model Registry 4. Navigate to: https://rh-ai.apps.94e92088-80ce-4b17-b045-9999b57b1972.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