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-19T20:49:57.673Z] [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-19T20:49:57.701Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (96ms) 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-19T20:50:00.294Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-07-19T20:50:00.304Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-19T20:50:00.331Z] [INFO] Ensure operator has optimal memory for testing [2026-07-19T20:50:00.833Z] [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-19T20:50:00.842Z] [INFO] Current operator memory limit: 512Mi [2026-07-19T20:50:00.847Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-07-19T20:50:01.055Z] [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-19T20:50:01.062Z] [INFO] Successfully patched operator memory to 1Gi [2026-07-19T20:50:15.137Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-07-19T20:50:15.147Z] [INFO] Operator rollout completed successfully [2026-07-19T20:50:15.164Z] [INFO] Create and verify SQL database for model registry [2026-07-19T20:50:15.183Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-07-19T20:50:15.195Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-19T20:50:15.406Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-19T20:50:15.413Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-07-19T20:50:15.694Z] [INFO] [EXEC] oc apply -f /tmp/db-1784494215416.yaml [2026-07-19T20:50:15.795Z] [INFO] [EXEC] rm -f /tmp/db-1784494215416.yaml [2026-07-19T20:50:15.830Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-07-19T20:50:15.844Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-07-19T20:50:53.538Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-19T20:50:53.545Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-07-19T20:50:53.554Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-19T20:50:53.568Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-07-19T20:50:53.585Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-19T20:50:53.813Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-19T20:50:53.819Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-07-19T20:50:54.102Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1784494253822.yaml [2026-07-19T20:50:54.201Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1784494253822.yaml [2026-07-19T20:50:54.211Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-07-19T20:50:54.228Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-07-19T20:51:16.301Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-19T20:51:16.308Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-07-19T20:51:16.364Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-19T20:51:16.368Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-19T20:51:16.372Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-19T20:51:16.376Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T20:51:16.393Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T20:51:16.448Z] [INFO] [STEP 1] Login as an Admin [2026-07-19T20:51:16.519Z] [INFO] Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/ [2026-07-19T20:51:17.682Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-19T20:51:17.746Z] [INFO] Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-19T20:51:25.068Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-07-19T20:51:27.226Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-19T20:51:54.815Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-19T20:51:54.849Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-19T20:51:55.136Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-19T20:51:55.142Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 28s [2026-07-19T20:51:55.149Z] [INFO] [STEP 6] Delete the model registry [2026-07-19T20:51:55.860Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-19T20:51:56.242Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-19T20:51:56.290Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-19T20:51:56.598Z] [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 (116394ms) [2026-07-19T20:51:56.837Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-19T20:51:56.840Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-19T20:51:56.843Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-19T20:51:56.847Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T20:51:56.851Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T20:51:56.877Z] [INFO] [STEP 1] Login as an Admin [2026-07-19T20:51:56.890Z] [INFO] Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/ [2026-07-19T20:51:57.010Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-19T20:51:57.134Z] [INFO] Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-19T20:51:59.223Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-07-19T20:52:01.228Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-19T20:52:28.476Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-19T20:52:28.498Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-19T20:52:28.786Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-19T20:52:28.793Z] [INFO] Command output: rhoai-model-registries postgres-registry-298031 True 27s [2026-07-19T20:52:28.819Z] [INFO] [STEP 6] Delete the model registry [2026-07-19T20:52:29.487Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-19T20:52:29.758Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-19T20:52:29.783Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-19T20:52:30.067Z] [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 (33297ms) [2026-07-19T20:52:30.194Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-19T20:52:30.196Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-19T20:52:30.200Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-19T20:52:30.204Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T20:52:30.207Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T20:52:30.232Z] [INFO] [STEP 1] Login as an Admin [2026-07-19T20:52:30.250Z] [INFO] Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/ [2026-07-19T20:52:30.363Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-19T20:52:30.465Z] [INFO] Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-19T20:52:32.627Z] [INFO] [STEP 3] Create a model registry with default database [2026-07-19T20:52:33.460Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-19T20:53:31.986Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-19T20:53:32.012Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-19T20:53:32.298Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-19T20:53:32.305Z] [INFO] Command output: rhoai-model-registries default-db-registry-298031 True 59s [2026-07-19T20:53:32.310Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-07-19T20:53:32.338Z] [INFO] Waiting for default database 'default-db-registry-298031' to be ready... [2026-07-19T20:53:32.684Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-19T20:53:32.690Z] [INFO] Default database wait result: deployment.apps/default-db-registry-298031 condition met [2026-07-19T20:53:32.722Z] [INFO] Checking if default database 'default-db-registry-298031' exists for registry 'default-db-registry-298031' [2026-07-19T20:53:32.971Z] [INFO] [EXEC] oc get deployment default-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-19T20:53:33.003Z] [INFO] Default database 'default-db-registry-298031' exists and ready: true [2026-07-19T20:53:33.034Z] [INFO] [STEP 7] Delete the model registry with default database [2026-07-19T20:53:33.796Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-07-19T20:53:34.062Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-07-19T20:53:34.100Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-19T20:53:34.400Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-19T20:53:34.522Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-07-19T20:53:34.807Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-07-19T20:53:34.848Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-07-19T20:53:35.364Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-07-19T20:53:35.405Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-07-19T20:53:35.460Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-19T20:53:36.028Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-19T20:53:36.358Z] [INFO] [STEP 13] Delete the MySQL database [2026-07-19T20:53:36.436Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-07-19T20:53:36.939Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-07-19T20:53:37.094Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-07-19T20:53:39.480Z] [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-19T20:53:39.488Z] [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-19T20:53:39.739Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-07-19T20:53:39.779Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-07-19T20:53:39.820Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-07-19T20:53:39.858Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-07-19T20:53:40.167Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-07-19T20:53:40.170Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-07-19T20:53:40.174Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-19T20:53:40.569Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-19T20:53:40.575Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-07-19T20:53:40.659Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-07-19T20:53:40.952Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-07-19T20:53:41.050Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-07-19T20:53:42.026Z] [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-19T20:53:42.098Z] [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-19T20:53:42.352Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-07-19T20:53:42.361Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (64267ms) 3 passing (4m) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 3 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 3 minutes, 42 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-07-19T20:53:45.864Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-07-19T20:53:45.872Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-19T20:53:45.918Z] [INFO] Ensure operator has optimal memory for testing [2026-07-19T20:53:46.154Z] [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-19T20:53:46.162Z] [INFO] Current operator memory limit: 1Gi [2026-07-19T20:53:46.165Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-07-19T20:53:46.172Z] [INFO] Create and verify SQL database for model registry [2026-07-19T20:53:46.175Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-07-19T20:53:46.178Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-07-19T20:53:46.393Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-19T20:53:46.398Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-07-19T20:53:46.732Z] [INFO] [EXEC] oc apply -f /tmp/db-1784494426402.yaml [2026-07-19T20:53:46.836Z] [INFO] [EXEC] rm -f /tmp/db-1784494426402.yaml [2026-07-19T20:53:46.848Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-07-19T20:53:46.851Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-07-19T20:54:23.761Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-07-19T20:54:23.770Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-07-19T20:54:23.781Z] [INFO] Create a model registry using YAML [2026-07-19T20:54:23.798Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-07-19T20:54:24.199Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784494463819-nf9h3ymv5.yaml && rm -f /tmp/cypress-yaml-1784494463819-nf9h3ymv5.yaml [2026-07-19T20:54:24.206Z] [INFO] Command exit code: 0 [2026-07-19T20:54:24.227Z] [INFO] Verify model registry is created [2026-07-19T20:54:24.248Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-19T20:54:24.533Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-19T20:54:24.538Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 0s [2026-07-19T20:54:24.556Z] [INFO] Wait for model registry to be in Available state [2026-07-19T20:54:24.572Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-07-19T20:54:39.147Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-07-19T20:54:39.154Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-07-19T20:54:49.178Z] [INFO] Create a project for register and store test [2026-07-19T20:54:49.192Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-19T20:54:49.431Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-19T20:54:49.440Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-07-19T20:54:49.446Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-07-19T20:54:49.456Z] [INFO] Creating project test-register-store-662874 [2026-07-19T20:54:49.730Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-07-19T20:54:49.968Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-07-19T20:54:49.975Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-19T20:54:50.216Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-19T20:54:50.223Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-07-19T20:54:50.230Z] [INFO] Project 'test-register-store-662874' exists. [2026-07-19T20:54:50.235Z] [INFO] Grant project access to the model registry [2026-07-19T20:54:50.517Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1784494490238-0a0jszxo3.yaml && rm -f /tmp/cypress-yaml-1784494490238-0a0jszxo3.yaml [2026-07-19T20:54:50.540Z] [INFO] Command exit code: 0 [2026-07-19T20:54:50.617Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-07-19T20:54:50.621Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-07-19T20:54:50.651Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-19T20:54:50.692Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T20:54:50.698Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T20:54:50.769Z] [INFO] [STEP 1] Log into the application [2026-07-19T20:54:50.813Z] [INFO] Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/ [2026-07-19T20:54:51.931Z] [INFO] [STEP 2] Clean up test models from any previous retry attempts [2026-07-19T20:54:52.377Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-07-19T20:54:52.443Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model [2026-07-19T20:54:52.849Z] [INFO] [EXEC] oc exec model-registry-db-662874-864c6b9cc8-4rdfv -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-19T20:54:52.911Z] [INFO] Database cleanup completed successfully [2026-07-19T20:54:52.946Z] [INFO] [STEP 3] Navigate to Model Registry [2026-07-19T20:54:53.012Z] [INFO] Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-19T20:55:01.400Z] [INFO] [STEP 4] Register a model using object storage [2026-07-19T20:55:05.377Z] [INFO] [STEP 5] Verify the object storage model was registered [2026-07-19T20:55:06.945Z] [INFO] [STEP 6] Navigate back to register another model using direct URL [2026-07-19T20:55:16.747Z] [INFO] Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874/register/model [2026-07-19T20:55:27.745Z] [INFO] [STEP 7] Register a model using URI [2026-07-19T20:55:30.926Z] [INFO] [STEP 8] Verify the URI model was registered [2026-07-19T20:55:33.014Z] [INFO] [STEP 9] Navigate back to model registry to verify both models [2026-07-19T20:55:42.597Z] [INFO] Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-19T20:55:44.379Z] [INFO] [STEP 10] Verify both models are visible in the registry ✓ Registers models via model registry using object storage and URI (127131ms) [2026-07-19T20:55:53.576Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-19T20:55:53.578Z] [INFO] Test title: Registers a new version via versions view [2026-07-19T20:55:53.582Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-19T20:55:53.586Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T20:55:53.590Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T20:55:53.609Z] [INFO] [STEP 1] Log into the application [2026-07-19T20:55:53.615Z] [INFO] Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/ [2026-07-19T20:55:53.728Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-19T20:55:53.792Z] [INFO] Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-19T20:56:01.693Z] [INFO] [STEP 3] Navigate to the first registered model [2026-07-19T20:56:02.283Z] [INFO] [STEP 4] Wait for model details page to load [2026-07-19T20:56:02.428Z] [INFO] [STEP 5] Navigate to versions tab [2026-07-19T20:56:33.222Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-19T20:56:33.226Z] [INFO] Test title: Registers a new version via versions view [2026-07-19T20:56:33.231Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-19T20:56:33.234Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T20:56:33.238Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T20:56:33.260Z] [INFO] [STEP 1] Log into the application [2026-07-19T20:56:33.270Z] [INFO] Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/ [2026-07-19T20:56:33.432Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-19T20:56:33.642Z] [INFO] Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-19T20:56:40.812Z] [INFO] [STEP 3] Navigate to the first registered model [2026-07-19T20:56:42.142Z] [INFO] [STEP 4] Wait for model details page to load [2026-07-19T20:56:42.356Z] [INFO] [STEP 5] Navigate to versions tab 1) Registers a new version via versions view [2026-07-19T20:57:13.063Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-19T20:57:13.065Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-19T20:57:13.069Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-19T20:57:13.072Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T20:57:13.075Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T20:57:13.102Z] [INFO] [STEP 1] Log into the application [2026-07-19T20:57:13.109Z] [INFO] Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/ [2026-07-19T20:57:13.248Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-19T20:57:13.422Z] [INFO] Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-19T20:57:20.074Z] [INFO] [STEP 3] Click Register Model button [2026-07-19T20:57:20.985Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-19T20:57:21.049Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-19T20:57:21.253Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-19T20:57:21.468Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-19T20:57:24.092Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-07-19T20:57:24.141Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-07-19T20:57:24.288Z] [INFO] [STEP 10] Fill in model details [2026-07-19T20:57:26.325Z] [INFO] [STEP 11] Fill in transfer job name [2026-07-19T20:57:26.614Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-07-19T20:57:28.293Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-07-19T20:57:29.292Z] [INFO] [STEP 14] Verify submit button is enabled [2026-07-19T20:57:29.363Z] [INFO] [STEP 15] Submit the register and store form [2026-07-19T20:57:29.610Z] [INFO] [STEP 16] Verify transfer job started notification appears [2026-07-19T20:57:29.820Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-07-19T20:57:40.520Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-19T20:57:40.523Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-19T20:57:40.527Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-19T20:57:40.532Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T20:57:40.536Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T20:57:40.564Z] [INFO] [STEP 1] Log into the application [2026-07-19T20:57:40.575Z] [INFO] Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/ [2026-07-19T20:57:40.741Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-19T20:57:40.946Z] [INFO] Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-19T20:57:47.997Z] [INFO] [STEP 3] Click Register Model button [2026-07-19T20:57:59.192Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-19T20:57:59.293Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-19T20:57:59.636Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-19T20:58:00.049Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-19T20:58:03.131Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-07-19T20:58:03.222Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-07-19T20:58:03.341Z] [INFO] [STEP 10] Fill in model details [2026-07-19T20:58:05.997Z] [INFO] [STEP 11] Fill in transfer job name [2026-07-19T20:58:06.384Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-07-19T20:58:08.587Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-07-19T20:58:09.849Z] [INFO] [STEP 14] Verify submit button is enabled [2026-07-19T20:58:09.976Z] [INFO] [STEP 15] Submit the register and store form [2026-07-19T20:58:10.498Z] [INFO] [STEP 16] Verify transfer job started notification appears 2) Registers and stores a model to an OCI destination [2026-07-19T20:58:26.238Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-19T20:58:26.240Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-19T20:58:26.243Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-19T20:58:26.247Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T20:58:26.250Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T20:58:26.278Z] [INFO] [STEP 1] Log into the application [2026-07-19T20:58:26.290Z] [INFO] Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/ [2026-07-19T20:58:26.462Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-19T20:58:26.630Z] [INFO] Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-19T20:58:32.065Z] [INFO] [STEP 3] Click Register Model button [2026-07-19T20:58:34.633Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-19T20:58:34.731Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-19T20:58:35.174Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-19T20:58:35.302Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-19T20:58:38.511Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-07-19T20:58:38.703Z] [INFO] [STEP 9] Fill in model details [2026-07-19T20:58:41.035Z] [INFO] [STEP 10] Fill in transfer job name [2026-07-19T20:58:41.391Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-07-19T20:58:42.163Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-07-19T20:58:43.351Z] [INFO] [STEP 13] Verify submit button is enabled [2026-07-19T20:58:43.458Z] [INFO] [STEP 14] Submit the register and store form [2026-07-19T20:58:43.912Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-07-19T20:58:44.199Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-07-19T20:58:44.286Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job) [2026-07-19T20:58:44.885Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-uri-transfer-job --for=condition=PodScheduled pod --timeout=120s [2026-07-19T20:58:45.073Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-mvknn condition met [2026-07-19T20:58:45.161Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-07-19T20:58:56.054Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-19T20:58:56.057Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-19T20:58:56.061Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-19T20:58:56.065Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T20:58:56.069Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T20:58:56.097Z] [INFO] [STEP 1] Log into the application [2026-07-19T20:58:56.110Z] [INFO] Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/ [2026-07-19T20:58:56.311Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-19T20:58:56.764Z] [INFO] Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-19T20:59:02.270Z] [INFO] [STEP 3] Click Register Model button [2026-07-19T20:59:04.451Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-19T20:59:04.581Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-19T20:59:05.011Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-19T20:59:05.236Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-19T20:59:09.123Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-07-19T20:59:09.399Z] [INFO] [STEP 9] Fill in model details [2026-07-19T20:59:12.129Z] [INFO] [STEP 10] Fill in transfer job name [2026-07-19T20:59:12.564Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-07-19T20:59:13.511Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-07-19T20:59:15.102Z] [INFO] [STEP 13] Verify submit button is enabled [2026-07-19T20:59:15.258Z] [INFO] [STEP 14] Submit the register and store form [2026-07-19T20:59:15.731Z] [INFO] [STEP 15] Verify transfer job started notification appears 3) Registers and stores a model to an OCI destination using URI origin [2026-07-19T20:59:26.400Z] [INFO] Navigate away from model registry before cleanup [2026-07-19T20:59:27.167Z] [INFO] Clean up registered models from database [2026-07-19T20:59:27.652Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-07-19T20:59:27.664Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-07-19T20:59:28.369Z] [INFO] [EXEC] oc exec model-registry-db-662874-864c6b9cc8-4rdfv -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-19T20:59:28.724Z] [INFO] Database cleanup completed successfully [2026-07-19T20:59:28.889Z] [INFO] Delete the model registry [2026-07-19T20:59:28.931Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-07-19T20:59:29.640Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-07-19T20:59:29.771Z] [INFO] Verify model registry is removed from the backend [2026-07-19T20:59:29.897Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-19T20:59:30.421Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-19T20:59:30.550Z] [INFO] Delete the SQL database [2026-07-19T20:59:30.670Z] [INFO] Deleting model registry database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-07-19T20:59:31.015Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-19T20:59:31.023Z] [INFO] Database 'model-registry-db-662874' exists, proceeding with deletion... [2026-07-19T20:59:32.942Z] [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-19T20:59:32.952Z] [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-19T20:59:33.193Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-19T20:59:33.200Z] [INFO] Model registry database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-07-19T20:59:33.207Z] [INFO] Delete the test project [2026-07-19T20:59:33.462Z] [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.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/ 3. Navigate to Model Registry 4. Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.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