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-19T23:11:29.631Z] [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-19T23:11:29.659Z] [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-19T23:11:32.018Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-07-19T23:11:32.029Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-19T23:11:32.052Z] [INFO] Ensure operator has optimal memory for testing [2026-07-19T23:11:32.532Z] [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-19T23:11:32.541Z] [INFO] Current operator memory limit: 512Mi [2026-07-19T23:11:32.545Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-07-19T23:11:32.755Z] [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-19T23:11:32.761Z] [INFO] Successfully patched operator memory to 1Gi [2026-07-19T23:11:44.910Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-07-19T23:11:44.925Z] [INFO] Operator rollout completed successfully [2026-07-19T23:11:44.936Z] [INFO] Create and verify SQL database for model registry [2026-07-19T23:11:44.954Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-07-19T23:11:44.966Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-19T23:11:45.266Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-19T23:11:45.279Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-07-19T23:11:47.569Z] [INFO] [EXEC] oc apply -f /tmp/db-1784502705290.yaml [2026-07-19T23:11:47.661Z] [INFO] [EXEC] rm -f /tmp/db-1784502705290.yaml [2026-07-19T23:11:47.679Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-07-19T23:11:47.683Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-07-19T23:12:26.120Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-19T23:12:26.126Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-07-19T23:12:26.135Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-19T23:12:26.150Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-07-19T23:12:26.155Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-19T23:12:26.390Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-19T23:12:26.396Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-07-19T23:12:26.817Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1784502746399.yaml [2026-07-19T23:12:26.919Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1784502746399.yaml [2026-07-19T23:12:26.929Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-07-19T23:12:26.934Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-07-19T23:12:56.437Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-19T23:12:56.444Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-07-19T23:12:56.497Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-19T23:12:56.504Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-19T23:12:56.515Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-19T23:12:56.534Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T23:12:56.538Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T23:12:56.579Z] [INFO] [STEP 1] Login as an Admin [2026-07-19T23:12:56.618Z] [INFO] Navigate to: https://rh-ai.apps.86821341-f370-41de-b793-4fbfcc815c17.prod.konfluxeaas.com/ [2026-07-19T23:12:57.572Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-19T23:12:57.644Z] [INFO] Navigate to: https://rh-ai.apps.86821341-f370-41de-b793-4fbfcc815c17.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-19T23:13:03.058Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-07-19T23:13:04.781Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-19T23:13:32.820Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-19T23:13:32.854Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-19T23:13:33.241Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-19T23:13:33.278Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 29s [2026-07-19T23:13:33.311Z] [INFO] [STEP 6] Delete the model registry [2026-07-19T23:13:33.943Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-19T23:13:34.211Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-19T23:13:34.250Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-19T23:13:34.547Z] [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 (122612ms) [2026-07-19T23:13:34.794Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-19T23:13:34.797Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-19T23:13:34.801Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-19T23:13:34.805Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T23:13:34.809Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T23:13:34.834Z] [INFO] [STEP 1] Login as an Admin [2026-07-19T23:13:34.843Z] [INFO] Navigate to: https://rh-ai.apps.86821341-f370-41de-b793-4fbfcc815c17.prod.konfluxeaas.com/ [2026-07-19T23:13:34.959Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-19T23:13:35.071Z] [INFO] Navigate to: https://rh-ai.apps.86821341-f370-41de-b793-4fbfcc815c17.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-19T23:13:37.274Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-07-19T23:13:39.297Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-19T23:14:06.508Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-19T23:14:06.532Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-19T23:14:06.817Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-19T23:14:06.823Z] [INFO] Command output: rhoai-model-registries postgres-registry-298031 True 27s [2026-07-19T23:14:06.829Z] [INFO] [STEP 6] Delete the model registry [2026-07-19T23:14:07.440Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-19T23:14:07.631Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-19T23:14:07.661Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-19T23:14:07.933Z] [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 (33208ms) [2026-07-19T23:14:08.050Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-19T23:14:08.052Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-19T23:14:08.056Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-19T23:14:08.059Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T23:14:08.064Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T23:14:08.089Z] [INFO] [STEP 1] Login as an Admin [2026-07-19T23:14:08.104Z] [INFO] Navigate to: https://rh-ai.apps.86821341-f370-41de-b793-4fbfcc815c17.prod.konfluxeaas.com/ [2026-07-19T23:14:08.209Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-19T23:14:08.335Z] [INFO] Navigate to: https://rh-ai.apps.86821341-f370-41de-b793-4fbfcc815c17.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-19T23:14:10.491Z] [INFO] [STEP 3] Create a model registry with default database [2026-07-19T23:14:11.335Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-19T23:15:09.820Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-19T23:15:09.842Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-19T23:15:10.175Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-19T23:15:10.221Z] [INFO] Command output: rhoai-model-registries default-db-registry-298031 True 59s [2026-07-19T23:15:10.249Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-07-19T23:15:10.274Z] [INFO] Waiting for default database 'default-db-registry-298031' to be ready... [2026-07-19T23:15:10.614Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-19T23:15:10.666Z] [INFO] Default database wait result: deployment.apps/default-db-registry-298031 condition met [2026-07-19T23:15:10.697Z] [INFO] Checking if default database 'default-db-registry-298031' exists for registry 'default-db-registry-298031' [2026-07-19T23:15:10.944Z] [INFO] [EXEC] oc get deployment default-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-19T23:15:10.997Z] [INFO] Default database 'default-db-registry-298031' exists and ready: true [2026-07-19T23:15:11.023Z] [INFO] [STEP 7] Delete the model registry with default database [2026-07-19T23:15:11.566Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-07-19T23:15:11.788Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-07-19T23:15:11.811Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-19T23:15:12.087Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-19T23:15:12.240Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-07-19T23:15:12.468Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-07-19T23:15:12.502Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-07-19T23:15:12.909Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-07-19T23:15:12.951Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-07-19T23:15:12.991Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-19T23:15:13.369Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-19T23:15:13.444Z] [INFO] [STEP 13] Delete the MySQL database [2026-07-19T23:15:13.495Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-07-19T23:15:13.846Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-07-19T23:15:13.926Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-07-19T23:15:16.368Z] [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-19T23:15:16.409Z] [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-19T23:15:16.668Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-07-19T23:15:16.674Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-07-19T23:15:16.680Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-07-19T23:15:16.683Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-07-19T23:15:17.010Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-07-19T23:15:17.048Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-07-19T23:15:17.086Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-19T23:15:17.411Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-19T23:15:17.449Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-07-19T23:15:17.488Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-07-19T23:15:17.749Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-07-19T23:15:17.757Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-07-19T23:15:18.680Z] [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-19T23:15:18.686Z] [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-19T23:15:18.990Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-07-19T23:15:18.997Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (64099ms) 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, 47 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-07-19T23:15:21.717Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-07-19T23:15:21.727Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-19T23:15:21.759Z] [INFO] Ensure operator has optimal memory for testing [2026-07-19T23:15:21.990Z] [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-19T23:15:21.997Z] [INFO] Current operator memory limit: 1Gi [2026-07-19T23:15:22.000Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-07-19T23:15:22.008Z] [INFO] Create and verify SQL database for model registry [2026-07-19T23:15:22.011Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-07-19T23:15:22.014Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-07-19T23:15:22.223Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-19T23:15:22.230Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-07-19T23:15:22.517Z] [INFO] [EXEC] oc apply -f /tmp/db-1784502922233.yaml [2026-07-19T23:15:22.620Z] [INFO] [EXEC] rm -f /tmp/db-1784502922233.yaml [2026-07-19T23:15:22.630Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-07-19T23:15:22.635Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-07-19T23:15:54.504Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-07-19T23:15:54.531Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-07-19T23:15:54.542Z] [INFO] Create a model registry using YAML [2026-07-19T23:15:54.569Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-07-19T23:15:54.938Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784502954581-5b5p8czpb.yaml && rm -f /tmp/cypress-yaml-1784502954581-5b5p8czpb.yaml [2026-07-19T23:15:54.956Z] [INFO] Command exit code: 0 [2026-07-19T23:15:54.971Z] [INFO] Verify model registry is created [2026-07-19T23:15:54.987Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-19T23:15:55.247Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-19T23:15:55.256Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 1s [2026-07-19T23:15:55.277Z] [INFO] Wait for model registry to be in Available state [2026-07-19T23:15:55.294Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-07-19T23:16:10.872Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-07-19T23:16:10.908Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-07-19T23:16:20.932Z] [INFO] Create a project for register and store test [2026-07-19T23:16:20.936Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-19T23:16:21.164Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-19T23:16:21.187Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-07-19T23:16:21.195Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-07-19T23:16:21.206Z] [INFO] Creating project test-register-store-662874 [2026-07-19T23:16:21.493Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-07-19T23:16:21.721Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-07-19T23:16:21.742Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-19T23:16:22.168Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-19T23:16:22.210Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-07-19T23:16:22.258Z] [INFO] Project 'test-register-store-662874' exists. [2026-07-19T23:16:22.280Z] [INFO] Grant project access to the model registry [2026-07-19T23:16:22.627Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1784502982328-hyadzu8y6.yaml && rm -f /tmp/cypress-yaml-1784502982328-hyadzu8y6.yaml [2026-07-19T23:16:22.632Z] [INFO] Command exit code: 0 [2026-07-19T23:16:22.676Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-07-19T23:16:22.680Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-07-19T23:16:22.685Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-19T23:16:22.706Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T23:16:22.712Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T23:16:22.759Z] [INFO] [STEP 1] Log into the application [2026-07-19T23:16:22.802Z] [INFO] Navigate to: https://rh-ai.apps.86821341-f370-41de-b793-4fbfcc815c17.prod.konfluxeaas.com/ [2026-07-19T23:16:23.855Z] [INFO] [STEP 2] Clean up test models from any previous retry attempts [2026-07-19T23:16:24.270Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-07-19T23:16:24.337Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model [2026-07-19T23:16:24.752Z] [INFO] [EXEC] oc exec model-registry-db-662874-864c6b9cc8-z5khg -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-19T23:16:24.787Z] [INFO] Database cleanup completed successfully [2026-07-19T23:16:24.822Z] [INFO] [STEP 3] Navigate to Model Registry [2026-07-19T23:16:24.943Z] [INFO] Navigate to: https://rh-ai.apps.86821341-f370-41de-b793-4fbfcc815c17.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-19T23:16:34.611Z] [INFO] [STEP 4] Register a model using object storage [2026-07-19T23:16:38.669Z] [INFO] [STEP 5] Verify the object storage model was registered [2026-07-19T23:16:39.915Z] [INFO] [STEP 6] Navigate back to register another model using direct URL [2026-07-19T23:16:52.573Z] [INFO] Navigate to: https://rh-ai.apps.86821341-f370-41de-b793-4fbfcc815c17.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874/register/model [2026-07-19T23:17:00.508Z] [INFO] [STEP 7] Register a model using URI [2026-07-19T23:17:03.804Z] [INFO] [STEP 8] Verify the URI model was registered [2026-07-19T23:17:06.309Z] [INFO] [STEP 9] Navigate back to model registry to verify both models [2026-07-19T23:17:18.474Z] [INFO] Navigate to: https://rh-ai.apps.86821341-f370-41de-b793-4fbfcc815c17.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-19T23:17:20.479Z] [INFO] [STEP 10] Verify both models are visible in the registry ✓ Registers models via model registry using object storage and URI (126621ms) [2026-07-19T23:17:28.909Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-19T23:17:28.912Z] [INFO] Test title: Registers a new version via versions view [2026-07-19T23:17:28.916Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-19T23:17:28.919Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T23:17:28.923Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T23:17:28.942Z] [INFO] [STEP 1] Log into the application [2026-07-19T23:17:28.957Z] [INFO] Navigate to: https://rh-ai.apps.86821341-f370-41de-b793-4fbfcc815c17.prod.konfluxeaas.com/ [2026-07-19T23:17:29.056Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-19T23:17:29.125Z] [INFO] Navigate to: https://rh-ai.apps.86821341-f370-41de-b793-4fbfcc815c17.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-19T23:17:36.380Z] [INFO] [STEP 3] Navigate to the first registered model [2026-07-19T23:17:37.379Z] [INFO] [STEP 4] Wait for model details page to load [2026-07-19T23:17:37.560Z] [INFO] [STEP 5] Navigate to versions tab [2026-07-19T23:18:08.141Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-19T23:18:08.143Z] [INFO] Test title: Registers a new version via versions view [2026-07-19T23:18:08.147Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-19T23:18:08.151Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T23:18:08.154Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T23:18:08.173Z] [INFO] [STEP 1] Log into the application [2026-07-19T23:18:08.181Z] [INFO] Navigate to: https://rh-ai.apps.86821341-f370-41de-b793-4fbfcc815c17.prod.konfluxeaas.com/ [2026-07-19T23:18:08.313Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-19T23:18:08.466Z] [INFO] Navigate to: https://rh-ai.apps.86821341-f370-41de-b793-4fbfcc815c17.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-19T23:18:15.676Z] [INFO] [STEP 3] Navigate to the first registered model [2026-07-19T23:18:16.340Z] [INFO] [STEP 4] Wait for model details page to load [2026-07-19T23:18:16.452Z] [INFO] [STEP 5] Navigate to versions tab 1) Registers a new version via versions view [2026-07-19T23:18:47.228Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-19T23:18:47.230Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-19T23:18:47.235Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-19T23:18:47.239Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T23:18:47.243Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T23:18:47.268Z] [INFO] [STEP 1] Log into the application [2026-07-19T23:18:47.277Z] [INFO] Navigate to: https://rh-ai.apps.86821341-f370-41de-b793-4fbfcc815c17.prod.konfluxeaas.com/ [2026-07-19T23:18:47.489Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-19T23:18:47.808Z] [INFO] Navigate to: https://rh-ai.apps.86821341-f370-41de-b793-4fbfcc815c17.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-19T23:18:54.105Z] [INFO] [STEP 3] Click Register Model button [2026-07-19T23:19:11.821Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-19T23:19:11.955Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-19T23:19:12.276Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-19T23:19:13.991Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-19T23:19:16.536Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-07-19T23:19:16.539Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-07-19T23:19:16.971Z] [INFO] [STEP 10] Fill in model details [2026-07-19T23:19:19.086Z] [INFO] [STEP 11] Fill in transfer job name [2026-07-19T23:19:19.384Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-07-19T23:19:21.562Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-07-19T23:19:22.553Z] [INFO] [STEP 14] Verify submit button is enabled [2026-07-19T23:19:22.635Z] [INFO] [STEP 15] Submit the register and store form [2026-07-19T23:19:22.900Z] [INFO] [STEP 16] Verify transfer job started notification appears [2026-07-19T23:19:23.672Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-07-19T23:19:34.349Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-19T23:19:34.352Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-19T23:19:34.356Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-19T23:19:34.359Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T23:19:34.363Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T23:19:34.388Z] [INFO] [STEP 1] Log into the application [2026-07-19T23:19:34.398Z] [INFO] Navigate to: https://rh-ai.apps.86821341-f370-41de-b793-4fbfcc815c17.prod.konfluxeaas.com/ [2026-07-19T23:19:35.211Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-19T23:19:35.391Z] [INFO] Navigate to: https://rh-ai.apps.86821341-f370-41de-b793-4fbfcc815c17.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-19T23:19:42.377Z] [INFO] [STEP 3] Click Register Model button [2026-07-19T23:19:43.822Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-19T23:19:43.909Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-19T23:19:44.289Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-19T23:19:44.451Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-19T23:19:47.483Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-07-19T23:19:47.488Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-07-19T23:19:47.585Z] [INFO] [STEP 10] Fill in model details [2026-07-19T23:19:49.927Z] [INFO] [STEP 11] Fill in transfer job name [2026-07-19T23:19:50.261Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-07-19T23:19:52.126Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-07-19T23:19:53.367Z] [INFO] [STEP 14] Verify submit button is enabled [2026-07-19T23:19:53.482Z] [INFO] [STEP 15] Submit the register and store form [2026-07-19T23:19:53.816Z] [INFO] [STEP 16] Verify transfer job started notification appears 2) Registers and stores a model to an OCI destination [2026-07-19T23:20:09.531Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-19T23:20:09.532Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-19T23:20:09.536Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-19T23:20:09.540Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T23:20:09.543Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T23:20:09.569Z] [INFO] [STEP 1] Log into the application [2026-07-19T23:20:09.579Z] [INFO] Navigate to: https://rh-ai.apps.86821341-f370-41de-b793-4fbfcc815c17.prod.konfluxeaas.com/ [2026-07-19T23:20:09.682Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-19T23:20:09.779Z] [INFO] Navigate to: https://rh-ai.apps.86821341-f370-41de-b793-4fbfcc815c17.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-19T23:20:15.498Z] [INFO] [STEP 3] Click Register Model button [2026-07-19T23:20:16.729Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-19T23:20:16.791Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-19T23:20:17.005Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-19T23:20:17.076Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-19T23:20:19.835Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-07-19T23:20:19.994Z] [INFO] [STEP 9] Fill in model details [2026-07-19T23:20:22.187Z] [INFO] [STEP 10] Fill in transfer job name [2026-07-19T23:20:22.507Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-07-19T23:20:23.199Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-07-19T23:20:24.228Z] [INFO] [STEP 13] Verify submit button is enabled [2026-07-19T23:20:24.311Z] [INFO] [STEP 14] Submit the register and store form [2026-07-19T23:20:24.582Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-07-19T23:20:24.830Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-07-19T23:20:24.895Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job) [2026-07-19T23:20:25.273Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-uri-transfer-job --for=condition=PodScheduled pod --timeout=120s [2026-07-19T23:20:25.442Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-xwb89 condition met [2026-07-19T23:20:25.529Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-07-19T23:20:36.519Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-19T23:20:36.523Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-19T23:20:36.526Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-19T23:20:36.530Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T23:20:36.534Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T23:20:36.563Z] [INFO] [STEP 1] Log into the application [2026-07-19T23:20:36.574Z] [INFO] Navigate to: https://rh-ai.apps.86821341-f370-41de-b793-4fbfcc815c17.prod.konfluxeaas.com/ [2026-07-19T23:20:36.745Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-19T23:20:36.947Z] [INFO] Navigate to: https://rh-ai.apps.86821341-f370-41de-b793-4fbfcc815c17.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-19T23:20:44.583Z] [INFO] [STEP 3] Click Register Model button [2026-07-19T23:20:47.348Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-19T23:20:47.442Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-19T23:20:47.756Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-19T23:20:48.167Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-19T23:20:51.457Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-07-19T23:20:52.110Z] [INFO] [STEP 9] Fill in model details [2026-07-19T23:20:54.540Z] [INFO] [STEP 10] Fill in transfer job name [2026-07-19T23:20:54.994Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-07-19T23:20:55.832Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-07-19T23:20:57.056Z] [INFO] [STEP 13] Verify submit button is enabled [2026-07-19T23:20:57.178Z] [INFO] [STEP 14] Submit the register and store form [2026-07-19T23:20:57.728Z] [INFO] [STEP 15] Verify transfer job started notification appears 3) Registers and stores a model to an OCI destination using URI origin [2026-07-19T23:21:08.373Z] [INFO] Navigate away from model registry before cleanup [2026-07-19T23:21:08.990Z] [INFO] Clean up registered models from database [2026-07-19T23:21:09.599Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-07-19T23:21:09.643Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-07-19T23:21:10.124Z] [INFO] [EXEC] oc exec model-registry-db-662874-864c6b9cc8-z5khg -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-19T23:21:10.345Z] [INFO] Database cleanup completed successfully [2026-07-19T23:21:10.360Z] [INFO] Delete the model registry [2026-07-19T23:21:10.380Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-07-19T23:21:10.786Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-07-19T23:21:10.790Z] [INFO] Verify model registry is removed from the backend [2026-07-19T23:21:10.794Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-19T23:21:11.053Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-19T23:21:11.060Z] [INFO] Delete the SQL database [2026-07-19T23:21:11.064Z] [INFO] Deleting model registry database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-07-19T23:21:11.289Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-19T23:21:11.420Z] [INFO] Database 'model-registry-db-662874' exists, proceeding with deletion... [2026-07-19T23:21:13.689Z] [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-19T23:21:13.697Z] [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-19T23:21:13.924Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-19T23:21:13.930Z] [INFO] Model registry database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-07-19T23:21:13.936Z] [INFO] Delete the test project [2026-07-19T23:21:14.167Z] [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.86821341-f370-41de-b793-4fbfcc815c17.prod.konfluxeaas.com/ 3. Navigate to Model Registry 4. Navigate to: https://rh-ai.apps.86821341-f370-41de-b793-4fbfcc815c17.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