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-16T23:40:00.889Z] [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-16T23:40:00.916Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (83ms) 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-16T23:40:03.346Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-07-16T23:40:03.355Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-16T23:40:03.380Z] [INFO] Ensure operator has optimal memory for testing [2026-07-16T23:40:03.940Z] [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-16T23:40:03.950Z] [INFO] Current operator memory limit: 512Mi [2026-07-16T23:40:03.956Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-07-16T23:40:04.264Z] [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-16T23:40:04.272Z] [INFO] Successfully patched operator memory to 1Gi [2026-07-16T23:40:16.618Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-07-16T23:40:16.640Z] [INFO] Operator rollout completed successfully [2026-07-16T23:40:16.652Z] [INFO] Create and verify SQL database for model registry [2026-07-16T23:40:16.669Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-07-16T23:40:16.680Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-16T23:40:16.972Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-16T23:40:16.980Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-07-16T23:40:17.548Z] [INFO] [EXEC] oc apply -f /tmp/db-1784245216984.yaml [2026-07-16T23:40:17.644Z] [INFO] [EXEC] rm -f /tmp/db-1784245216984.yaml [2026-07-16T23:40:17.665Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-07-16T23:40:17.678Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-07-16T23:40:48.687Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-16T23:40:48.694Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-07-16T23:40:48.704Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-16T23:40:48.721Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-07-16T23:40:48.741Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-16T23:40:49.046Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-16T23:40:49.062Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-07-16T23:40:49.641Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1784245249073.yaml [2026-07-16T23:40:49.730Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1784245249073.yaml [2026-07-16T23:40:49.749Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-07-16T23:40:49.764Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-07-16T23:41:09.893Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-16T23:41:09.912Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-07-16T23:41:09.964Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-16T23:41:09.985Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-16T23:41:09.993Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-16T23:41:09.997Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T23:41:10.001Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T23:41:10.029Z] [INFO] [STEP 1] Login as an Admin [2026-07-16T23:41:10.042Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T23:41:10.729Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T23:41:12.460Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-16T23:41:12.515Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-16T23:41:13.835Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-07-16T23:41:14.937Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-16T23:41:43.704Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-16T23:41:43.736Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-16T23:41:44.267Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-16T23:41:44.274Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 29s [2026-07-16T23:41:44.281Z] [INFO] [STEP 6] Delete the model registry [2026-07-16T23:41:44.896Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-16T23:41:55.268Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-16T23:41:55.271Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-16T23:41:55.274Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-16T23:41:55.279Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T23:41:55.282Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T23:41:55.307Z] [INFO] [STEP 1] Login as an Admin [2026-07-16T23:41:55.320Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T23:41:55.566Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T23:41:56.763Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-16T23:41:56.832Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-16T23:41:57.891Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-07-16T23:41:59.031Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-16T23:42:27.701Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-16T23:42:27.706Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-16T23:42:28.066Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-16T23:42:28.073Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 29s [2026-07-16T23:42:28.079Z] [INFO] [STEP 6] Delete the model registry [2026-07-16T23:42:28.684Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-16T23:42:28.925Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-16T23:42:28.933Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-16T23:42:29.286Z] [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 (34142ms) [2026-07-16T23:42:29.465Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-16T23:42:29.468Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-16T23:42:29.471Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-16T23:42:29.475Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T23:42:29.479Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T23:42:29.500Z] [INFO] [STEP 1] Login as an Admin [2026-07-16T23:42:29.512Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T23:42:29.718Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T23:42:30.660Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-16T23:42:30.745Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-16T23:42:31.470Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-07-16T23:42:33.005Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-16T23:43:01.308Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-16T23:43:01.316Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-16T23:43:01.859Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-16T23:43:01.865Z] [INFO] Command output: rhoai-model-registries postgres-registry-298031 True 28s [2026-07-16T23:43:01.870Z] [INFO] [STEP 6] Delete the model registry [2026-07-16T23:43:02.350Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-16T23:43:02.682Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-16T23:43:02.686Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-16T23:43:03.022Z] [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 (33630ms) [2026-07-16T23:43:03.141Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-16T23:43:03.143Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-16T23:43:03.147Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-16T23:43:03.151Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T23:43:03.154Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T23:43:03.179Z] [INFO] [STEP 1] Login as an Admin [2026-07-16T23:43:03.195Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T23:43:03.386Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T23:43:04.307Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-16T23:43:04.417Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-16T23:43:05.223Z] [INFO] [STEP 3] Create a model registry with default database [2026-07-16T23:43:05.690Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-16T23:44:04.974Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-16T23:44:04.994Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-16T23:44:05.410Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-16T23:44:05.416Z] [INFO] Command output: rhoai-model-registries default-db-registry-298031 True 60s [2026-07-16T23:44:05.422Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-07-16T23:44:05.426Z] [INFO] Waiting for default database 'default-db-registry-298031' to be ready... [2026-07-16T23:44:05.968Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-16T23:44:05.973Z] [INFO] Default database wait result: deployment.apps/default-db-registry-298031 condition met [2026-07-16T23:44:05.978Z] [INFO] Checking if default database 'default-db-registry-298031' exists for registry 'default-db-registry-298031' [2026-07-16T23:44:06.261Z] [INFO] [EXEC] oc get deployment default-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-16T23:44:06.267Z] [INFO] Default database 'default-db-registry-298031' exists and ready: true [2026-07-16T23:44:06.272Z] [INFO] [STEP 7] Delete the model registry with default database [2026-07-16T23:44:06.770Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-07-16T23:44:06.966Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-07-16T23:44:06.974Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-16T23:44:07.305Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-16T23:44:07.397Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-07-16T23:44:07.608Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-07-16T23:44:07.623Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-07-16T23:44:07.957Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-07-16T23:44:07.960Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-07-16T23:44:07.963Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-16T23:44:08.310Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-16T23:44:08.315Z] [INFO] [STEP 13] Delete the MySQL database [2026-07-16T23:44:08.318Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-07-16T23:44:08.635Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-07-16T23:44:08.642Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-07-16T23:44:11.017Z] [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-16T23:44:11.026Z] [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-16T23:44:11.310Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-07-16T23:44:11.315Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-07-16T23:44:11.320Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-07-16T23:44:11.322Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-07-16T23:44:11.663Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-07-16T23:44:11.666Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-07-16T23:44:11.669Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-16T23:44:12.005Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-16T23:44:12.010Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-07-16T23:44:12.013Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-07-16T23:44:12.309Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-07-16T23:44:12.316Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-07-16T23:44:14.016Z] [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-16T23:44:14.024Z] [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-16T23:44:14.323Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-07-16T23:44:14.331Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (64235ms) 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: 1 │ │ Video: false │ │ Duration: 4 minutes, 11 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1280x720) istry/testCreateModelRegistry.cy.ts/Verify a model registry can be created and d eleted -- Creates a model registry with mysql database and then deletes it (fail ed).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-07-16T23:44:17.361Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-07-16T23:44:17.370Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-16T23:44:17.406Z] [INFO] Ensure operator has optimal memory for testing [2026-07-16T23:44:17.736Z] [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-16T23:44:17.742Z] [INFO] Current operator memory limit: 1Gi [2026-07-16T23:44:17.746Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-07-16T23:44:17.753Z] [INFO] Create and verify SQL database for model registry [2026-07-16T23:44:17.755Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-07-16T23:44:17.758Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-07-16T23:44:18.058Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-16T23:44:18.063Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-07-16T23:44:18.569Z] [INFO] [EXEC] oc apply -f /tmp/db-1784245458066.yaml [2026-07-16T23:44:18.670Z] [INFO] [EXEC] rm -f /tmp/db-1784245458066.yaml [2026-07-16T23:44:18.678Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-07-16T23:44:18.682Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-07-16T23:44:53.131Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-07-16T23:44:53.151Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-07-16T23:44:53.166Z] [INFO] Create a model registry using YAML [2026-07-16T23:44:53.182Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-07-16T23:44:53.890Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784245493207-zbzt0lxae.yaml && rm -f /tmp/cypress-yaml-1784245493207-zbzt0lxae.yaml [2026-07-16T23:44:53.903Z] [INFO] Command exit code: 0 [2026-07-16T23:44:53.917Z] [INFO] Verify model registry is created [2026-07-16T23:44:53.921Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-16T23:44:54.275Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-16T23:44:54.281Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 1s [2026-07-16T23:44:54.287Z] [INFO] Wait for model registry to be in Available state [2026-07-16T23:44:54.302Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-07-16T23:45:09.550Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-07-16T23:45:09.570Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-07-16T23:45:19.582Z] [INFO] Create a project for register and store test [2026-07-16T23:45:19.587Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-16T23:45:19.888Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-16T23:45:19.922Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-07-16T23:45:19.965Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-07-16T23:45:19.988Z] [INFO] Creating project test-register-store-662874 [2026-07-16T23:45:20.371Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-07-16T23:45:20.742Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-07-16T23:45:20.751Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-16T23:45:21.058Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-16T23:45:21.065Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-07-16T23:45:21.086Z] [INFO] Project 'test-register-store-662874' exists. [2026-07-16T23:45:21.107Z] [INFO] Grant project access to the model registry [2026-07-16T23:45:21.484Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1784245521136-50ad3cgaj.yaml && rm -f /tmp/cypress-yaml-1784245521136-50ad3cgaj.yaml [2026-07-16T23:45:21.503Z] [INFO] Command exit code: 0 [2026-07-16T23:45:21.552Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-07-16T23:45:21.555Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-07-16T23:45:21.584Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-16T23:45:21.601Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T23:45:21.618Z] [INFO] Grep tags: ["@SmokeSet4"] - Registers models via model registry using object storage and URI [2026-07-16T23:45:21.682Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-16T23:45:21.684Z] [INFO] Test title: Registers a new version via versions view [2026-07-16T23:45:21.689Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-16T23:45:21.694Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T23:45:21.698Z] [INFO] Grep tags: ["@SmokeSet4"] - Registers a new version via versions view [2026-07-16T23:45:21.734Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-16T23:45:21.741Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-16T23:45:21.747Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-16T23:45:21.751Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T23:45:21.755Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T23:45:21.783Z] [INFO] [STEP 1] Log into the application [2026-07-16T23:45:21.795Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T23:45:22.042Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T23:45:23.606Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-16T23:45:23.638Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-16T23:45:24.864Z] [INFO] [STEP 3] Click Register Model button [2026-07-16T23:45:25.168Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-16T23:45:25.186Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-16T23:45:25.299Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-16T23:45:25.313Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-16T23:45:25.938Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-07-16T23:45:25.972Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-07-16T23:45:26.032Z] [INFO] [STEP 10] Fill in model details [2026-07-16T23:45:27.710Z] [INFO] [STEP 11] Fill in transfer job name [2026-07-16T23:45:27.922Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-07-16T23:45:29.262Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-07-16T23:45:30.062Z] [INFO] [STEP 14] Verify submit button is enabled [2026-07-16T23:45:30.089Z] [INFO] [STEP 15] Submit the register and store form [2026-07-16T23:45:30.263Z] [INFO] [STEP 16] Verify transfer job started notification appears [2026-07-16T23:45:30.411Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-07-16T23:45:40.796Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-16T23:45:40.798Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-16T23:45:40.802Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-16T23:45:40.805Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T23:45:40.809Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T23:45:40.840Z] [INFO] [STEP 1] Log into the application [2026-07-16T23:45:40.851Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T23:45:41.067Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T23:45:42.552Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-16T23:45:42.602Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-16T23:45:43.776Z] [INFO] [STEP 3] Click Register Model button [2026-07-16T23:45:44.157Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-16T23:45:44.211Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-16T23:45:44.417Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-16T23:45:44.454Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-16T23:45:46.961Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-07-16T23:45:46.965Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-07-16T23:45:47.011Z] [INFO] [STEP 10] Fill in model details [2026-07-16T23:45:48.765Z] [INFO] [STEP 11] Fill in transfer job name [2026-07-16T23:45:49.005Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-07-16T23:45:50.479Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-07-16T23:45:51.347Z] [INFO] [STEP 14] Verify submit button is enabled [2026-07-16T23:45:51.394Z] [INFO] [STEP 15] Submit the register and store form [2026-07-16T23:45:51.589Z] [INFO] [STEP 16] Verify transfer job started notification appears 1) Registers and stores a model to an OCI destination [2026-07-16T23:46:06.981Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-16T23:46:06.983Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-16T23:46:06.987Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-16T23:46:06.990Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T23:46:06.993Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T23:46:07.023Z] [INFO] [STEP 1] Log into the application [2026-07-16T23:46:07.034Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T23:46:07.194Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T23:46:08.178Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-16T23:46:08.220Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-16T23:46:09.173Z] [INFO] [STEP 3] Click Register Model button [2026-07-16T23:46:09.507Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-16T23:46:09.558Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-16T23:46:09.751Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-16T23:46:09.787Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-16T23:46:12.143Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-07-16T23:46:12.186Z] [INFO] [STEP 9] Fill in model details [2026-07-16T23:46:13.934Z] [INFO] [STEP 10] Fill in transfer job name [2026-07-16T23:46:14.171Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-07-16T23:46:14.750Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-07-16T23:46:15.570Z] [INFO] [STEP 13] Verify submit button is enabled [2026-07-16T23:46:15.610Z] [INFO] [STEP 14] Submit the register and store form [2026-07-16T23:46:15.763Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-07-16T23:46:15.888Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-07-16T23:46:15.919Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job) [2026-07-16T23:46:16.330Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-uri-transfer-job --for=condition=PodScheduled pod --timeout=120s [2026-07-16T23:46:16.335Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-v54l8 condition met [2026-07-16T23:46:16.341Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-07-16T23:46:26.737Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-16T23:46:26.740Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-16T23:46:26.745Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-16T23:46:26.748Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T23:46:26.752Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T23:46:26.782Z] [INFO] [STEP 1] Log into the application [2026-07-16T23:46:26.795Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T23:46:27.059Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T23:46:28.358Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-16T23:46:28.376Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-16T23:46:29.415Z] [INFO] [STEP 3] Click Register Model button [2026-07-16T23:46:29.962Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-16T23:46:30.019Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-16T23:46:30.254Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-16T23:46:30.313Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-16T23:46:32.867Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-07-16T23:46:32.986Z] [INFO] [STEP 9] Fill in model details [2026-07-16T23:46:34.880Z] [INFO] [STEP 10] Fill in transfer job name [2026-07-16T23:46:35.147Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-07-16T23:46:35.744Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-07-16T23:46:36.694Z] [INFO] [STEP 13] Verify submit button is enabled [2026-07-16T23:46:36.753Z] [INFO] [STEP 14] Submit the register and store form [2026-07-16T23:46:36.985Z] [INFO] [STEP 15] Verify transfer job started notification appears 2) Registers and stores a model to an OCI destination using URI origin [2026-07-16T23:46:47.371Z] [INFO] Navigate away from model registry before cleanup [2026-07-16T23:46:47.644Z] [INFO] Clean up registered models from database [2026-07-16T23:46:48.080Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-07-16T23:46:48.087Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-07-16T23:46:48.616Z] [INFO] [EXEC] oc exec model-registry-db-662874-864c6b9cc8-zb69f -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-16T23:46:48.622Z] [INFO] Database cleanup completed successfully [2026-07-16T23:46:48.625Z] [INFO] Delete the model registry [2026-07-16T23:46:48.628Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-07-16T23:46:49.158Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-07-16T23:46:49.161Z] [INFO] Verify model registry is removed from the backend [2026-07-16T23:46:49.164Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-16T23:46:49.529Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-16T23:46:49.535Z] [INFO] Delete the SQL database [2026-07-16T23:46:49.538Z] [INFO] Deleting model registry database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-07-16T23:46:49.824Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-16T23:46:49.832Z] [INFO] Database 'model-registry-db-662874' exists, proceeding with deletion... [2026-07-16T23:46:52.000Z] [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-16T23:46:52.008Z] [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-16T23:46:52.373Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-16T23:46:52.379Z] [INFO] Model registry database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-07-16T23:46:52.384Z] [INFO] Delete the test project [2026-07-16T23:46:52.674Z] [INFO] [EXEC] oc delete project test-register-store-662874 --wait=false --ignore-not-found 0 passing (3m) 2 pending 2 failing 1) Verify models can be registered in a model registry Registers and stores a model to an OCI destination: Test steps were: 1. Log into the application 2. Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ 3. Navigate to Model Registry 4. Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ai-hub/models/registry/test-model-registry-662874 5. Click Register Model button 6. Verify registration mode toggle is visible 7. Toggle to Register and store mode 8. Verify namespace selector appears 9. Select a namespace from the dropdown 10. Selected namespace: test-register-store-662874 11. Verify origin and destination location sections appear 12. Fill in model details 13. Fill in transfer job name 14. Fill in origin S3 location and credentials 15. Fill in OCI destination fields 16. Verify submit button is enabled 17. Submit the register and store form 18. Verify transfer job started notification appears Timed out retrying after 15000ms: Expected to find content: 'Model transfer job started' but never did. AssertionError: Timed out retrying after 15000ms: Expected to find content: 'Model transfer job started' but never did. at Context.eval (webpack://@odh-dashboard/cypress/./cypress/tests/e2e/modelRegistry/testRegisterModel.cy.ts:347:82) 2) Verify models can be registered in a model registry Registers and stores a model to an OCI destination using URI origin: Test steps were: 1. Log into the application 2. Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ 3. Navigate to Model Registry 4. Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ai-hub/models/registry/test-model-registry-662874 5. Click Register Model button 6. Verify registration mode toggle is visible 7. Toggle to Register and store mode 8. Verify namespace selector appears 9. Select a namespace from the dropdown 10. Verify origin and destination location sections appear 11. Fill in model details 12. Fill in transfer job name 13. Select URI as origin location type and fill in URI 14. Fill in OCI destination fields 15. Verify submit button is enabled 16. Submit the register and store form 17. Verify transfer job started notification appears Timed out retrying after 10000ms: expected '