Warning: The allowCypressEnv configuration option is enabled. This allows any browser code to read values from Cypress.env(). This is insecure and will be removed in a future major version. 1. Replace Cypress.env() calls with cy.env() (for sensitive values) or Cypress.expose() (for public configuration) 2. Set allowCypressEnv: false in your Cypress configuration to disable Cypress.env() Learn more: https://on.cypress.io/cypress-env-migration @cypress/grep: filtering using tag(s) "@SmokeSet4" ================================================================================ (Run Starting) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Cypress: 15.17.0 │ │ Browser: Electron 138 (headless) │ │ Node Version: v22.22.0 (/usr/bin/node-22) │ │ Specs: 6 found (automl/testAutomlBinaryClassification.cy.ts, modelRegistry/testCreate │ │ ModelRegistry.cy.ts, modelRegistry/testRegisterModel.cy.ts, pipelines/createRu │ │ nDeletePipelineCustomPipMirror.cy.ts, pipelines/pipelines.cy.ts, pipelines/tes │ │ tSchedulePipeline.cy.ts) │ │ Searched: cypress/tests/e2e/automl/testAutomlBinaryClassification.cy.ts, cypress/tests/e │ │ 2e/modelRegistry/testCreateModelRegistry.cy.ts, cypress/tests/e2e/modelRegistr │ │ y/testRegisterModel.cy.ts, cypress/tests/e2e/pipelines/createRunDeletePipeline │ │ CustomPipMirror.cy.ts, cypress/tests/e2e/pipelines/pipelines.cy.ts, cypress/te │ │ sts/e2e/pipelines/testSchedulePipeline.cy.ts │ │ Experiments: experimentalInteractiveRunEvents=true,experimentalMemoryManagement=true │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Remove output folder /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: automl/testAutomlBinaryClassification.cy.ts (1 of 6) [2026-07-15T08:20:00.735Z] [INFO] Setting tests timeout to: 480 seconds AutoML Binary Classification E2E - Can create and submit an AutoML binary classification run - Verify binary classification run completes with leaderboard - Can interact with results page (leaderboard, model details, download) - Can open register model modal from model details [2026-07-15T08:20:00.842Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (389ms) 4 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 4 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: automl/testAutomlBinaryClassification.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testCreateModelRegistry.cy.ts (2 of 6) [2026-07-15T08:20:09.334Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-07-15T08:20:09.350Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-15T08:20:09.457Z] [INFO] Ensure operator has optimal memory for testing [2026-07-15T08:20:11.745Z] [INFO] [EXEC] oc get deployment model-registry-operator-controller-manager -n redhat-ods-applications -o jsonpath='{.spec.template.spec.containers[0].resources.limits.memory}' [2026-07-15T08:20:11.835Z] [INFO] Current operator memory limit: 512Mi [2026-07-15T08:20:11.935Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-07-15T08:20:12.737Z] [INFO] [EXEC] oc patch deployment model-registry-operator-controller-manager -n redhat-ods-applications -p '{"spec":{"template":{"spec":{"containers":[{"name":"manager","resources":{"limits":{"memory":"1Gi"}}}]}}}}' [2026-07-15T08:20:12.752Z] [INFO] Successfully patched operator memory to 1Gi [2026-07-15T08:20:27.854Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-07-15T08:20:27.953Z] [INFO] Operator rollout completed successfully [2026-07-15T08:20:28.044Z] [INFO] Create and verify SQL database for model registry [2026-07-15T08:20:28.138Z] [INFO] Create SQL database 'mysql-db-registry-1784103608958' for model registry [2026-07-15T08:20:28.156Z] [INFO] Creating SQL database 'mysql-db-registry-1784103608958' for model registry in namespace rhoai-model-registries [2026-07-15T08:20:28.939Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1784103608958 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-15T08:20:28.960Z] [INFO] Database 'mysql-db-registry-1784103608958' does not exist, proceeding with creation [2026-07-15T08:20:30.049Z] [INFO] [EXEC] oc apply -f /tmp/db-1784103629041.yaml [2026-07-15T08:20:30.367Z] [INFO] [EXEC] rm -f /tmp/db-1784103629041.yaml [2026-07-15T08:20:30.465Z] [INFO] Wait for model registry database 'mysql-db-registry-1784103608958' to be ready [2026-07-15T08:20:30.548Z] [INFO] Waiting for model registry database 'mysql-db-registry-1784103608958' to be ready... [2026-07-15T08:21:04.956Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-1784103608958 -n rhoai-model-registries --timeout=600s [2026-07-15T08:21:04.989Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-1784103608958 condition met [2026-07-15T08:21:05.036Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-15T08:21:05.058Z] [INFO] Create PostgreSQL database 'postgres-db-registry-1784103608958' for model registry [2026-07-15T08:21:05.064Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-1784103608958' for model registry in namespace rhoai-model-registries [2026-07-15T08:21:05.369Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1784103608958 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-15T08:21:05.447Z] [INFO] PostgreSQL database 'postgres-db-registry-1784103608958' does not exist, proceeding with creation [2026-07-15T08:21:05.975Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1784103665459.yaml [2026-07-15T08:21:06.152Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1784103665459.yaml [2026-07-15T08:21:06.185Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-1784103608958' to be ready [2026-07-15T08:21:06.235Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-1784103608958' to be ready... [2026-07-15T08:21:34.261Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-1784103608958 -n rhoai-model-registries --timeout=600s [2026-07-15T08:21:34.286Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-1784103608958 condition met [2026-07-15T08:21:34.392Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-15T08:21:34.435Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-15T08:21:34.441Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-15T08:21:34.447Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-15T08:21:34.452Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T08:21:34.483Z] [INFO] [STEP 1] Login as an Admin [2026-07-15T08:21:34.539Z] [INFO] Navigate to: https://rh-ai.apps.95dbc199-d6ec-4c82-a4ad-806103f7ba54.prod.konfluxeaas.com/ [2026-07-15T08:21:38.065Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-15T08:21:38.173Z] [INFO] Navigate to: https://rh-ai.apps.95dbc199-d6ec-4c82-a4ad-806103f7ba54.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-15T08:21:48.433Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-07-15T08:21:50.846Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-15T08:22:17.560Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-15T08:22:17.665Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-15T08:22:18.360Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-15T08:22:18.473Z] [INFO] Command output: rhoai-model-registries e2e-test-registry True 28s [2026-07-15T08:22:18.571Z] [INFO] [STEP 6] Delete the model registry [2026-07-15T08:22:19.881Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-15T08:22:20.858Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-15T08:22:21.083Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-15T08:22:21.870Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry ✓ Creates a model registry with mysql database and then deletes it (132813ms) [2026-07-15T08:22:22.340Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-15T08:22:22.343Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-15T08:22:22.348Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-15T08:22:22.353Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-15T08:22:22.360Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T08:22:22.454Z] [INFO] [STEP 1] Login as an Admin [2026-07-15T08:22:22.544Z] [INFO] Navigate to: https://rh-ai.apps.95dbc199-d6ec-4c82-a4ad-806103f7ba54.prod.konfluxeaas.com/ [2026-07-15T08:22:24.441Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-15T08:22:24.779Z] [INFO] Navigate to: https://rh-ai.apps.95dbc199-d6ec-4c82-a4ad-806103f7ba54.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-15T08:22:36.183Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-07-15T08:22:39.667Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-15T08:23:05.938Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-15T08:23:05.977Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784103608958 [2026-07-15T08:23:06.546Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784103608958 [2026-07-15T08:23:06.585Z] [INFO] Command output: rhoai-model-registries postgres-registry-1784103608958 True 27s [2026-07-15T08:23:06.656Z] [INFO] [STEP 6] Delete the model registry [2026-07-15T08:23:07.848Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-15T08:23:08.359Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-15T08:23:08.462Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784103608958 [2026-07-15T08:23:09.150Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784103608958 ✓ Creates a model registry with PostgreSQL database and then deletes it (47012ms) [2026-07-15T08:23:09.676Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-15T08:23:09.679Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-15T08:23:09.685Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-15T08:23:09.689Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-15T08:23:09.695Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T08:23:09.773Z] [INFO] [STEP 1] Login as an Admin [2026-07-15T08:23:09.841Z] [INFO] Navigate to: https://rh-ai.apps.95dbc199-d6ec-4c82-a4ad-806103f7ba54.prod.konfluxeaas.com/ [2026-07-15T08:23:10.334Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-15T08:23:10.557Z] [INFO] Navigate to: https://rh-ai.apps.95dbc199-d6ec-4c82-a4ad-806103f7ba54.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-15T08:23:19.368Z] [INFO] [STEP 3] Create a model registry with default database [2026-07-15T08:23:20.668Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-15T08:24:19.195Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-15T08:24:19.230Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1784103608958 [2026-07-15T08:24:19.570Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1784103608958 [2026-07-15T08:24:19.745Z] [INFO] Command output: rhoai-model-registries default-db-registry-1784103608958 True 59s [2026-07-15T08:24:19.787Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-07-15T08:24:19.862Z] [INFO] Waiting for default database 'default-db-registry-1784103608958' to be ready... [2026-07-15T08:24:20.282Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-1784103608958 -n rhoai-model-registries --timeout=600s [2026-07-15T08:24:20.319Z] [INFO] Default database wait result: deployment.apps/default-db-registry-1784103608958 condition met [2026-07-15T08:24:20.352Z] [INFO] Checking if default database 'default-db-registry-1784103608958' exists for registry 'default-db-registry-1784103608958' [2026-07-15T08:24:20.645Z] [INFO] [EXEC] oc get deployment default-db-registry-1784103608958 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-15T08:24:20.747Z] [INFO] Default database 'default-db-registry-1784103608958' exists and ready: true [2026-07-15T08:24:20.785Z] [INFO] [STEP 7] Delete the model registry with default database [2026-07-15T08:24:21.457Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-07-15T08:24:24.049Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-07-15T08:24:24.053Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1784103608958 [2026-07-15T08:24:24.485Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1784103608958 [2026-07-15T08:24:24.758Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-07-15T08:24:32.200Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-07-15T08:24:32.282Z] [INFO] Deleting model registry e2e-test-registry from namespace rhoai-model-registries [2026-07-15T08:24:32.968Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry -n rhoai-model-registries --timeout=240s [2026-07-15T08:24:32.973Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-07-15T08:24:33.076Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-15T08:24:33.981Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-15T08:24:34.090Z] [INFO] [STEP 13] Delete the MySQL database [2026-07-15T08:24:34.174Z] [INFO] Deleting model registry database 'mysql-db-registry-1784103608958' from namespace rhoai-model-registries [2026-07-15T08:24:34.579Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1784103608958 -n rhoai-model-registries [2026-07-15T08:24:34.587Z] [INFO] Database 'mysql-db-registry-1784103608958' exists, proceeding with deletion... [2026-07-15T08:24:37.556Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=mysql-db-registry-1784103608958 -n rhoai-model-registries --ignore-not-found=true [2026-07-15T08:24:38.876Z] [INFO] Delete command output: service "mysql-db-registry-1784103608958" deleted persistentvolumeclaim "mysql-db-registry-1784103608958" deleted deployment.apps "mysql-db-registry-1784103608958" deleted secret "mysql-db-registry-1784103608958" deleted [2026-07-15T08:24:39.656Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1784103608958 -n rhoai-model-registries [2026-07-15T08:24:39.873Z] [INFO] Model registry database 'mysql-db-registry-1784103608958' successfully deleted after 1 attempts [2026-07-15T08:24:40.042Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-07-15T08:24:40.160Z] [INFO] Deleting model registry postgres-registry-1784103608958 from namespace rhoai-model-registries [2026-07-15T08:24:40.879Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-1784103608958 -n rhoai-model-registries --timeout=240s [2026-07-15T08:24:41.036Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-07-15T08:24:41.143Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784103608958 [2026-07-15T08:24:41.850Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784103608958 [2026-07-15T08:24:42.063Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-07-15T08:24:42.266Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-1784103608958' from namespace rhoai-model-registries [2026-07-15T08:24:43.242Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1784103608958 -n rhoai-model-registries [2026-07-15T08:24:43.459Z] [INFO] PostgreSQL database 'postgres-db-registry-1784103608958' exists, proceeding with deletion... [2026-07-15T08:24:44.567Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=postgres-db-registry-1784103608958 -n rhoai-model-registries --ignore-not-found=true [2026-07-15T08:24:44.659Z] [INFO] Delete command output: service "postgres-db-registry-1784103608958" deleted persistentvolumeclaim "postgres-db-registry-1784103608958" deleted deployment.apps "postgres-db-registry-1784103608958" deleted secret "postgres-db-registry-1784103608958" deleted [2026-07-15T08:24:45.161Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1784103608958 -n rhoai-model-registries [2026-07-15T08:24:45.169Z] [INFO] PostgreSQL database 'postgres-db-registry-1784103608958' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (74974ms) 3 passing (5m) [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, 36 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-07-15T08:24:49.840Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-07-15T08:24:49.851Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-15T08:24:49.944Z] [INFO] Ensure operator has optimal memory for testing [2026-07-15T08:24:50.352Z] [INFO] [EXEC] oc get deployment model-registry-operator-controller-manager -n redhat-ods-applications -o jsonpath='{.spec.template.spec.containers[0].resources.limits.memory}' [2026-07-15T08:24:50.359Z] [INFO] Current operator memory limit: 1Gi [2026-07-15T08:24:50.364Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-07-15T08:24:50.372Z] [INFO] Create and verify SQL database for model registry [2026-07-15T08:24:50.377Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-07-15T08:24:50.380Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-07-15T08:24:50.843Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-15T08:24:50.851Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-07-15T08:24:51.374Z] [INFO] [EXEC] oc apply -f /tmp/db-1784103890854.yaml [2026-07-15T08:24:51.573Z] [INFO] [EXEC] rm -f /tmp/db-1784103890854.yaml [2026-07-15T08:24:51.644Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-07-15T08:24:51.649Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-07-15T08:25:24.732Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-07-15T08:25:24.749Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-07-15T08:25:24.761Z] [INFO] Create a model registry using YAML [2026-07-15T08:25:24.776Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-07-15T08:25:25.190Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784103924797-q053cmpoo.yaml && rm -f /tmp/cypress-yaml-1784103924797-q053cmpoo.yaml [2026-07-15T08:25:25.196Z] [INFO] Command exit code: 0 [2026-07-15T08:25:25.201Z] [INFO] Verify model registry is created [2026-07-15T08:25:25.216Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-15T08:25:25.676Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-15T08:25:25.683Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 0s [2026-07-15T08:25:25.736Z] [INFO] Wait for model registry to be in Available state [2026-07-15T08:25:25.751Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-07-15T08:25:40.116Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-07-15T08:25:40.146Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-07-15T08:25:50.174Z] [INFO] Create a project for register and store test [2026-07-15T08:25:50.201Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-15T08:25:50.447Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-15T08:25:50.457Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-07-15T08:25:50.463Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-07-15T08:25:50.475Z] [INFO] Creating project test-register-store-662874 [2026-07-15T08:25:50.825Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-07-15T08:25:51.286Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-07-15T08:25:51.307Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-15T08:25:51.674Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-15T08:25:51.681Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-07-15T08:25:51.709Z] [INFO] Project 'test-register-store-662874' exists. [2026-07-15T08:25:51.716Z] [INFO] Grant project access to the model registry [2026-07-15T08:25:52.063Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1784103951735-9pzww4d4r.yaml && rm -f /tmp/cypress-yaml-1784103951735-9pzww4d4r.yaml [2026-07-15T08:25:52.088Z] [INFO] Command exit code: 0 [2026-07-15T08:25:52.162Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-07-15T08:25:52.165Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-07-15T08:25:52.169Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-15T08:25:52.173Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-15T08:25:52.177Z] [INFO] Grep tags: ["@SmokeSet4"] - Registers models via model registry using object storage and URI [2026-07-15T08:25:52.241Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-15T08:25:52.247Z] [INFO] Test title: Registers a new version via versions view [2026-07-15T08:25:52.252Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-15T08:25:52.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","@AutoML","@AutoMLCI"] [2026-07-15T08:25:52.261Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T08:25:52.283Z] [INFO] [STEP 1] Log into the application [2026-07-15T08:25:52.290Z] [INFO] Navigate to: https://rh-ai.apps.95dbc199-d6ec-4c82-a4ad-806103f7ba54.prod.konfluxeaas.com/ [2026-07-15T08:25:53.673Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-15T08:25:53.719Z] [INFO] Navigate to: https://rh-ai.apps.95dbc199-d6ec-4c82-a4ad-806103f7ba54.prod.konfluxeaas.com/ai-hub/registry/test-model-registry-662874 [2026-07-15T08:26:03.940Z] [INFO] [STEP 3] Navigate to the first registered model [2026-07-15T08:26:14.841Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-15T08:26:14.844Z] [INFO] Test title: Registers a new version via versions view [2026-07-15T08:26:14.854Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-15T08:26:14.859Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-15T08:26:14.868Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T08:26:14.894Z] [INFO] [STEP 1] Log into the application [2026-07-15T08:26:14.941Z] [INFO] Navigate to: https://rh-ai.apps.95dbc199-d6ec-4c82-a4ad-806103f7ba54.prod.konfluxeaas.com/ [2026-07-15T08:26:20.175Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-15T08:26:21.351Z] [INFO] Navigate to: https://rh-ai.apps.95dbc199-d6ec-4c82-a4ad-806103f7ba54.prod.konfluxeaas.com/ai-hub/registry/test-model-registry-662874 [2026-07-15T08:26:35.954Z] [INFO] [STEP 3] Navigate to the first registered model 1) Registers a new version via versions view [2026-07-15T08:26:46.371Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-15T08:26:46.373Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-15T08:26:46.378Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-15T08:26:46.383Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-15T08:26:46.387Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T08:26:46.451Z] [INFO] [STEP 1] Log into the application [2026-07-15T08:26:46.461Z] [INFO] Navigate to: https://rh-ai.apps.95dbc199-d6ec-4c82-a4ad-806103f7ba54.prod.konfluxeaas.com/ [2026-07-15T08:26:52.964Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-15T08:26:53.017Z] [INFO] Navigate to: https://rh-ai.apps.95dbc199-d6ec-4c82-a4ad-806103f7ba54.prod.konfluxeaas.com/ai-hub/registry/test-model-registry-662874 [2026-07-15T08:27:08.408Z] [INFO] [STEP 3] Click Register Model button [2026-07-15T08:27:24.764Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-15T08:27:24.853Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-15T08:27:25.011Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-15T08:27:26.036Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-15T08:27:29.157Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-07-15T08:27:29.161Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-07-15T08:27:30.113Z] [INFO] [STEP 10] Fill in model details [2026-07-15T08:27:32.048Z] [INFO] [STEP 11] Fill in transfer job name [2026-07-15T08:27:32.298Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-07-15T08:27:33.816Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-07-15T08:27:34.693Z] [INFO] [STEP 14] Verify submit button is enabled [2026-07-15T08:27:34.779Z] [INFO] [STEP 15] Submit the register and store form [2026-07-15T08:27:34.974Z] [INFO] [STEP 16] Verify transfer job started notification appears [2026-07-15T08:27:35.497Z] [INFO] [STEP 17] Verify navigation away from the registration form ✓ Registers and stores a model to an OCI destination (49323ms) [2026-07-15T08:27:35.904Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-15T08:27:35.907Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-15T08:27:35.911Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-15T08:27:35.914Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-15T08:27:35.917Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T08:27:35.944Z] [INFO] [STEP 1] Log into the application [2026-07-15T08:27:35.955Z] [INFO] Navigate to: https://rh-ai.apps.95dbc199-d6ec-4c82-a4ad-806103f7ba54.prod.konfluxeaas.com/ [2026-07-15T08:27:41.180Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-15T08:27:41.344Z] [INFO] Navigate to: https://rh-ai.apps.95dbc199-d6ec-4c82-a4ad-806103f7ba54.prod.konfluxeaas.com/ai-hub/registry/test-model-registry-662874 [2026-07-15T08:27:49.537Z] [INFO] [STEP 3] Click Register Model button [2026-07-15T08:28:05.009Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-15T08:28:05.056Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-15T08:28:05.272Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-15T08:28:06.156Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-15T08:28:08.934Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-07-15T08:28:09.187Z] [INFO] [STEP 9] Fill in model details [2026-07-15T08:28:11.937Z] [INFO] [STEP 10] Fill in transfer job name [2026-07-15T08:28:12.303Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-07-15T08:28:13.037Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-07-15T08:28:14.537Z] [INFO] [STEP 13] Verify submit button is enabled [2026-07-15T08:28:14.594Z] [INFO] [STEP 14] Submit the register and store form [2026-07-15T08:28:14.849Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-07-15T08:28:15.064Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-07-15T08:28:15.111Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job) [2026-07-15T08:28:15.670Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-uri-transfer-job --for=condition=PodScheduled pod --timeout=120s [2026-07-15T08:28:15.678Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-ptk2v condition met [2026-07-15T08:28:15.686Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-07-15T08:28:15.942Z] [INFO] [STEP 18] Navigate away from model registry before cleanup [2026-07-15T08:28:16.779Z] [INFO] [STEP 19] Clean up registered models from database [2026-07-15T08:28:17.371Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-07-15T08:28:17.547Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-07-15T08:28:18.286Z] [INFO] [EXEC] oc exec model-registry-db-662874-864c6b9cc8-cbq8d -n rhoai-model-registries -- mysql -u *** -pTheBlurstOfTimes --database="model-registry" -e "DELETE cp FROM ContextProperty cp JOIN Context c ON cp.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874'); DELETE pc FROM ParentContext pc JOIN Context c ON pc.context_id = c.id OR pc.parent_context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874'); DELETE a FROM Association a JOIN Context c ON a.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874'); DELETE at FROM Attribution at JOIN Context c ON at.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874'); DELETE FROM Context WHERE name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874');" [2026-07-15T08:28:18.346Z] [INFO] Database cleanup completed successfully [2026-07-15T08:28:18.356Z] [INFO] [STEP 20] Delete the model registry [2026-07-15T08:28:18.368Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-07-15T08:28:18.968Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-07-15T08:28:18.973Z] [INFO] [STEP 21] Verify model registry is removed from the backend [2026-07-15T08:28:18.978Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-15T08:28:19.464Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-15T08:28:19.474Z] [INFO] [STEP 22] Delete the SQL database [2026-07-15T08:28:19.481Z] [INFO] Deleting model registry database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-07-15T08:28:19.962Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-15T08:28:19.995Z] [INFO] Database 'model-registry-db-662874' exists, proceeding with deletion... [2026-07-15T08:28:22.078Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=model-registry-db-662874 -n rhoai-model-registries --ignore-not-found=true [2026-07-15T08:28:23.536Z] [INFO] Delete command output: service "model-registry-db-662874" deleted persistentvolumeclaim "model-registry-db-662874" deleted deployment.apps "model-registry-db-662874" deleted secret "model-registry-db-662874" deleted [2026-07-15T08:28:24.052Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-15T08:28:24.076Z] [INFO] Model registry database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-07-15T08:28:24.086Z] [INFO] [STEP 23] Delete the test project [2026-07-15T08:28:24.440Z] [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 (39895ms) 2 passing (4m) 1 pending 1 failing 1) Verify models can be registered in a model registry Registers a new version via versions view: Test steps were: 1. Log into the application 2. Navigate to: https://rh-ai.apps.95dbc199-d6ec-4c82-a4ad-806103f7ba54.prod.konfluxeaas.com/ 3. Navigate to Model Registry 4. Navigate to: https://rh-ai.apps.95dbc199-d6ec-4c82-a4ad-806103f7ba54.prod.konfluxeaas.com/ai-hub/registry/test-model-registry-662874 5. Navigate to the first registered model Timed out retrying after 10000ms: Expected to find content: 'test-obj-model-662874' but never did. AssertionError: Timed out retrying after 10000ms: Expected to find content: 'test-obj-model-662874' but never did. at Context.eval (webpack://@odh-dashboard/cypress/./cypress/tests/e2e/modelRegistry/testRegisterModel.cy.ts:201:9) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_002.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 2 │ │ Failing: 1 │ │ Pending: 1 │ │ Skipped: 0 │ │ Screenshots: 2 │ │ Video: false │ │ Duration: 3 minutes, 34 seconds │ │ Spec Ran: modelRegistry/testRegisterModel.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1919x1079) istry/testRegisterModel.cy.ts/Verify models can be registered in a model registr y -- Registers a new version via versions view (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1919x1079) istry/testRegisterModel.cy.ts/Verify models can be registered in a model registr y -- Registers a new version via versions view (failed) (attempt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/createRunDeletePipelineCustomPipMirror.cy.ts (4 of 6) [2026-07-15T08:28:32.165Z] [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-07-15T08:28:32.241Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (228ms) 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-07-15T08:28:40.234Z] [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-07-15T08:28:40.251Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (277ms) 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-07-15T08:28:48.645Z] [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-07-15T08:28:48.658Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (227ms) 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" 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 398ms 4 - - 4 - │ │ on.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ modelRegistry/testCreateModelRegist 04:36 3 3 - - - │ │ ry.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ modelRegistry/testRegisterModel.cy. 03:34 4 2 1 1 - │ │ ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/createRunDeletePipelineCu 233ms 1 - - 1 - │ │ stomPipMirror.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/pipelines.cy.ts 284ms 1 - - 1 - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/testSchedulePipeline.cy.t 301ms 1 - - 1 - │ │ s │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✖ 1 of 6 failed (17%) 08:12 14 5 1 8 -