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-15T07:06:48.038Z] [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-15T07:06:48.225Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (397ms) 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-15T07:06:59.126Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-07-15T07:06:59.144Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-15T07:06:59.325Z] [INFO] Ensure operator has optimal memory for testing [2026-07-15T07:07:01.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-15T07:07:01.844Z] [INFO] Current operator memory limit: 512Mi [2026-07-15T07:07:01.933Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-07-15T07:07:02.934Z] [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-15T07:07:02.949Z] [INFO] Successfully patched operator memory to 1Gi [2026-07-15T07:07:15.457Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-07-15T07:07:15.542Z] [INFO] Operator rollout completed successfully [2026-07-15T07:07:15.630Z] [INFO] Create and verify SQL database for model registry [2026-07-15T07:07:15.654Z] [INFO] Create SQL database 'mysql-db-registry-1784099218646' for model registry [2026-07-15T07:07:15.729Z] [INFO] Creating SQL database 'mysql-db-registry-1784099218646' for model registry in namespace rhoai-model-registries [2026-07-15T07:07:16.636Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1784099218646 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-15T07:07:16.722Z] [INFO] Database 'mysql-db-registry-1784099218646' does not exist, proceeding with creation [2026-07-15T07:07:18.217Z] [INFO] [EXEC] oc apply -f /tmp/db-1784099236738.yaml [2026-07-15T07:07:18.720Z] [INFO] [EXEC] rm -f /tmp/db-1784099236738.yaml [2026-07-15T07:07:18.819Z] [INFO] Wait for model registry database 'mysql-db-registry-1784099218646' to be ready [2026-07-15T07:07:18.830Z] [INFO] Waiting for model registry database 'mysql-db-registry-1784099218646' to be ready... [2026-07-15T07:07:47.655Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-1784099218646 -n rhoai-model-registries --timeout=600s [2026-07-15T07:07:47.686Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-1784099218646 condition met [2026-07-15T07:07:47.704Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-15T07:07:47.727Z] [INFO] Create PostgreSQL database 'postgres-db-registry-1784099218646' for model registry [2026-07-15T07:07:47.742Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-1784099218646' for model registry in namespace rhoai-model-registries [2026-07-15T07:07:48.046Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1784099218646 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-15T07:07:48.067Z] [INFO] PostgreSQL database 'postgres-db-registry-1784099218646' does not exist, proceeding with creation [2026-07-15T07:07:48.651Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1784099268080.yaml [2026-07-15T07:07:48.867Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1784099268080.yaml [2026-07-15T07:07:48.938Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-1784099218646' to be ready [2026-07-15T07:07:48.943Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-1784099218646' to be ready... [2026-07-15T07:08:16.882Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-1784099218646 -n rhoai-model-registries --timeout=600s [2026-07-15T07:08:16.930Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-1784099218646 condition met [2026-07-15T07:08:17.028Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-15T07:08:17.031Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-15T07:08:17.036Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-15T07:08:17.040Z] [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-15T07:08:17.044Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T07:08:17.074Z] [INFO] [STEP 1] Login as an Admin [2026-07-15T07:08:17.122Z] [INFO] Navigate to: https://rh-ai.apps.15a1c09d-d748-459d-90a3-acd6e4361313.prod.konfluxeaas.com/ [2026-07-15T07:08:22.855Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-15T07:08:22.959Z] [INFO] Navigate to: https://rh-ai.apps.15a1c09d-d748-459d-90a3-acd6e4361313.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-15T07:08:35.729Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-07-15T07:08:39.042Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-15T07:09:05.770Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-15T07:09:05.859Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-15T07:09:06.463Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-15T07:09:06.621Z] [INFO] Command output: rhoai-model-registries e2e-test-registry True 27s [2026-07-15T07:09:06.630Z] [INFO] [STEP 6] Delete the model registry [2026-07-15T07:09:07.763Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-15T07:09:08.565Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-15T07:09:08.659Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-15T07:09:09.343Z] [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 (130609ms) [2026-07-15T07:09:09.662Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-15T07:09:09.664Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-15T07:09:09.670Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-15T07:09:09.674Z] [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-15T07:09:09.680Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T07:09:09.722Z] [INFO] [STEP 1] Login as an Admin [2026-07-15T07:09:09.740Z] [INFO] Navigate to: https://rh-ai.apps.15a1c09d-d748-459d-90a3-acd6e4361313.prod.konfluxeaas.com/ [2026-07-15T07:09:12.044Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-15T07:09:12.970Z] [INFO] Navigate to: https://rh-ai.apps.15a1c09d-d748-459d-90a3-acd6e4361313.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-15T07:09:23.649Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-07-15T07:09:27.254Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-15T07:09:53.450Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-15T07:09:53.521Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784099218646 [2026-07-15T07:09:54.122Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784099218646 [2026-07-15T07:09:54.237Z] [INFO] Command output: rhoai-model-registries postgres-registry-1784099218646 True 27s [2026-07-15T07:09:54.322Z] [INFO] [STEP 6] Delete the model registry [2026-07-15T07:09:55.832Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-15T07:09:56.946Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-15T07:09:57.039Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784099218646 [2026-07-15T07:09:57.832Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784099218646 ✓ Creates a model registry with PostgreSQL database and then deletes it (48359ms) [2026-07-15T07:09:58.262Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-15T07:09:58.265Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-15T07:09:58.272Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-15T07:09:58.278Z] [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-15T07:09:58.322Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T07:09:58.358Z] [INFO] [STEP 1] Login as an Admin [2026-07-15T07:09:58.446Z] [INFO] Navigate to: https://rh-ai.apps.15a1c09d-d748-459d-90a3-acd6e4361313.prod.konfluxeaas.com/ [2026-07-15T07:10:00.732Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-15T07:10:01.038Z] [INFO] Navigate to: https://rh-ai.apps.15a1c09d-d748-459d-90a3-acd6e4361313.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-15T07:10:18.844Z] [INFO] [STEP 3] Create a model registry with default database [2026-07-15T07:10:21.222Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-15T07:11:19.131Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-15T07:11:19.168Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1784099218646 [2026-07-15T07:11:19.756Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1784099218646 [2026-07-15T07:11:19.877Z] [INFO] Command output: rhoai-model-registries default-db-registry-1784099218646 True 58s [2026-07-15T07:11:19.948Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-07-15T07:11:20.019Z] [INFO] Waiting for default database 'default-db-registry-1784099218646' to be ready... [2026-07-15T07:11:20.558Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-1784099218646 -n rhoai-model-registries --timeout=600s [2026-07-15T07:11:20.622Z] [INFO] Default database wait result: deployment.apps/default-db-registry-1784099218646 condition met [2026-07-15T07:11:20.629Z] [INFO] Checking if default database 'default-db-registry-1784099218646' exists for registry 'default-db-registry-1784099218646' [2026-07-15T07:11:21.059Z] [INFO] [EXEC] oc get deployment default-db-registry-1784099218646 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-15T07:11:21.157Z] [INFO] Default database 'default-db-registry-1784099218646' exists and ready: true [2026-07-15T07:11:21.236Z] [INFO] [STEP 7] Delete the model registry with default database [2026-07-15T07:11:22.263Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-07-15T07:11:23.874Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-07-15T07:11:23.952Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1784099218646 [2026-07-15T07:11:24.645Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1784099218646 [2026-07-15T07:11:25.157Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-07-15T07:11:32.034Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-07-15T07:11:32.080Z] [INFO] Deleting model registry e2e-test-registry from namespace rhoai-model-registries [2026-07-15T07:11:32.629Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry -n rhoai-model-registries --timeout=240s [2026-07-15T07:11:32.671Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-07-15T07:11:32.738Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-15T07:11:33.348Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-15T07:11:33.394Z] [INFO] [STEP 13] Delete the MySQL database [2026-07-15T07:11:33.456Z] [INFO] Deleting model registry database 'mysql-db-registry-1784099218646' from namespace rhoai-model-registries [2026-07-15T07:11:33.853Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1784099218646 -n rhoai-model-registries [2026-07-15T07:11:33.929Z] [INFO] Database 'mysql-db-registry-1784099218646' exists, proceeding with deletion... [2026-07-15T07:11:35.607Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=mysql-db-registry-1784099218646 -n rhoai-model-registries --ignore-not-found=true [2026-07-15T07:11:35.655Z] [INFO] Delete command output: service "mysql-db-registry-1784099218646" deleted persistentvolumeclaim "mysql-db-registry-1784099218646" deleted deployment.apps "mysql-db-registry-1784099218646" deleted secret "mysql-db-registry-1784099218646" deleted [2026-07-15T07:11:36.030Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1784099218646 -n rhoai-model-registries [2026-07-15T07:11:36.036Z] [INFO] Model registry database 'mysql-db-registry-1784099218646' successfully deleted after 1 attempts [2026-07-15T07:11:36.041Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-07-15T07:11:36.080Z] [INFO] Deleting model registry postgres-registry-1784099218646 from namespace rhoai-model-registries [2026-07-15T07:11:36.438Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-1784099218646 -n rhoai-model-registries --timeout=240s [2026-07-15T07:11:36.442Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-07-15T07:11:36.446Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784099218646 [2026-07-15T07:11:37.021Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784099218646 [2026-07-15T07:11:37.065Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-07-15T07:11:37.069Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-1784099218646' from namespace rhoai-model-registries [2026-07-15T07:11:37.422Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1784099218646 -n rhoai-model-registries [2026-07-15T07:11:37.468Z] [INFO] PostgreSQL database 'postgres-db-registry-1784099218646' exists, proceeding with deletion... [2026-07-15T07:11:38.633Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=postgres-db-registry-1784099218646 -n rhoai-model-registries --ignore-not-found=true [2026-07-15T07:11:40.802Z] [INFO] Delete command output: service "postgres-db-registry-1784099218646" deleted persistentvolumeclaim "postgres-db-registry-1784099218646" deleted deployment.apps "postgres-db-registry-1784099218646" deleted secret "postgres-db-registry-1784099218646" deleted [2026-07-15T07:11:41.332Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1784099218646 -n rhoai-model-registries [2026-07-15T07:11:41.433Z] [INFO] PostgreSQL database 'postgres-db-registry-1784099218646' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (86592ms) 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, 42 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-07-15T07:11:45.083Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-07-15T07:11:45.093Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-15T07:11:45.128Z] [INFO] Ensure operator has optimal memory for testing [2026-07-15T07:11:45.427Z] [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-15T07:11:45.435Z] [INFO] Current operator memory limit: 1Gi [2026-07-15T07:11:45.440Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-07-15T07:11:45.448Z] [INFO] Create and verify SQL database for model registry [2026-07-15T07:11:45.451Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-07-15T07:11:45.454Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-07-15T07:11:45.853Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-15T07:11:45.859Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-07-15T07:11:46.368Z] [INFO] [EXEC] oc apply -f /tmp/db-1784099505863.yaml [2026-07-15T07:11:46.482Z] [INFO] [EXEC] rm -f /tmp/db-1784099505863.yaml [2026-07-15T07:11:46.491Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-07-15T07:11:46.496Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-07-15T07:12:18.438Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-07-15T07:12:18.456Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-07-15T07:12:18.467Z] [INFO] Create a model registry using YAML [2026-07-15T07:12:18.484Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-07-15T07:12:19.030Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784099538528-31wnzw2wj.yaml && rm -f /tmp/cypress-yaml-1784099538528-31wnzw2wj.yaml [2026-07-15T07:12:19.046Z] [INFO] Command exit code: 0 [2026-07-15T07:12:19.059Z] [INFO] Verify model registry is created [2026-07-15T07:12:19.063Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-15T07:12:19.428Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-15T07:12:19.435Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 1s [2026-07-15T07:12:19.441Z] [INFO] Wait for model registry to be in Available state [2026-07-15T07:12:19.458Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-07-15T07:12:34.830Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-07-15T07:12:34.938Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-07-15T07:12:45.033Z] [INFO] Create a project for register and store test [2026-07-15T07:12:45.056Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-15T07:12:45.657Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-15T07:12:45.731Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-07-15T07:12:45.756Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-07-15T07:12:45.824Z] [INFO] Creating project test-register-store-662874 [2026-07-15T07:12:46.534Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-07-15T07:12:46.983Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-07-15T07:12:47.038Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-15T07:12:47.386Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-15T07:12:47.427Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-07-15T07:12:47.435Z] [INFO] Project 'test-register-store-662874' exists. [2026-07-15T07:12:47.458Z] [INFO] Grant project access to the model registry [2026-07-15T07:12:47.942Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1784099567481-kad3wy8tr.yaml && rm -f /tmp/cypress-yaml-1784099567481-kad3wy8tr.yaml [2026-07-15T07:12:47.978Z] [INFO] Command exit code: 0 [2026-07-15T07:12:48.057Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-07-15T07:12:48.063Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-07-15T07:12:48.070Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-15T07:12:48.097Z] [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-15T07:12:48.147Z] [INFO] Grep tags: ["@SmokeSet4"] - Registers models via model registry using object storage and URI [2026-07-15T07:12:48.203Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-15T07:12:48.206Z] [INFO] Test title: Registers a new version via versions view [2026-07-15T07:12:48.210Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-15T07:12:48.218Z] [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-15T07:12:48.223Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T07:12:48.245Z] [INFO] [STEP 1] Log into the application [2026-07-15T07:12:48.254Z] [INFO] Navigate to: https://rh-ai.apps.15a1c09d-d748-459d-90a3-acd6e4361313.prod.konfluxeaas.com/ [2026-07-15T07:12:49.239Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-15T07:12:49.265Z] [INFO] Navigate to: https://rh-ai.apps.15a1c09d-d748-459d-90a3-acd6e4361313.prod.konfluxeaas.com/ai-hub/registry/test-model-registry-662874 [2026-07-15T07:12:54.072Z] [INFO] [STEP 3] Navigate to the first registered model [2026-07-15T07:13:04.559Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-15T07:13:04.563Z] [INFO] Test title: Registers a new version via versions view [2026-07-15T07:13:04.567Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-15T07:13:04.571Z] [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-15T07:13:04.575Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T07:13:04.599Z] [INFO] [STEP 1] Log into the application [2026-07-15T07:13:04.610Z] [INFO] Navigate to: https://rh-ai.apps.15a1c09d-d748-459d-90a3-acd6e4361313.prod.konfluxeaas.com/ [2026-07-15T07:13:08.202Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-15T07:13:09.153Z] [INFO] Navigate to: https://rh-ai.apps.15a1c09d-d748-459d-90a3-acd6e4361313.prod.konfluxeaas.com/ai-hub/registry/test-model-registry-662874 [2026-07-15T07:13:21.276Z] [INFO] [STEP 3] Navigate to the first registered model 1) Registers a new version via versions view [2026-07-15T07:13:31.733Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-15T07:13:31.736Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-15T07:13:31.739Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-15T07:13:31.742Z] [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-15T07:13:31.745Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T07:13:31.770Z] [INFO] [STEP 1] Log into the application [2026-07-15T07:13:31.778Z] [INFO] Navigate to: https://rh-ai.apps.15a1c09d-d748-459d-90a3-acd6e4361313.prod.konfluxeaas.com/ [2026-07-15T07:13:40.195Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-15T07:13:41.152Z] [INFO] Navigate to: https://rh-ai.apps.15a1c09d-d748-459d-90a3-acd6e4361313.prod.konfluxeaas.com/ai-hub/registry/test-model-registry-662874 [2026-07-15T07:13:54.206Z] [INFO] [STEP 3] Click Register Model button [2026-07-15T07:14:10.604Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-15T07:14:10.653Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-15T07:14:10.822Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-15T07:14:11.402Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-15T07:14:14.480Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-07-15T07:14:14.484Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-07-15T07:14:15.236Z] [INFO] [STEP 10] Fill in model details [2026-07-15T07:14:17.242Z] [INFO] [STEP 11] Fill in transfer job name [2026-07-15T07:14:17.513Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-07-15T07:14:19.108Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-07-15T07:14:20.009Z] [INFO] [STEP 14] Verify submit button is enabled [2026-07-15T07:14:20.063Z] [INFO] [STEP 15] Submit the register and store form [2026-07-15T07:14:20.248Z] [INFO] [STEP 16] Verify transfer job started notification appears [2026-07-15T07:14:21.175Z] [INFO] [STEP 17] Verify navigation away from the registration form ✓ Registers and stores a model to an OCI destination (49661ms) [2026-07-15T07:14:21.733Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-15T07:14:21.742Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-15T07:14:21.819Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-15T07:14:21.832Z] [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-15T07:14:21.847Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T07:14:21.885Z] [INFO] [STEP 1] Log into the application [2026-07-15T07:14:21.936Z] [INFO] Navigate to: https://rh-ai.apps.15a1c09d-d748-459d-90a3-acd6e4361313.prod.konfluxeaas.com/ [2026-07-15T07:14:29.030Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-15T07:14:29.961Z] [INFO] Navigate to: https://rh-ai.apps.15a1c09d-d748-459d-90a3-acd6e4361313.prod.konfluxeaas.com/ai-hub/registry/test-model-registry-662874 [2026-07-15T07:14:42.622Z] [INFO] [STEP 3] Click Register Model button [2026-07-15T07:14:58.524Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-15T07:14:58.568Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-15T07:14:58.725Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-15T07:14:58.862Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-15T07:15:01.278Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-07-15T07:15:01.926Z] [INFO] [STEP 9] Fill in model details [2026-07-15T07:15:04.107Z] [INFO] [STEP 10] Fill in transfer job name [2026-07-15T07:15:04.394Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-07-15T07:15:05.125Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-07-15T07:15:06.071Z] [INFO] [STEP 13] Verify submit button is enabled [2026-07-15T07:15:06.174Z] [INFO] [STEP 14] Submit the register and store form [2026-07-15T07:15:06.452Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-07-15T07:15:07.532Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-07-15T07:15:07.575Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job) [2026-07-15T07:15:08.011Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-uri-transfer-job --for=condition=PodScheduled pod --timeout=120s [2026-07-15T07:15:08.020Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-chs78 condition met [2026-07-15T07:15:08.029Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-07-15T07:15:08.129Z] [INFO] [STEP 18] Navigate away from model registry before cleanup [2026-07-15T07:15:13.985Z] [INFO] [STEP 19] Clean up registered models from database [2026-07-15T07:15:14.372Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-07-15T07:15:14.980Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-07-15T07:15:15.441Z] [INFO] [EXEC] oc exec model-registry-db-662874-864c6b9cc8-9nkh9 -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-15T07:15:15.447Z] [INFO] Database cleanup completed successfully [2026-07-15T07:15:15.450Z] [INFO] [STEP 20] Delete the model registry [2026-07-15T07:15:15.454Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-07-15T07:15:16.028Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-07-15T07:15:16.032Z] [INFO] [STEP 21] Verify model registry is removed from the backend [2026-07-15T07:15:16.035Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-15T07:15:16.456Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-15T07:15:16.462Z] [INFO] [STEP 22] Delete the SQL database [2026-07-15T07:15:16.465Z] [INFO] Deleting model registry database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-07-15T07:15:16.881Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-15T07:15:16.891Z] [INFO] Database 'model-registry-db-662874' exists, proceeding with deletion... [2026-07-15T07:15:18.755Z] [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-15T07:15:18.768Z] [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-15T07:15:19.019Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-15T07:15:19.027Z] [INFO] Model registry database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-07-15T07:15:19.034Z] [INFO] [STEP 23] Delete the test project [2026-07-15T07:15:19.379Z] [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 (46456ms) 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.15a1c09d-d748-459d-90a3-acd6e4361313.prod.konfluxeaas.com/ 3. Navigate to Model Registry 4. Navigate to: https://rh-ai.apps.15a1c09d-d748-459d-90a3-acd6e4361313.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-15T07:15:24.910Z] [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-15T07:15:24.934Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (161ms) 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-15T07:15:29.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-07-15T07:15:29.914Z] [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-07-15T07:15:33.573Z] [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-15T07:15:33.593Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (105ms) 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 472ms 4 - - 4 - │ │ on.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ modelRegistry/testCreateModelRegist 04:42 3 3 - - - │ │ ry.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ modelRegistry/testRegisterModel.cy. 03:34 4 2 1 1 - │ │ ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/createRunDeletePipelineCu 166ms 1 - - 1 - │ │ stomPipMirror.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/pipelines.cy.ts 82ms 1 - - 1 - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/testSchedulePipeline.cy.t 110ms 1 - - 1 - │ │ s │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✖ 1 of 6 failed (17%) 08:18 14 5 1 8 -