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-09-18T12:38:10.177Z] [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-09-18T12:38:10.209Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (95ms) 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-09-18T12:38:12.575Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-09-18T12:38:12.587Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-18T12:38:12.614Z] [INFO] Ensure operator has optimal memory for testing [2026-09-18T12:38:13.167Z] [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-18T12:38:13.175Z] [INFO] Current operator memory limit: 512Mi [2026-09-18T12:38:13.180Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-09-18T12:38:13.520Z] [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-18T12:38:13.529Z] [INFO] Successfully patched operator memory to 1Gi [2026-09-18T12:38:25.638Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-09-18T12:38:25.652Z] [INFO] Operator rollout completed successfully [2026-09-18T12:38:25.663Z] [INFO] Create and verify SQL database for model registry [2026-09-18T12:38:25.681Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-09-18T12:38:25.694Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-09-18T12:38:25.963Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-18T12:38:25.969Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-09-18T12:38:26.478Z] [INFO] [EXEC] oc apply -f /tmp/db-1789735105972.yaml [2026-09-18T12:38:26.568Z] [INFO] [EXEC] rm -f /tmp/db-1789735105972.yaml [2026-09-18T12:38:26.577Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-09-18T12:38:26.582Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-09-18T12:38:54.796Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-18T12:38:54.810Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-09-18T12:38:54.829Z] [INFO] Create and verify PostgreSQL database for model registry [2026-09-18T12:38:54.842Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-09-18T12:38:54.847Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-09-18T12:38:55.163Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-18T12:38:55.169Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-09-18T12:38:55.645Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1789735135172.yaml [2026-09-18T12:38:55.731Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1789735135172.yaml [2026-09-18T12:38:55.740Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-09-18T12:38:55.745Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-09-18T12:39:14.140Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-18T12:39:14.164Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-09-18T12:39:14.221Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-09-18T12:39:14.241Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-09-18T12:39:14.251Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-18T12:39:14.257Z] [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-18T12:39:14.271Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-18T12:39:14.300Z] [INFO] [STEP 1] Login as an Admin [2026-09-18T12:39:14.329Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-09-18T12:39:14.883Z] [INFO] OAuth login flow detected - completing authentication [2026-09-18T12:39:16.877Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-18T12:39:16.955Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-18T12:39:18.400Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-09-18T12:39:19.564Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-18T12:39:48.165Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-18T12:39:48.194Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-18T12:39:48.603Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-18T12:39:48.635Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 29s [2026-09-18T12:39:48.644Z] [INFO] [STEP 6] Delete the model registry [2026-09-18T12:39:49.234Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-09-18T12:39:49.474Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-09-18T12:39:49.505Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-18T12:39:49.892Z] [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 (97389ms) [2026-09-18T12:39:50.082Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-09-18T12:39:50.085Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-09-18T12:39:50.090Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-18T12:39:50.095Z] [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-18T12:39:50.100Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-18T12:39:50.125Z] [INFO] [STEP 1] Login as an Admin [2026-09-18T12:39:50.138Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-09-18T12:39:50.292Z] [INFO] OAuth login flow detected - completing authentication [2026-09-18T12:39:51.232Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-18T12:39:51.326Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-18T12:39:52.099Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-09-18T12:39:53.660Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-18T12:40:22.041Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-18T12:40:22.072Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-18T12:40:22.463Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-18T12:40:22.470Z] [INFO] Command output: rhoai-model-registries postgres-registry-298031 True 29s [2026-09-18T12:40:22.478Z] [INFO] [STEP 6] Delete the model registry [2026-09-18T12:40:23.005Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-09-18T12:40:23.229Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-09-18T12:40:23.254Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-18T12:40:23.602Z] [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 (33603ms) [2026-09-18T12:40:23.743Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-09-18T12:40:23.745Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-09-18T12:40:23.749Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-18T12:40:23.753Z] [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-18T12:40:23.757Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-18T12:40:23.785Z] [INFO] [STEP 1] Login as an Admin [2026-09-18T12:40:23.799Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-09-18T12:40:24.007Z] [INFO] OAuth login flow detected - completing authentication [2026-09-18T12:40:24.945Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-18T12:40:25.023Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-18T12:40:25.792Z] [INFO] [STEP 3] Create a model registry with default database [2026-09-18T12:40:26.228Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-18T12:41:25.637Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-18T12:41:25.658Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-18T12:41:26.050Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-18T12:41:26.074Z] [INFO] Command output: rhoai-model-registries default-db-registry-298031 True 60s [2026-09-18T12:41:26.098Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-09-18T12:41:26.119Z] [INFO] Waiting for default database 'default-db-registry-298031' to be ready... [2026-09-18T12:41:26.551Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-18T12:41:26.575Z] [INFO] Default database wait result: deployment.apps/default-db-registry-298031 condition met [2026-09-18T12:41:26.596Z] [INFO] Checking if default database 'default-db-registry-298031' exists for registry 'default-db-registry-298031' [2026-09-18T12:41:26.894Z] [INFO] [EXEC] oc get deployment default-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-18T12:41:26.902Z] [INFO] Default database 'default-db-registry-298031' exists and ready: true [2026-09-18T12:41:26.908Z] [INFO] [STEP 7] Delete the model registry with default database [2026-09-18T12:41:27.470Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-09-18T12:41:27.714Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-09-18T12:41:27.742Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-18T12:41:28.167Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-18T12:41:28.311Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-09-18T12:41:29.066Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-09-18T12:41:29.084Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-09-18T12:41:29.457Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-18T12:41:29.537Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-09-18T12:41:29.562Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-18T12:41:29.924Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-18T12:41:29.950Z] [INFO] [STEP 13] Delete the MySQL database [2026-09-18T12:41:29.975Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-09-18T12:41:30.281Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-09-18T12:41:30.289Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-09-18T12:41:31.852Z] [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-18T12:41:31.883Z] [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-18T12:41:32.256Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-09-18T12:41:32.305Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-09-18T12:41:32.330Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-09-18T12:41:32.356Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-09-18T12:41:32.678Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-18T12:41:32.682Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-09-18T12:41:32.685Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-18T12:41:33.026Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-18T12:41:33.032Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-09-18T12:41:33.035Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-09-18T12:41:33.312Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-09-18T12:41:33.320Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-09-18T12:41:34.891Z] [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-18T12:41:34.944Z] [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-18T12:41:35.253Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-09-18T12:41:35.260Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (64501ms) 3 passing (3m) [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, 22 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-09-18T12:41:38.222Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-09-18T12:41:38.231Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-18T12:41:38.259Z] [INFO] Ensure operator has optimal memory for testing [2026-09-18T12:41:38.554Z] [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-18T12:41:38.562Z] [INFO] Current operator memory limit: 1Gi [2026-09-18T12:41:38.565Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-09-18T12:41:38.572Z] [INFO] Create and verify SQL database for model registry [2026-09-18T12:41:38.574Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-09-18T12:41:38.577Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-09-18T12:41:38.867Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-18T12:41:38.873Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-09-18T12:41:39.352Z] [INFO] [EXEC] oc apply -f /tmp/db-1789735298877.yaml [2026-09-18T12:41:39.454Z] [INFO] [EXEC] rm -f /tmp/db-1789735298877.yaml [2026-09-18T12:41:39.463Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-09-18T12:41:39.467Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-09-18T12:42:08.052Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-09-18T12:42:08.067Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-09-18T12:42:08.078Z] [INFO] Create a model registry using YAML [2026-09-18T12:42:08.093Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-09-18T12:42:12.601Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789735328111-yc22dxx60.yaml; return_code=$?; rm -f -- /tmp/cypress-yaml-1789735328111-yc22dxx60.yaml; exit $return_code [2026-09-18T12:42:12.615Z] [INFO] Command exit code: 0 [2026-09-18T12:42:12.620Z] [INFO] Verify model registry is created [2026-09-18T12:42:12.634Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-18T12:42:12.977Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-18T12:42:12.984Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 4s [2026-09-18T12:42:12.990Z] [INFO] Wait for model registry to be in Available state [2026-09-18T12:42:13.004Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-09-18T12:42:28.671Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-09-18T12:42:28.688Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-09-18T12:42:38.712Z] [INFO] Create a project for register and store test [2026-09-18T12:42:38.716Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-09-18T12:42:39.003Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-09-18T12:42:39.033Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-09-18T12:42:39.051Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-09-18T12:42:39.070Z] [INFO] Creating project test-register-store-662874 [2026-09-18T12:42:39.467Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-09-18T12:42:39.492Z] [INFO] 🔍 Polling for namespace test-register-store-662874 (max 30s) [2026-09-18T12:42:39.793Z] [INFO] [EXEC] oc get namespace test-register-store-662874 [2026-09-18T12:42:39.798Z] [INFO] ✅ namespace test-register-store-662874 (found after 0.3s) [2026-09-18T12:42:40.120Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-09-18T12:42:40.160Z] [INFO] 🔍 Polling for project test-register-store-662874 dashboard-ready (max 15s) [2026-09-18T12:42:40.473Z] [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-18T12:42:40.479Z] [INFO] ✅ project test-register-store-662874 dashboard-ready (found after 0.3s) [2026-09-18T12:42:40.508Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-09-18T12:42:40.921Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-09-18T12:42:40.951Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-09-18T12:42:40.968Z] [INFO] Project 'test-register-store-662874' exists. [2026-09-18T12:42:40.987Z] [INFO] Grant project access to the model registry [2026-09-18T12:42:41.390Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1789735361015-2ohkqwny9.yaml; return_code=$?; rm -f -- /tmp/cypress-yaml-1789735361015-2ohkqwny9.yaml; exit $return_code [2026-09-18T12:42:41.395Z] [INFO] Command exit code: 0 [2026-09-18T12:42:41.424Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-09-18T12:42:41.443Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-09-18T12:42:41.485Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-09-18T12:42:41.510Z] [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-18T12:42:41.519Z] [INFO] Grep tags: ["@SmokeSet4"] - Registers models via model registry using object storage and URI [2026-09-18T12:42:41.589Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-09-18T12:42:41.591Z] [INFO] Test title: Registers a new version via versions view [2026-09-18T12:42:41.596Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-09-18T12:42:41.600Z] [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-18T12:42:41.603Z] [INFO] Grep tags: ["@SmokeSet4"] - Registers a new version via versions view [2026-09-18T12:42:41.644Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-09-18T12:42:41.646Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-09-18T12:42:41.652Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-09-18T12:42:41.658Z] [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-18T12:42:41.675Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-18T12:42:41.744Z] [INFO] [STEP 1] Log into the application [2026-09-18T12:42:41.757Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-09-18T12:42:41.973Z] [INFO] OAuth login flow detected - completing authentication [2026-09-18T12:42:43.725Z] [INFO] [STEP 2] Navigate to Model Registry [2026-09-18T12:42:43.801Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ai-hub/models/registry/test-model-registry-662874 [2026-09-18T12:42:45.267Z] [INFO] [STEP 3] Click Register Model button [2026-09-18T12:42:45.647Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-09-18T12:42:45.695Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-09-18T12:42:45.885Z] [INFO] [STEP 6] Verify namespace selector appears [2026-09-18T12:42:45.916Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-09-18T12:42:46.556Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-09-18T12:42:46.587Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-09-18T12:42:46.640Z] [INFO] [STEP 10] Fill in model details [2026-09-18T12:42:48.340Z] [INFO] [STEP 11] Fill in transfer job name [2026-09-18T12:42:48.573Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-09-18T12:42:49.927Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-09-18T12:42:50.682Z] [INFO] [STEP 14] Verify submit button is enabled [2026-09-18T12:42:50.709Z] [INFO] [STEP 15] Submit the register and store form [2026-09-18T12:42:50.859Z] [INFO] [STEP 16] Verify transfer job started notification appears [2026-09-18T12:42:51.203Z] [INFO] [STEP 17] Verify transfer job and pod started in the backend [2026-09-18T12:42:51.237Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-transfer-job-662874) [2026-09-18T12:42:51.666Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-transfer-job-662874 --for=condition=PodScheduled pod --timeout=120s [2026-09-18T12:42:51.698Z] [INFO] oc wait stdout: pod/oci-transfer-job-662874-qgb2c condition met [2026-09-18T12:42:51.727Z] [INFO] [STEP 18] Verify navigation away from the registration form ✓ Registers and stores a model to an OCI destination (10197ms) [2026-09-18T12:42:51.950Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-09-18T12:42:51.953Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-09-18T12:42:51.957Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-09-18T12:42:51.960Z] [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-18T12:42:51.963Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-18T12:42:51.990Z] [INFO] [STEP 1] Log into the application [2026-09-18T12:42:52.003Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-09-18T12:42:52.146Z] [INFO] OAuth login flow detected - completing authentication [2026-09-18T12:42:53.030Z] [INFO] [STEP 2] Navigate to Model Registry [2026-09-18T12:42:53.099Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ai-hub/models/registry/test-model-registry-662874 [2026-09-18T12:42:54.121Z] [INFO] [STEP 3] Click Register Model button [2026-09-18T12:42:54.359Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-09-18T12:42:54.373Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-09-18T12:42:54.467Z] [INFO] [STEP 6] Verify namespace selector appears [2026-09-18T12:42:54.481Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-09-18T12:42:54.998Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-09-18T12:42:55.023Z] [INFO] [STEP 9] Fill in model details [2026-09-18T12:42:56.844Z] [INFO] [STEP 10] Fill in transfer job name [2026-09-18T12:42:57.080Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-09-18T12:42:57.613Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-09-18T12:42:58.366Z] [INFO] [STEP 13] Verify submit button is enabled [2026-09-18T12:42:58.404Z] [INFO] [STEP 14] Submit the register and store form [2026-09-18T12:42:58.561Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-09-18T12:42:58.859Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-09-18T12:42:58.901Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job-662874) [2026-09-18T12:42:59.319Z] [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-18T12:42:59.368Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-662874-4qtkd condition met [2026-09-18T12:42:59.393Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-09-18T12:42:59.573Z] [INFO] [STEP 18] Navigate away from model registry before cleanup [2026-09-18T12:42:59.745Z] [INFO] [STEP 19] Clean up registered models from database [2026-09-18T12:43:00.090Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-09-18T12:43:00.097Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-09-18T12:43:00.673Z] [INFO] [EXEC] oc exec model-registry-db-662874-864c6b9cc8-rvvn2 -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-09-18T12:43:00.678Z] [INFO] Database cleanup completed successfully [2026-09-18T12:43:00.681Z] [INFO] [STEP 20] Delete the model registry [2026-09-18T12:43:00.684Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-09-18T12:43:01.188Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-09-18T12:43:01.191Z] [INFO] [STEP 21] Verify model registry is removed from the backend [2026-09-18T12:43:01.194Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-18T12:43:01.534Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-18T12:43:01.565Z] [INFO] [STEP 22] Delete the SQL database [2026-09-18T12:43:01.593Z] [INFO] Deleting model registry database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-09-18T12:43:01.927Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-09-18T12:43:01.984Z] [INFO] Database 'model-registry-db-662874' exists, proceeding with deletion... [2026-09-18T12:43:03.899Z] [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-09-18T12:43:03.961Z] [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-09-18T12:43:04.279Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-09-18T12:43:04.309Z] [INFO] Model registry database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-09-18T12:43:04.316Z] [INFO] [STEP 23] Delete the test project [2026-09-18T12:43:04.622Z] [INFO] [EXEC] oc delete project test-register-store-662874 --wait=false --ignore-not-found ✓ Registers and stores a model to an OCI destination using URI origin (7595ms) 2 passing (1m) 2 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_002.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 2 │ │ Failing: 0 │ │ Pending: 2 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 1 minute, 26 seconds │ │ Spec Ran: modelRegistry/testRegisterModel.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/createRunDeletePipelineCustomPipMirror.cy.ts (4 of 6) [2026-09-18T12:43:08.943Z] [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-18T12:43:08.958Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (76ms) 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/createRunDeletePipelineCustomPipMirror.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/pipelines.cy.ts (5 of 6) [2026-09-18T12:43:12.494Z] [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-18T12:43:12.511Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (91ms) 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/pipelines.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/testSchedulePipeline.cy.ts (6 of 6) [2026-09-18T12:43:15.955Z] [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-18T12:43:15.966Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (68ms) 1 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_005.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" Media folder "/workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots" not found, nothing to copy 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 ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ ✔ automl/testAutomlBinaryClassificati 102ms 4 - - 4 - │ │ on.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ modelRegistry/testCreateModelRegist 03:22 3 3 - - - │ │ ry.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ modelRegistry/testRegisterModel.cy. 01:26 4 2 - 2 - │ │ ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/createRunDeletePipelineCu 81ms 1 - - 1 - │ │ stomPipMirror.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/pipelines.cy.ts 97ms 1 - - 1 - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/testSchedulePipeline.cy.t 73ms 1 - - 1 - │ │ s │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 04:49 14 5 - 9 -