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: 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-11T13:11:43.802Z] [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-11T13:11:43.841Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (140ms) 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-11T13:11:46.863Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-09-11T13:11:46.872Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-11T13:11:46.896Z] [INFO] Ensure operator has optimal memory for testing [2026-09-11T13:11:47.658Z] [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-11T13:11:47.667Z] [INFO] Current operator memory limit: 512Mi [2026-09-11T13:11:47.672Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-09-11T13:11:47.971Z] [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-11T13:11:47.981Z] [INFO] Successfully patched operator memory to 1Gi [2026-09-11T13:12:00.323Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-09-11T13:12:00.339Z] [INFO] Operator rollout completed successfully [2026-09-11T13:12:00.351Z] [INFO] Create and verify SQL database for model registry [2026-09-11T13:12:00.370Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-09-11T13:12:00.412Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-09-11T13:12:00.703Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-11T13:12:00.709Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-09-11T13:12:01.216Z] [INFO] [EXEC] oc apply -f /tmp/db-1789132320719.yaml [2026-09-11T13:12:01.360Z] [INFO] [EXEC] rm -f /tmp/db-1789132320719.yaml [2026-09-11T13:12:01.389Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-09-11T13:12:01.421Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-09-11T13:12:34.196Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-11T13:12:34.209Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-09-11T13:12:34.226Z] [INFO] Create and verify PostgreSQL database for model registry [2026-09-11T13:12:34.240Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-09-11T13:12:34.244Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-09-11T13:12:34.536Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-11T13:12:34.542Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-09-11T13:12:34.968Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1789132354546.yaml [2026-09-11T13:12:35.060Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1789132354546.yaml [2026-09-11T13:12:35.078Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-09-11T13:12:35.091Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-09-11T13:13:03.727Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-11T13:13:03.754Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-09-11T13:13:03.811Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-09-11T13:13:03.817Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-09-11T13:13:03.822Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-11T13:13:03.826Z] [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-11T13:13:03.830Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-11T13:13:03.859Z] [INFO] [STEP 1] Login as an Admin [2026-09-11T13:13:03.868Z] [INFO] Navigate to: https://rh-ai.apps.e8639f3e16b6ea55ad21.prod.konflux-ocp-ci.dev/ [2026-09-11T13:13:06.063Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-11T13:13:06.259Z] [INFO] Navigate to: https://rh-ai.apps.e8639f3e16b6ea55ad21.prod.konflux-ocp-ci.dev/settings/model-resources-operations/model-registry [2026-09-11T13:13:08.406Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-09-11T13:13:10.037Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-11T13:13:38.135Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-11T13:13:38.172Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-11T13:13:38.574Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-11T13:13:38.633Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 28s [2026-09-11T13:13:38.666Z] [INFO] [STEP 6] Delete the model registry [2026-09-11T13:13:39.285Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-09-11T13:13:39.791Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-09-11T13:13:39.828Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-11T13:13:40.246Z] [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 (113430ms) [2026-09-11T13:13:40.411Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-09-11T13:13:40.412Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-09-11T13:13:40.416Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-11T13:13:40.420Z] [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-11T13:13:40.424Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-11T13:13:40.450Z] [INFO] [STEP 1] Login as an Admin [2026-09-11T13:13:40.462Z] [INFO] Navigate to: https://rh-ai.apps.e8639f3e16b6ea55ad21.prod.konflux-ocp-ci.dev/ [2026-09-11T13:13:41.147Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-11T13:13:41.171Z] [INFO] Navigate to: https://rh-ai.apps.e8639f3e16b6ea55ad21.prod.konflux-ocp-ci.dev/settings/model-resources-operations/model-registry [2026-09-11T13:13:42.132Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-09-11T13:13:43.897Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-11T13:14:12.034Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-11T13:14:12.058Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-11T13:14:12.431Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-11T13:14:12.460Z] [INFO] Command output: rhoai-model-registries postgres-registry-298031 True 28s [2026-09-11T13:14:12.467Z] [INFO] [STEP 6] Delete the model registry [2026-09-11T13:14:13.013Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-09-11T13:14:13.446Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-09-11T13:14:13.476Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-11T13:14:13.858Z] [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 (33536ms) [2026-09-11T13:14:14.022Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-09-11T13:14:14.024Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-09-11T13:14:14.028Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-11T13:14:14.031Z] [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-11T13:14:14.034Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-11T13:14:14.060Z] [INFO] [STEP 1] Login as an Admin [2026-09-11T13:14:14.087Z] [INFO] Navigate to: https://rh-ai.apps.e8639f3e16b6ea55ad21.prod.konflux-ocp-ci.dev/ [2026-09-11T13:14:14.351Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-11T13:14:14.372Z] [INFO] Navigate to: https://rh-ai.apps.e8639f3e16b6ea55ad21.prod.konflux-ocp-ci.dev/settings/model-resources-operations/model-registry [2026-09-11T13:14:15.195Z] [INFO] [STEP 3] Create a model registry with default database [2026-09-11T13:14:15.712Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-11T13:15:15.039Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-11T13:15:15.060Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-11T13:15:15.429Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-11T13:15:15.435Z] [INFO] Command output: rhoai-model-registries default-db-registry-298031 True 60s [2026-09-11T13:15:15.440Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-09-11T13:15:15.463Z] [INFO] Waiting for default database 'default-db-registry-298031' to be ready... [2026-09-11T13:15:15.848Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-11T13:15:15.853Z] [INFO] Default database wait result: deployment.apps/default-db-registry-298031 condition met [2026-09-11T13:15:15.880Z] [INFO] Checking if default database 'default-db-registry-298031' exists for registry 'default-db-registry-298031' [2026-09-11T13:15:16.183Z] [INFO] [EXEC] oc get deployment default-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-11T13:15:16.211Z] [INFO] Default database 'default-db-registry-298031' exists and ready: true [2026-09-11T13:15:16.234Z] [INFO] [STEP 7] Delete the model registry with default database [2026-09-11T13:15:16.805Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-09-11T13:15:45.100Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-09-11T13:15:45.104Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-11T13:15:45.468Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-11T13:15:45.646Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-09-11T13:15:46.578Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-09-11T13:15:46.613Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-09-11T13:15:47.071Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-11T13:15:47.151Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-09-11T13:15:47.222Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-11T13:15:47.687Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-11T13:15:47.736Z] [INFO] [STEP 13] Delete the MySQL database [2026-09-11T13:15:47.799Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-09-11T13:15:48.194Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-09-11T13:15:48.260Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-09-11T13:15:50.333Z] [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-11T13:15:50.370Z] [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-11T13:15:50.670Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-09-11T13:15:50.676Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-09-11T13:15:50.681Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-09-11T13:15:50.684Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-09-11T13:15:50.984Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-11T13:15:50.988Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-09-11T13:15:51.030Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-11T13:15:51.401Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-11T13:15:51.446Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-09-11T13:15:51.489Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-09-11T13:15:51.810Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-09-11T13:15:51.818Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-09-11T13:15:52.881Z] [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-11T13:15:52.926Z] [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-11T13:15:53.231Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-09-11T13:15:53.276Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (91529ms) 3 passing (4m) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 3 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 4 minutes, 6 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-09-11T13:15:56.210Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-09-11T13:15:56.219Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-11T13:15:56.250Z] [INFO] Ensure operator has optimal memory for testing [2026-09-11T13:15:56.522Z] [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-11T13:15:56.529Z] [INFO] Current operator memory limit: 1Gi [2026-09-11T13:15:56.532Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-09-11T13:15:56.539Z] [INFO] Create and verify SQL database for model registry [2026-09-11T13:15:56.542Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-09-11T13:15:56.544Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-09-11T13:15:56.839Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-11T13:15:56.845Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-09-11T13:15:57.324Z] [INFO] [EXEC] oc apply -f /tmp/db-1789132556848.yaml [2026-09-11T13:15:57.416Z] [INFO] [EXEC] rm -f /tmp/db-1789132556848.yaml [2026-09-11T13:15:57.424Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-09-11T13:15:57.428Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-09-11T13:16:15.426Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-09-11T13:16:15.443Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-09-11T13:16:15.453Z] [INFO] Create a model registry using YAML [2026-09-11T13:16:15.466Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-09-11T13:16:16.066Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789132575477-7quvqbem1.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789132575477-7quvqbem1.yaml; exit $status [2026-09-11T13:16:16.081Z] [INFO] Command exit code: 0 [2026-09-11T13:16:16.085Z] [INFO] Verify model registry is created [2026-09-11T13:16:16.098Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-11T13:16:16.446Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-11T13:16:16.451Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 1s [2026-09-11T13:16:16.467Z] [INFO] Wait for model registry to be in Available state [2026-09-11T13:16:16.481Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-09-11T13:16:36.292Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-09-11T13:16:36.299Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-09-11T13:16:46.310Z] [INFO] Create a project for register and store test [2026-09-11T13:16:46.314Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-09-11T13:16:46.608Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-09-11T13:16:46.628Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-09-11T13:16:46.634Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-09-11T13:16:46.670Z] [INFO] Creating project test-register-store-662874 [2026-09-11T13:16:47.002Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-09-11T13:16:47.037Z] [INFO] 🔍 Polling for namespace test-register-store-662874 (max 30s) [2026-09-11T13:16:47.322Z] [INFO] [EXEC] oc get namespace test-register-store-662874 [2026-09-11T13:16:47.328Z] [INFO] ✅ namespace test-register-store-662874 (found after 0.3s) [2026-09-11T13:16:47.646Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-09-11T13:16:47.669Z] [INFO] 🔍 Polling for project test-register-store-662874 dashboard-ready (max 15s) [2026-09-11T13:16:47.971Z] [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-11T13:16:47.977Z] [INFO] ✅ project test-register-store-662874 dashboard-ready (found after 0.3s) [2026-09-11T13:16:48.006Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-09-11T13:16:48.308Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-09-11T13:16:48.315Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-09-11T13:16:48.336Z] [INFO] Project 'test-register-store-662874' exists. [2026-09-11T13:16:48.353Z] [INFO] Grant project access to the model registry [2026-09-11T13:16:48.716Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1789132608380-tmvit6uyc.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789132608380-tmvit6uyc.yaml; exit $status [2026-09-11T13:16:48.752Z] [INFO] Command exit code: 0 [2026-09-11T13:16:48.842Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-09-11T13:16:48.845Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-09-11T13:16:48.875Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-09-11T13:16:48.915Z] [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-11T13:16:48.920Z] [INFO] Grep tags: ["@SmokeSet4"] - Registers models via model registry using object storage and URI [2026-09-11T13:16:48.983Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-09-11T13:16:48.985Z] [INFO] Test title: Registers a new version via versions view [2026-09-11T13:16:48.988Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-09-11T13:16:48.991Z] [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-11T13:16:48.995Z] [INFO] Grep tags: ["@SmokeSet4"] - Registers a new version via versions view [2026-09-11T13:16:49.023Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-09-11T13:16:49.025Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-09-11T13:16:49.028Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-09-11T13:16:49.031Z] [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-11T13:16:49.035Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-11T13:16:49.070Z] [INFO] [STEP 1] Log into the application [2026-09-11T13:16:49.083Z] [INFO] Navigate to: https://rh-ai.apps.e8639f3e16b6ea55ad21.prod.konflux-ocp-ci.dev/ [2026-09-11T13:16:51.029Z] [INFO] [STEP 2] Navigate to Model Registry [2026-09-11T13:16:51.161Z] [INFO] Navigate to: https://rh-ai.apps.e8639f3e16b6ea55ad21.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874 [2026-09-11T13:16:53.563Z] [INFO] [STEP 3] Click Register Model button [2026-09-11T13:16:54.122Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-09-11T13:16:54.175Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-09-11T13:16:54.389Z] [INFO] [STEP 6] Verify namespace selector appears [2026-09-11T13:16:54.423Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-09-11T13:16:55.081Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-09-11T13:16:55.106Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-09-11T13:16:55.179Z] [INFO] [STEP 10] Fill in model details [2026-09-11T13:16:57.271Z] [INFO] [STEP 11] Fill in transfer job name [2026-09-11T13:16:57.528Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-09-11T13:16:58.983Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-09-11T13:16:59.806Z] [INFO] [STEP 14] Verify submit button is enabled [2026-09-11T13:16:59.839Z] [INFO] [STEP 15] Submit the register and store form [2026-09-11T13:17:00.085Z] [INFO] [STEP 16] Verify transfer job started notification appears [2026-09-11T13:17:00.615Z] [INFO] [STEP 17] Verify transfer job and pod started in the backend [2026-09-11T13:17:00.654Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-transfer-job-662874) [2026-09-11T13:17:01.126Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-transfer-job-662874 --for=condition=PodScheduled pod --timeout=120s [2026-09-11T13:17:01.131Z] [INFO] oc wait stdout: pod/oci-transfer-job-662874-srpll condition met [2026-09-11T13:17:01.170Z] [INFO] [STEP 18] Verify navigation away from the registration form ✓ Registers and stores a model to an OCI destination (12292ms) [2026-09-11T13:17:01.447Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-09-11T13:17:01.450Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-09-11T13:17:01.453Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-09-11T13:17:01.457Z] [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-11T13:17:01.460Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-11T13:17:01.491Z] [INFO] [STEP 1] Log into the application [2026-09-11T13:17:01.504Z] [INFO] Navigate to: https://rh-ai.apps.e8639f3e16b6ea55ad21.prod.konflux-ocp-ci.dev/ [2026-09-11T13:17:02.162Z] [INFO] [STEP 2] Navigate to Model Registry [2026-09-11T13:17:02.181Z] [INFO] Navigate to: https://rh-ai.apps.e8639f3e16b6ea55ad21.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874 [2026-09-11T13:17:03.475Z] [INFO] [STEP 3] Click Register Model button [2026-09-11T13:17:03.862Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-09-11T13:17:03.905Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-09-11T13:17:04.064Z] [INFO] [STEP 6] Verify namespace selector appears [2026-09-11T13:17:04.152Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-09-11T13:17:04.782Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-09-11T13:17:04.882Z] [INFO] [STEP 9] Fill in model details [2026-09-11T13:17:06.738Z] [INFO] [STEP 10] Fill in transfer job name [2026-09-11T13:17:06.994Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-09-11T13:17:07.514Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-09-11T13:17:08.312Z] [INFO] [STEP 13] Verify submit button is enabled [2026-09-11T13:17:08.336Z] [INFO] [STEP 14] Submit the register and store form [2026-09-11T13:17:08.509Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-09-11T13:17:08.974Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-09-11T13:17:09.015Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job-662874) [2026-09-11T13:17:09.429Z] [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-11T13:17:09.459Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-662874-4mqmx condition met [2026-09-11T13:17:09.490Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-09-11T13:17:09.677Z] [INFO] [STEP 18] Navigate away from model registry before cleanup [2026-09-11T13:17:10.529Z] [INFO] [STEP 19] Clean up registered models from database [2026-09-11T13:17:10.924Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-09-11T13:17:10.991Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-09-11T13:17:11.764Z] [INFO] [EXEC] oc exec model-registry-db-662874-f958cd66c-mzsp4 -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-11T13:17:11.851Z] [INFO] Database cleanup completed successfully [2026-09-11T13:17:11.907Z] [INFO] [STEP 20] Delete the model registry [2026-09-11T13:17:12.042Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-09-11T13:17:12.638Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-09-11T13:17:12.642Z] [INFO] [STEP 21] Verify model registry is removed from the backend [2026-09-11T13:17:12.645Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-11T13:17:12.980Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-11T13:17:12.987Z] [INFO] [STEP 22] Delete the SQL database [2026-09-11T13:17:13.029Z] [INFO] Deleting model registry database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-09-11T13:17:13.349Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-09-11T13:17:13.425Z] [INFO] Database 'model-registry-db-662874' exists, proceeding with deletion... [2026-09-11T13:17:15.809Z] [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-11T13:17:15.853Z] [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-11T13:17:16.239Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-09-11T13:17:16.244Z] [INFO] Model registry database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-09-11T13:17:16.250Z] [INFO] [STEP 23] Delete the test project [2026-09-11T13:17:16.583Z] [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 (8192ms) 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, 20 seconds │ │ Spec Ran: modelRegistry/testRegisterModel.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/createRunDeletePipelineCustomPipMirror.cy.ts (4 of 6) [2026-09-11T13:17:20.572Z] [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-11T13:17:20.596Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (89ms) 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-11T13:17:23.900Z] [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-11T13:17:23.916Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (78ms) 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-11T13:17:27.222Z] [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-11T13:17:27.239Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (72ms) 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 98ms 4 - - 4 - │ │ on.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ modelRegistry/testCreateModelRegist 04:06 3 3 - - - │ │ ry.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ modelRegistry/testRegisterModel.cy. 01:20 4 2 - 2 - │ │ ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/createRunDeletePipelineCu 93ms 1 - - 1 - │ │ stomPipMirror.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/pipelines.cy.ts 82ms 1 - - 1 - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/testSchedulePipeline.cy.t 77ms 1 - - 1 - │ │ s │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 05:27 14 5 - 9 -