CY_TEST_CONFIG: /workspace/tests-shared/tests-payload/results/cypress-runtime-config.yml 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: 5 found (modelRegistry/testCreateModelRegistry.cy.ts, modelRegistry/testRegist │ │ erModel.cy.ts, pipelines/createRunDeletePipelineCustomPipMirror.cy.ts, pipelin │ │ es/pipelines.cy.ts, pipelines/testSchedulePipeline.cy.ts) │ │ Searched: cypress/tests/e2e/modelRegistry/testCreateModelRegistry.cy.ts, cypress/tests/e │ │ 2e/modelRegistry/testRegisterModel.cy.ts, cypress/tests/e2e/pipelines/createRu │ │ nDeletePipelineCustomPipMirror.cy.ts, cypress/tests/e2e/pipelines/pipelines.cy │ │ .ts, cypress/tests/e2e/pipelines/testSchedulePipeline.cy.ts │ │ Experiments: experimentalInteractiveRunEvents=true,experimentalMemoryManagement=true │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Remove output folder /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testCreateModelRegistry.cy.ts (1 of 5) [2026-09-14T14:03:52.217Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-09-14T14:03:52.230Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-14T14:03:52.261Z] [INFO] Ensure operator has optimal memory for testing [2026-09-14T14:03:52.902Z] [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-09-14T14:03:52.914Z] [INFO] Current operator memory limit: 512Mi [2026-09-14T14:03:52.920Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-09-14T14:03:53.235Z] [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-09-14T14:03:53.248Z] [INFO] Successfully patched operator memory to 1Gi [2026-09-14T14:04:08.204Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-09-14T14:04:08.223Z] [INFO] Operator rollout completed successfully [2026-09-14T14:04:08.237Z] [INFO] Create and verify SQL database for model registry [2026-09-14T14:04:08.258Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-09-14T14:04:08.272Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-09-14T14:04:08.593Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-14T14:04:08.608Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-09-14T14:04:09.177Z] [INFO] [EXEC] oc apply -f /tmp/db-1789394648621.yaml [2026-09-14T14:04:09.282Z] [INFO] [EXEC] rm -f /tmp/db-1789394648621.yaml [2026-09-14T14:04:09.293Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-09-14T14:04:09.310Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-09-14T14:04:33.170Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-14T14:04:33.297Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-09-14T14:04:33.328Z] [INFO] Create and verify PostgreSQL database for model registry [2026-09-14T14:04:33.333Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-09-14T14:04:33.338Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-09-14T14:04:33.676Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-14T14:04:33.708Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-09-14T14:04:34.248Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1789394673722.yaml [2026-09-14T14:04:34.351Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1789394673722.yaml [2026-09-14T14:04:34.379Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-09-14T14:04:34.396Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-09-14T14:04:57.174Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-14T14:04:57.214Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-09-14T14:04:57.281Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-09-14T14:04:57.291Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-09-14T14:04:57.301Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-14T14:04:57.307Z] [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"] [2026-09-14T14:04:57.312Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-14T14:04:57.351Z] [INFO] [STEP 1] Login as an Admin [2026-09-14T14:04:57.365Z] [INFO] Navigate to: https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/ [2026-09-14T14:05:00.058Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-14T14:05:00.354Z] [INFO] Navigate to: https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/settings/model-resources-operations/model-registry [2026-09-14T14:05:03.745Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-09-14T14:05:06.168Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-14T14:05:33.484Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-14T14:05:33.536Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-14T14:05:33.973Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-14T14:05:34.067Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 27s [2026-09-14T14:05:34.115Z] [INFO] [STEP 6] Delete the model registry [2026-09-14T14:05:34.965Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-09-14T14:05:35.592Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-09-14T14:05:35.643Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-14T14:05:36.030Z] [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 (103876ms) [2026-09-14T14:05:36.264Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-09-14T14:05:36.267Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-09-14T14:05:36.272Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-14T14:05:36.276Z] [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"] [2026-09-14T14:05:36.281Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-14T14:05:36.309Z] [INFO] [STEP 1] Login as an Admin [2026-09-14T14:05:36.319Z] [INFO] Navigate to: https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/ [2026-09-14T14:05:37.088Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-14T14:05:37.112Z] [INFO] Navigate to: https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/settings/model-resources-operations/model-registry [2026-09-14T14:05:38.127Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-09-14T14:05:40.197Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-14T14:06:07.954Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-14T14:06:07.987Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-14T14:06:08.411Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-14T14:06:08.504Z] [INFO] Command output: rhoai-model-registries postgres-registry-298031 True 28s [2026-09-14T14:06:08.553Z] [INFO] [STEP 6] Delete the model registry [2026-09-14T14:06:09.324Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-09-14T14:06:09.778Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-09-14T14:06:09.819Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-14T14:06:10.228Z] [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 (34024ms) [2026-09-14T14:06:10.393Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-09-14T14:06:10.395Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-09-14T14:06:10.400Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-14T14:06:10.405Z] [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"] [2026-09-14T14:06:10.411Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-14T14:06:10.462Z] [INFO] [STEP 1] Login as an Admin [2026-09-14T14:06:10.478Z] [INFO] Navigate to: https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/ [2026-09-14T14:06:11.270Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-14T14:06:11.294Z] [INFO] Navigate to: https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/settings/model-resources-operations/model-registry [2026-09-14T14:06:12.432Z] [INFO] [STEP 3] Create a model registry with default database [2026-09-14T14:06:13.061Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-14T14:07:12.332Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-14T14:07:12.428Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-14T14:07:12.950Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-14T14:07:13.044Z] [INFO] Command output: rhoai-model-registries default-db-registry-298031 True 59s [2026-09-14T14:07:13.089Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-09-14T14:07:13.135Z] [INFO] Waiting for default database 'default-db-registry-298031' to be ready... [2026-09-14T14:07:13.620Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-14T14:07:13.818Z] [INFO] Default database wait result: deployment.apps/default-db-registry-298031 condition met [2026-09-14T14:07:13.905Z] [INFO] Checking if default database 'default-db-registry-298031' exists for registry 'default-db-registry-298031' [2026-09-14T14:07:14.550Z] [INFO] [EXEC] oc get deployment default-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-14T14:07:14.627Z] [INFO] Default database 'default-db-registry-298031' exists and ready: true [2026-09-14T14:07:14.679Z] [INFO] [STEP 7] Delete the model registry with default database [2026-09-14T14:07:15.742Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-09-14T14:07:16.046Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-09-14T14:07:16.082Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-14T14:07:16.711Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-14T14:07:16.959Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-09-14T14:07:18.260Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-09-14T14:07:18.309Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-09-14T14:07:18.985Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-14T14:07:19.100Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-09-14T14:07:19.246Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-14T14:07:19.918Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-14T14:07:20.005Z] [INFO] [STEP 13] Delete the MySQL database [2026-09-14T14:07:20.101Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-09-14T14:07:20.612Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-09-14T14:07:20.705Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-09-14T14:07:23.426Z] [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-09-14T14:07:23.474Z] [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-09-14T14:07:23.926Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-09-14T14:07:23.934Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-09-14T14:07:23.997Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-09-14T14:07:24.046Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-09-14T14:07:24.544Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-14T14:07:24.719Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-09-14T14:07:24.767Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-14T14:07:25.425Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-14T14:07:25.432Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-09-14T14:07:25.476Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-09-14T14:07:25.845Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-09-14T14:07:25.899Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-09-14T14:07:27.159Z] [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-09-14T14:07:27.227Z] [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-09-14T14:07:27.609Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-09-14T14:07:27.617Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (66390ms) 3 passing (4m) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 3 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 3 minutes, 35 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (2 of 5) [2026-09-14T14:07:31.699Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-09-14T14:07:31.710Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-14T14:07:31.744Z] [INFO] Ensure operator has optimal memory for testing [2026-09-14T14:07:32.084Z] [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-09-14T14:07:32.093Z] [INFO] Current operator memory limit: 1Gi [2026-09-14T14:07:32.097Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-09-14T14:07:32.110Z] [INFO] Create and verify PostgreSQL database for model registry [2026-09-14T14:07:32.115Z] [INFO] Create PostgreSQL database 'model-registry-db-662874' for model registry [2026-09-14T14:07:32.120Z] [INFO] Creating PostgreSQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-09-14T14:07:32.498Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-14T14:07:32.507Z] [INFO] PostgreSQL database 'model-registry-db-662874' does not exist, proceeding with creation [2026-09-14T14:07:33.025Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1789394852511.yaml [2026-09-14T14:07:33.137Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1789394852511.yaml [2026-09-14T14:07:33.148Z] [INFO] Wait for PostgreSQL database 'model-registry-db-662874' to be ready [2026-09-14T14:07:33.152Z] [INFO] Waiting for PostgreSQL database 'model-registry-db-662874' to be ready... [2026-09-14T14:07:56.310Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-09-14T14:07:56.331Z] [INFO] PostgreSQL database wait result: deployment.apps/model-registry-db-662874 condition met [2026-09-14T14:07:56.344Z] [INFO] Create a PostgreSQL-backed model registry using YAML [2026-09-14T14:07:56.362Z] [INFO] Creating PostgreSQL-backed model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-09-14T14:07:56.774Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789394876385-1nxpzr87t.yaml; return_code=$?; rm -f -- /tmp/cypress-yaml-1789394876385-1nxpzr87t.yaml; exit $return_code [2026-09-14T14:07:56.781Z] [INFO] Command exit code: 0 [2026-09-14T14:07:56.800Z] [INFO] Verify model registry is created [2026-09-14T14:07:56.820Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-14T14:07:57.303Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-14T14:07:57.336Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 1s [2026-09-14T14:07:57.358Z] [INFO] Wait for model registry to be in Available state [2026-09-14T14:07:57.375Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-09-14T14:08:12.127Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-09-14T14:08:12.149Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-09-14T14:08:22.165Z] [INFO] Create a project for register and store test [2026-09-14T14:08:22.189Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-09-14T14:08:22.537Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-09-14T14:08:22.595Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-09-14T14:08:22.656Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-09-14T14:08:22.706Z] [INFO] Creating project test-register-store-662874 [2026-09-14T14:08:23.095Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-09-14T14:08:23.129Z] [INFO] 🔍 Polling for namespace test-register-store-662874 (max 30s) [2026-09-14T14:08:23.494Z] [INFO] [EXEC] oc get namespace test-register-store-662874 [2026-09-14T14:08:23.526Z] [INFO] ✅ namespace test-register-store-662874 (found after 0.4s) [2026-09-14T14:08:23.918Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-09-14T14:08:23.957Z] [INFO] 🔍 Polling for project test-register-store-662874 dashboard-ready (max 15s) [2026-09-14T14:08:24.324Z] [INFO] [EXEC] oc get project test-register-store-662874 -o json | jq -e '.metadata.labels["opendatahub.io/dashboard"] == "true" and .status.phase == "Active"' [2026-09-14T14:08:24.331Z] [INFO] ✅ project test-register-store-662874 dashboard-ready (found after 0.4s) [2026-09-14T14:08:24.385Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-09-14T14:08:24.729Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-09-14T14:08:24.755Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-09-14T14:08:24.803Z] [INFO] Project 'test-register-store-662874' exists. [2026-09-14T14:08:24.852Z] [INFO] Grant project access to the model registry [2026-09-14T14:08:25.176Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1789394904859-gbey1zxk2.yaml; return_code=$?; rm -f -- /tmp/cypress-yaml-1789394904859-gbey1zxk2.yaml; exit $return_code [2026-09-14T14:08:25.202Z] [INFO] Command exit code: 0 [2026-09-14T14:08:25.287Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-09-14T14:08:25.291Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-09-14T14:08:25.297Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-09-14T14:08:25.339Z] [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"] [2026-09-14T14:08:25.347Z] [INFO] Grep tags: ["@SmokeSet4"] - Registers models via model registry using object storage and URI [2026-09-14T14:08:25.442Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-09-14T14:08:25.449Z] [INFO] Test title: Registers a new version via versions view [2026-09-14T14:08:25.455Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-09-14T14:08:25.460Z] [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"] [2026-09-14T14:08:25.465Z] [INFO] Grep tags: ["@SmokeSet4"] - Registers a new version via versions view [2026-09-14T14:08:25.512Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-09-14T14:08:25.516Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-09-14T14:08:25.523Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-09-14T14:08:25.529Z] [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"] [2026-09-14T14:08:25.535Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-14T14:08:25.604Z] [INFO] [STEP 1] Log into the application [2026-09-14T14:08:25.614Z] [INFO] Navigate to: https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/ [2026-09-14T14:08:28.103Z] [INFO] [STEP 2] Navigate to Model Registry [2026-09-14T14:08:28.322Z] [INFO] Navigate to: https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874 [2026-09-14T14:08:31.595Z] [INFO] [STEP 3] Click Register Model button [2026-09-14T14:08:32.341Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-09-14T14:08:32.444Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-09-14T14:08:32.699Z] [INFO] [STEP 6] Verify namespace selector appears [2026-09-14T14:08:32.792Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-09-14T14:08:33.673Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-09-14T14:08:33.724Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-09-14T14:08:33.888Z] [INFO] [STEP 10] Fill in model details [2026-09-14T14:08:36.516Z] [INFO] [STEP 11] Fill in transfer job name [2026-09-14T14:08:36.840Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-09-14T14:08:38.473Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-09-14T14:08:39.451Z] [INFO] [STEP 14] Verify submit button is enabled [2026-09-14T14:08:39.503Z] [INFO] [STEP 15] Submit the register and store form [2026-09-14T14:08:39.751Z] [INFO] [STEP 16] Verify transfer job started notification appears [2026-09-14T14:08:40.345Z] [INFO] [STEP 17] Verify transfer job and pod started in the backend [2026-09-14T14:08:40.395Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-transfer-job-662874) [2026-09-14T14:08:41.044Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-transfer-job-662874 --for=condition=PodScheduled pod --timeout=120s [2026-09-14T14:08:41.100Z] [INFO] oc wait stdout: pod/oci-transfer-job-662874-5n6pm condition met [2026-09-14T14:08:41.154Z] [INFO] [STEP 18] Verify navigation away from the registration form ✓ Registers and stores a model to an OCI destination (15898ms) [2026-09-14T14:08:41.586Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-09-14T14:08:41.588Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-09-14T14:08:41.593Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-09-14T14:08:41.598Z] [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"] [2026-09-14T14:08:41.603Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-14T14:08:41.639Z] [INFO] [STEP 1] Log into the application [2026-09-14T14:08:41.656Z] [INFO] Navigate to: https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/ [2026-09-14T14:08:42.536Z] [INFO] [STEP 2] Navigate to Model Registry [2026-09-14T14:08:42.559Z] [INFO] Navigate to: https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874 [2026-09-14T14:08:44.988Z] [INFO] [STEP 3] Click Register Model button [2026-09-14T14:08:45.724Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-09-14T14:08:45.782Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-09-14T14:08:46.016Z] [INFO] [STEP 6] Verify namespace selector appears [2026-09-14T14:08:46.057Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-09-14T14:08:46.834Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-09-14T14:08:46.988Z] [INFO] [STEP 9] Fill in model details [2026-09-14T14:08:49.396Z] [INFO] [STEP 10] Fill in transfer job name [2026-09-14T14:08:49.722Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-09-14T14:08:50.365Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-09-14T14:08:51.374Z] [INFO] [STEP 13] Verify submit button is enabled [2026-09-14T14:08:51.418Z] [INFO] [STEP 14] Submit the register and store form [2026-09-14T14:08:51.685Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-09-14T14:08:52.202Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-09-14T14:08:52.292Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job-662874) [2026-09-14T14:08:52.823Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-uri-transfer-job-662874 --for=condition=PodScheduled pod --timeout=120s [2026-09-14T14:08:52.918Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-662874-ghvtt condition met [2026-09-14T14:08:52.968Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-09-14T14:08:53.317Z] [INFO] [STEP 18] Navigate away from model registry before cleanup [2026-09-14T14:08:54.238Z] [INFO] [STEP 19] Clean up registered models from database [2026-09-14T14:08:54.733Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-09-14T14:08:54.852Z] [INFO] Cleaning up registered models from PostgreSQL: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-09-14T14:08:55.947Z] [INFO] [EXEC] oc exec model-registry-db-662874-57585d784d-nc6ln -n rhoai-model-registries -- env PGPASSWORD=TheBlurstOfTimes psql -U modelregistryuser -d model-registry -c "DELETE FROM contextproperty WHERE context_id IN (SELECT id FROM context WHERE name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874')); DELETE FROM parentcontext WHERE context_id IN (SELECT id FROM context WHERE name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874')) OR parent_context_id IN (SELECT id FROM context WHERE name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874')); DELETE FROM association WHERE context_id IN (SELECT id FROM context WHERE name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874')); DELETE FROM attribution WHERE context_id IN (SELECT id FROM context WHERE 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-09-14T14:08:56.072Z] [INFO] PostgreSQL database cleanup failed: ERROR: relation "contextproperty" does not exist LINE 1: DELETE FROM contextproperty WHERE context_id IN (SELECT id F... ^ command terminated with exit code 1 [2026-09-14T14:08:56.156Z] [INFO] [STEP 20] Delete the model registry [2026-09-14T14:08:56.217Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries 1) "after all" hook for "Registers and stores a model to an OCI destination using URI origin" 1 passing (2m) 2 pending 1 failing 1) Verify models can be registered in a model registry "after all" hook for "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.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/ 3. Navigate to Model Registry 4. Navigate to: https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/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 18. Verify transfer job and pod started in the backend 19. Verify navigation away from the registration form 20. Navigate away from model registry before cleanup 21. Clean up registered models from database 22. Delete the model registry The following error originated from your application code, not from Cypress. It was caused by an unhandled promise rejection. > Cannot read properties of undefined (reading 'data') When Cypress detects uncaught errors originating from your application it will automatically fail the current test. This behavior is configurable, and you can choose to turn this off by listening to the `uncaught:exception` event. https://on.cypress.io/uncaught-exception-from-application Because this error occurred during a `after all` hook we are skipping the remaining tests in the current suite: `Verify models can be regist...` Although you have test retries enabled, we do not retry tests when `before all` or `after all` hooks fail TypeError: The following error originated from your application code, not from Cypress. It was caused by an unhandled promise rejection. > Cannot read properties of undefined (reading 'data') When Cypress detects uncaught errors originating from your application it will automatically fail the current test. This behavior is configurable, and you can choose to turn this off by listening to the `uncaught:exception` event. https://on.cypress.io/uncaught-exception-from-application at (https://rh-ai.apps.f0cd817743c988b5d10a.prod.konflux-ocp-ci.dev/5532.d6c239955e219710.js:1:132086) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 1 │ │ Failing: 1 │ │ Pending: 2 │ │ Skipped: 0 │ │ Screenshots: 1 │ │ Video: false │ │ Duration: 1 minute, 52 seconds │ │ Spec Ran: modelRegistry/testRegisterModel.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1280x720) istry/testRegisterModel.cy.ts/Verify models can be registered in a model registr y -- Registers and stores a model to an OCI destination using URI origin -- afte r all hook (failed).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/createRunDeletePipelineCustomPipMirror.cy.ts (3 of 5) [2026-09-14T14:10:29.426Z] [INFO] Setting tests timeout to: 480 seconds An admin user can import and run a pipeline - Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror [2026-09-14T14:10:29.441Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (130ms) 1 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_002.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 1 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: pipelines/createRunDeletePipelineCustomPipMirror.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/pipelines.cy.ts (4 of 5) [2026-09-14T14:10:33.597Z] [INFO] Setting tests timeout to: 480 seconds An admin user can import and run a pipeline - An admin User can Import and Run a Pipeline [2026-09-14T14:10:33.624Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (116ms) 1 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_003.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 1 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: pipelines/pipelines.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/testSchedulePipeline.cy.ts (5 of 5) [2026-09-14T14:10:37.358Z] [INFO] Setting tests timeout to: 480 seconds Verify that a pipeline can be scheduled to run - Admin imports a pipeline and schedules it to run [2026-09-14T14:10:37.371Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (94ms) 1 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_004.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 1 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: pipelines/testSchedulePipeline.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Start generate report process Read and merge jsons from "/workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons" Enhance report Create HTML report HTML report successfully created! /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/index.html ================================================================================ (Run Finished) Spec Tests Passing Failing Pending Skipped ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ ✔ modelRegistry/testCreateModelRegist 03:35 3 3 - - - │ │ ry.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ modelRegistry/testRegisterModel.cy. 01:52 4 1 1 2 - │ │ ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/createRunDeletePipelineCu 135ms 1 - - 1 - │ │ stomPipMirror.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/pipelines.cy.ts 123ms 1 - - 1 - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/testSchedulePipeline.cy.t 98ms 1 - - 1 - │ │ s │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✖ 1 of 5 failed (20%) 05:29 10 4 1 5 -