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:15:03.228Z] [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:15:03.433Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (611ms) 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:15:14.737Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-07-15T07:15:14.833Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-15T07:15:15.036Z] [INFO] Ensure operator has optimal memory for testing [2026-07-15T07:15:18.028Z] [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:15:18.052Z] [INFO] Current operator memory limit: 512Mi [2026-07-15T07:15:18.133Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-07-15T07:15:19.246Z] [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:15:19.342Z] [INFO] Successfully patched operator memory to 1Gi [2026-07-15T07:15:33.047Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-07-15T07:15:33.144Z] [INFO] Operator rollout completed successfully [2026-07-15T07:15:33.237Z] [INFO] Create and verify SQL database for model registry [2026-07-15T07:15:33.332Z] [INFO] Create SQL database 'mysql-db-registry-1784099714143' for model registry [2026-07-15T07:15:33.341Z] [INFO] Creating SQL database 'mysql-db-registry-1784099714143' for model registry in namespace rhoai-model-registries [2026-07-15T07:15:34.535Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1784099714143 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-15T07:15:34.640Z] [INFO] Database 'mysql-db-registry-1784099714143' does not exist, proceeding with creation [2026-07-15T07:15:35.735Z] [INFO] [EXEC] oc apply -f /tmp/db-1784099734656.yaml [2026-07-15T07:15:36.051Z] [INFO] [EXEC] rm -f /tmp/db-1784099734656.yaml [2026-07-15T07:15:36.068Z] [INFO] Wait for model registry database 'mysql-db-registry-1784099714143' to be ready [2026-07-15T07:15:36.143Z] [INFO] Waiting for model registry database 'mysql-db-registry-1784099714143' to be ready... [2026-07-15T07:16:09.248Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-1784099714143 -n rhoai-model-registries --timeout=600s [2026-07-15T07:16:09.270Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-1784099714143 condition met [2026-07-15T07:16:09.333Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-15T07:16:09.353Z] [INFO] Create PostgreSQL database 'postgres-db-registry-1784099714143' for model registry [2026-07-15T07:16:09.359Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-1784099714143' for model registry in namespace rhoai-model-registries [2026-07-15T07:16:09.664Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1784099714143 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-15T07:16:09.727Z] [INFO] PostgreSQL database 'postgres-db-registry-1784099714143' does not exist, proceeding with creation [2026-07-15T07:16:10.383Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1784099769738.yaml [2026-07-15T07:16:10.634Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1784099769738.yaml [2026-07-15T07:16:10.661Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-1784099714143' to be ready [2026-07-15T07:16:10.744Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-1784099714143' to be ready... [2026-07-15T07:16:38.511Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-1784099714143 -n rhoai-model-registries --timeout=600s [2026-07-15T07:16:38.521Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-1784099714143 condition met [2026-07-15T07:16:38.629Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-15T07:16:38.634Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-15T07:16:38.643Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-15T07:16:38.649Z] [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:16:38.655Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T07:16:38.734Z] [INFO] [STEP 1] Login as an Admin [2026-07-15T07:16:38.749Z] [INFO] Navigate to: https://rh-ai.apps.8eb76f94-f64b-4cdf-868f-009d36bed156.prod.konfluxeaas.com/ [2026-07-15T07:16:40.780Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-15T07:16:40.878Z] [INFO] Navigate to: https://rh-ai.apps.8eb76f94-f64b-4cdf-868f-009d36bed156.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-15T07:16:46.058Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-07-15T07:16:48.654Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-15T07:17:15.355Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-15T07:17:15.447Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-15T07:17:16.161Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-15T07:17:16.340Z] [INFO] Command output: rhoai-model-registries e2e-test-registry True 28s [2026-07-15T07:17:16.392Z] [INFO] [STEP 6] Delete the model registry [2026-07-15T07:17:17.755Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-15T07:17:18.548Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-15T07:17:18.651Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-15T07:17:19.542Z] [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 (125205ms) [2026-07-15T07:17:19.856Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-15T07:17:19.859Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-15T07:17:19.865Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-15T07:17:19.940Z] [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:17:19.946Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T07:17:19.975Z] [INFO] [STEP 1] Login as an Admin [2026-07-15T07:17:20.032Z] [INFO] Navigate to: https://rh-ai.apps.8eb76f94-f64b-4cdf-868f-009d36bed156.prod.konfluxeaas.com/ [2026-07-15T07:17:20.328Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-15T07:17:20.548Z] [INFO] Navigate to: https://rh-ai.apps.8eb76f94-f64b-4cdf-868f-009d36bed156.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-15T07:17:26.777Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-07-15T07:17:30.068Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-15T07:17:54.862Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-15T07:17:54.929Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784099714143 [2026-07-15T07:17:55.543Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784099714143 [2026-07-15T07:17:55.655Z] [INFO] Command output: rhoai-model-registries postgres-registry-1784099714143 True 25s [2026-07-15T07:17:55.664Z] [INFO] [STEP 6] Delete the model registry [2026-07-15T07:17:56.629Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-15T07:17:57.135Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-15T07:17:57.169Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784099714143 [2026-07-15T07:17:57.865Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784099714143 ✓ Creates a model registry with PostgreSQL database and then deletes it (38201ms) [2026-07-15T07:17:58.350Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-15T07:17:58.353Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-15T07:17:58.360Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-15T07:17:58.366Z] [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:17:58.372Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T07:17:58.444Z] [INFO] [STEP 1] Login as an Admin [2026-07-15T07:17:58.466Z] [INFO] Navigate to: https://rh-ai.apps.8eb76f94-f64b-4cdf-868f-009d36bed156.prod.konfluxeaas.com/ [2026-07-15T07:17:58.682Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-15T07:17:58.962Z] [INFO] Navigate to: https://rh-ai.apps.8eb76f94-f64b-4cdf-868f-009d36bed156.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-15T07:18:05.536Z] [INFO] [STEP 3] Create a model registry with default database [2026-07-15T07:18:07.359Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-15T07:19:04.436Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-15T07:19:04.469Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1784099714143 [2026-07-15T07:19:04.864Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1784099714143 [2026-07-15T07:19:04.928Z] [INFO] Command output: rhoai-model-registries default-db-registry-1784099714143 True 57s [2026-07-15T07:19:04.963Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-07-15T07:19:04.998Z] [INFO] Waiting for default database 'default-db-registry-1784099714143' to be ready... [2026-07-15T07:19:05.506Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-1784099714143 -n rhoai-model-registries --timeout=600s [2026-07-15T07:19:05.514Z] [INFO] Default database wait result: deployment.apps/default-db-registry-1784099714143 condition met [2026-07-15T07:19:05.559Z] [INFO] Checking if default database 'default-db-registry-1784099714143' exists for registry 'default-db-registry-1784099714143' [2026-07-15T07:19:06.079Z] [INFO] [EXEC] oc get deployment default-db-registry-1784099714143 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-15T07:19:06.155Z] [INFO] Default database 'default-db-registry-1784099714143' exists and ready: true [2026-07-15T07:19:06.229Z] [INFO] [STEP 7] Delete the model registry with default database [2026-07-15T07:19:07.240Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-07-15T07:19:08.851Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-07-15T07:19:08.927Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1784099714143 [2026-07-15T07:19:09.548Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1784099714143 [2026-07-15T07:19:09.939Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-07-15T07:19:11.441Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-07-15T07:19:11.487Z] [INFO] Deleting model registry e2e-test-registry from namespace rhoai-model-registries [2026-07-15T07:19:12.247Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry -n rhoai-model-registries --timeout=240s [2026-07-15T07:19:12.347Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-07-15T07:19:12.463Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-15T07:19:13.256Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-15T07:19:13.263Z] [INFO] [STEP 13] Delete the MySQL database [2026-07-15T07:19:13.375Z] [INFO] Deleting model registry database 'mysql-db-registry-1784099714143' from namespace rhoai-model-registries [2026-07-15T07:19:14.029Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1784099714143 -n rhoai-model-registries [2026-07-15T07:19:14.159Z] [INFO] Database 'mysql-db-registry-1784099714143' exists, proceeding with deletion... [2026-07-15T07:19:16.778Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=mysql-db-registry-1784099714143 -n rhoai-model-registries --ignore-not-found=true [2026-07-15T07:19:17.244Z] [INFO] Delete command output: service "mysql-db-registry-1784099714143" deleted persistentvolumeclaim "mysql-db-registry-1784099714143" deleted deployment.apps "mysql-db-registry-1784099714143" deleted secret "mysql-db-registry-1784099714143" deleted [2026-07-15T07:19:18.048Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1784099714143 -n rhoai-model-registries [2026-07-15T07:19:18.536Z] [INFO] Model registry database 'mysql-db-registry-1784099714143' successfully deleted after 1 attempts [2026-07-15T07:19:18.736Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-07-15T07:19:18.852Z] [INFO] Deleting model registry postgres-registry-1784099714143 from namespace rhoai-model-registries [2026-07-15T07:19:19.775Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-1784099714143 -n rhoai-model-registries --timeout=240s [2026-07-15T07:19:19.838Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-07-15T07:19:19.949Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784099714143 [2026-07-15T07:19:20.666Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784099714143 [2026-07-15T07:19:20.736Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-07-15T07:19:20.829Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-1784099714143' from namespace rhoai-model-registries [2026-07-15T07:19:21.452Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1784099714143 -n rhoai-model-registries [2026-07-15T07:19:21.545Z] [INFO] PostgreSQL database 'postgres-db-registry-1784099714143' exists, proceeding with deletion... [2026-07-15T07:19:23.655Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=postgres-db-registry-1784099714143 -n rhoai-model-registries --ignore-not-found=true [2026-07-15T07:19:23.767Z] [INFO] Delete command output: service "postgres-db-registry-1784099714143" deleted persistentvolumeclaim "postgres-db-registry-1784099714143" deleted deployment.apps "postgres-db-registry-1784099714143" deleted secret "postgres-db-registry-1784099714143" deleted [2026-07-15T07:19:24.262Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1784099714143 -n rhoai-model-registries [2026-07-15T07:19:24.371Z] [INFO] PostgreSQL database 'postgres-db-registry-1784099714143' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (71403ms) 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, 10 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-07-15T07:19:30.670Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-07-15T07:19:30.732Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-15T07:19:30.833Z] [INFO] Ensure operator has optimal memory for testing [2026-07-15T07:19:31.358Z] [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:19:31.367Z] [INFO] Current operator memory limit: 1Gi [2026-07-15T07:19:31.371Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-07-15T07:19:31.436Z] [INFO] Create and verify SQL database for model registry [2026-07-15T07:19:31.440Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-07-15T07:19:31.444Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-07-15T07:19:31.971Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-15T07:19:32.032Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-07-15T07:19:32.684Z] [INFO] [EXEC] oc apply -f /tmp/db-1784099972035.yaml [2026-07-15T07:19:32.944Z] [INFO] [EXEC] rm -f /tmp/db-1784099972035.yaml [2026-07-15T07:19:32.957Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-07-15T07:19:32.963Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-07-15T07:20:07.841Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-07-15T07:20:07.935Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-07-15T07:20:07.947Z] [INFO] Create a model registry using YAML [2026-07-15T07:20:07.965Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-07-15T07:20:08.574Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784100008029-2vj9pcoeq.yaml && rm -f /tmp/cypress-yaml-1784100008029-2vj9pcoeq.yaml [2026-07-15T07:20:08.589Z] [INFO] Command exit code: 0 [2026-07-15T07:20:08.627Z] [INFO] Verify model registry is created [2026-07-15T07:20:08.640Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-15T07:20:09.148Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-15T07:20:09.242Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 1s [2026-07-15T07:20:09.250Z] [INFO] Wait for model registry to be in Available state [2026-07-15T07:20:09.266Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-07-15T07:20:25.256Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-07-15T07:20:25.337Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-07-15T07:20:35.360Z] [INFO] Create a project for register and store test [2026-07-15T07:20:35.377Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-15T07:20:35.755Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-15T07:20:35.783Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-07-15T07:20:35.842Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-07-15T07:20:35.941Z] [INFO] Creating project test-register-store-662874 [2026-07-15T07:20:36.412Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-07-15T07:20:36.875Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-07-15T07:20:36.881Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-15T07:20:37.365Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-15T07:20:37.371Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-07-15T07:20:37.432Z] [INFO] Project 'test-register-store-662874' exists. [2026-07-15T07:20:37.467Z] [INFO] Grant project access to the model registry [2026-07-15T07:20:37.813Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1784100037549-uogjhccj9.yaml && rm -f /tmp/cypress-yaml-1784100037549-uogjhccj9.yaml [2026-07-15T07:20:37.827Z] [INFO] Command exit code: 0 [2026-07-15T07:20:37.862Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-07-15T07:20:37.866Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-07-15T07:20:37.872Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-15T07:20:37.895Z] [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:20:37.931Z] [INFO] Grep tags: ["@SmokeSet4"] - Registers models via model registry using object storage and URI [2026-07-15T07:20:37.987Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-15T07:20:38.029Z] [INFO] Test title: Registers a new version via versions view [2026-07-15T07:20:38.036Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-15T07:20:38.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:20:38.045Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T07:20:38.069Z] [INFO] [STEP 1] Log into the application [2026-07-15T07:20:38.079Z] [INFO] Navigate to: https://rh-ai.apps.8eb76f94-f64b-4cdf-868f-009d36bed156.prod.konfluxeaas.com/ [2026-07-15T07:20:39.889Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-15T07:20:39.961Z] [INFO] Navigate to: https://rh-ai.apps.8eb76f94-f64b-4cdf-868f-009d36bed156.prod.konfluxeaas.com/ai-hub/registry/test-model-registry-662874 [2026-07-15T07:20:44.971Z] [INFO] [STEP 3] Navigate to the first registered model [2026-07-15T07:20:55.929Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-15T07:20:55.933Z] [INFO] Test title: Registers a new version via versions view [2026-07-15T07:20:55.938Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-15T07:20:55.943Z] [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:20:55.949Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T07:20:55.973Z] [INFO] [STEP 1] Log into the application [2026-07-15T07:20:56.031Z] [INFO] Navigate to: https://rh-ai.apps.8eb76f94-f64b-4cdf-868f-009d36bed156.prod.konfluxeaas.com/ [2026-07-15T07:20:56.248Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-15T07:20:56.541Z] [INFO] Navigate to: https://rh-ai.apps.8eb76f94-f64b-4cdf-868f-009d36bed156.prod.konfluxeaas.com/ai-hub/registry/test-model-registry-662874 [2026-07-15T07:21:01.952Z] [INFO] [STEP 3] Navigate to the first registered model 1) Registers a new version via versions view [2026-07-15T07:21:12.564Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-15T07:21:12.567Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-15T07:21:12.572Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-15T07:21:12.576Z] [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:21:12.580Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T07:21:12.630Z] [INFO] [STEP 1] Log into the application [2026-07-15T07:21:12.640Z] [INFO] Navigate to: https://rh-ai.apps.8eb76f94-f64b-4cdf-868f-009d36bed156.prod.konfluxeaas.com/ [2026-07-15T07:21:13.690Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-15T07:21:13.749Z] [INFO] Navigate to: https://rh-ai.apps.8eb76f94-f64b-4cdf-868f-009d36bed156.prod.konfluxeaas.com/ai-hub/registry/test-model-registry-662874 [2026-07-15T07:21:20.680Z] [INFO] [STEP 3] Click Register Model button [2026-07-15T07:21:31.442Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-15T07:21:31.490Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-15T07:21:31.666Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-15T07:21:31.985Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-15T07:21:34.962Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-07-15T07:21:34.990Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-07-15T07:21:35.746Z] [INFO] [STEP 10] Fill in model details [2026-07-15T07:21:37.883Z] [INFO] [STEP 11] Fill in transfer job name [2026-07-15T07:21:38.198Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-07-15T07:21:40.401Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-07-15T07:21:41.455Z] [INFO] [STEP 14] Verify submit button is enabled [2026-07-15T07:21:41.529Z] [INFO] [STEP 15] Submit the register and store form [2026-07-15T07:21:41.748Z] [INFO] [STEP 16] Verify transfer job started notification appears [2026-07-15T07:21:43.247Z] [INFO] [STEP 17] Verify navigation away from the registration form ✓ Registers and stores a model to an OCI destination (30976ms) [2026-07-15T07:21:43.865Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-15T07:21:43.868Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-15T07:21:43.873Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-15T07:21:43.877Z] [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:21:43.941Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T07:21:43.979Z] [INFO] [STEP 1] Log into the application [2026-07-15T07:21:44.041Z] [INFO] Navigate to: https://rh-ai.apps.8eb76f94-f64b-4cdf-868f-009d36bed156.prod.konfluxeaas.com/ [2026-07-15T07:21:45.362Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-15T07:21:46.625Z] [INFO] Navigate to: https://rh-ai.apps.8eb76f94-f64b-4cdf-868f-009d36bed156.prod.konfluxeaas.com/ai-hub/registry/test-model-registry-662874 [2026-07-15T07:21:51.480Z] [INFO] [STEP 3] Click Register Model button [2026-07-15T07:22:00.109Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-15T07:22:00.152Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-15T07:22:00.336Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-15T07:22:01.141Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-15T07:22:04.393Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-07-15T07:22:04.901Z] [INFO] [STEP 9] Fill in model details [2026-07-15T07:22:07.231Z] [INFO] [STEP 10] Fill in transfer job name [2026-07-15T07:22:07.546Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-07-15T07:22:08.254Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-07-15T07:22:09.154Z] [INFO] [STEP 13] Verify submit button is enabled [2026-07-15T07:22:09.198Z] [INFO] [STEP 14] Submit the register and store form [2026-07-15T07:22:09.412Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-07-15T07:22:10.365Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-07-15T07:22:10.413Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job) [2026-07-15T07:22:10.855Z] [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:22:10.865Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-dv44l condition met [2026-07-15T07:22:10.872Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-07-15T07:22:11.051Z] [INFO] [STEP 18] Navigate away from model registry before cleanup [2026-07-15T07:22:11.776Z] [INFO] [STEP 19] Clean up registered models from database [2026-07-15T07:22:12.177Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-07-15T07:22:12.835Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-07-15T07:22:13.376Z] [INFO] [EXEC] oc exec model-registry-db-662874-864c6b9cc8-s4dmw -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:22:13.382Z] [INFO] Database cleanup completed successfully [2026-07-15T07:22:13.386Z] [INFO] [STEP 20] Delete the model registry [2026-07-15T07:22:13.389Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-07-15T07:22:13.989Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-07-15T07:22:13.993Z] [INFO] [STEP 21] Verify model registry is removed from the backend [2026-07-15T07:22:13.996Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-15T07:22:14.356Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-15T07:22:14.363Z] [INFO] [STEP 22] Delete the SQL database [2026-07-15T07:22:14.366Z] [INFO] Deleting model registry database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-07-15T07:22:14.737Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-15T07:22:14.747Z] [INFO] Database 'model-registry-db-662874' exists, proceeding with deletion... [2026-07-15T07:22:17.843Z] [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:22:17.852Z] [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:22:18.343Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-15T07:22:18.351Z] [INFO] Model registry database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-07-15T07:22:18.358Z] [INFO] [STEP 23] Delete the test project [2026-07-15T07:22:18.973Z] [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 (27205ms) 2 passing (3m) 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.8eb76f94-f64b-4cdf-868f-009d36bed156.prod.konfluxeaas.com/ 3. Navigate to Model Registry 4. Navigate to: https://rh-ai.apps.8eb76f94-f64b-4cdf-868f-009d36bed156.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: 2 minutes, 48 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:22:28.864Z] [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:22:28.933Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (202ms) 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:22:36.754Z] [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:22:36.836Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (266ms) 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:22:43.144Z] [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:22:43.254Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (365ms) 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 696ms 4 - - 4 - │ │ on.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ modelRegistry/testCreateModelRegist 04:10 3 3 - - - │ │ ry.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ modelRegistry/testRegisterModel.cy. 02:48 4 2 1 1 - │ │ ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/createRunDeletePipelineCu 206ms 1 - - 1 - │ │ stomPipMirror.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/pipelines.cy.ts 209ms 1 - - 1 - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/testSchedulePipeline.cy.t 370ms 1 - - 1 - │ │ s │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✖ 1 of 6 failed (17%) 07:00 14 5 1 8 -