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-12T19:13:00.142Z] [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-12T19:13:00.348Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (589ms) 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-12T19:13:11.172Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-07-12T19:13:11.264Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-12T19:13:11.366Z] [INFO] Ensure operator has optimal memory for testing [2026-07-12T19:13:14.262Z] [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-12T19:13:14.354Z] [INFO] Current operator memory limit: 512Mi [2026-07-12T19:13:14.362Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-07-12T19:13:15.354Z] [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-12T19:13:15.364Z] [INFO] Successfully patched operator memory to 1Gi [2026-07-12T19:13:28.059Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-07-12T19:13:28.158Z] [INFO] Operator rollout completed successfully [2026-07-12T19:13:28.250Z] [INFO] Create and verify SQL database for model registry [2026-07-12T19:13:28.343Z] [INFO] Create SQL database 'mysql-db-registry-1783883590851' for model registry [2026-07-12T19:13:28.349Z] [INFO] Creating SQL database 'mysql-db-registry-1783883590851' for model registry in namespace rhoai-model-registries [2026-07-12T19:13:29.273Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1783883590851 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-12T19:13:29.348Z] [INFO] Database 'mysql-db-registry-1783883590851' does not exist, proceeding with creation [2026-07-12T19:13:30.753Z] [INFO] [EXEC] oc apply -f /tmp/db-1783883609365.yaml [2026-07-12T19:13:31.344Z] [INFO] [EXEC] rm -f /tmp/db-1783883609365.yaml [2026-07-12T19:13:31.451Z] [INFO] Wait for model registry database 'mysql-db-registry-1783883590851' to be ready [2026-07-12T19:13:31.471Z] [INFO] Waiting for model registry database 'mysql-db-registry-1783883590851' to be ready... [2026-07-12T19:13:58.576Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-1783883590851 -n rhoai-model-registries --timeout=600s [2026-07-12T19:13:58.599Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-1783883590851 condition met [2026-07-12T19:13:58.610Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-12T19:13:58.653Z] [INFO] Create PostgreSQL database 'postgres-db-registry-1783883590851' for model registry [2026-07-12T19:13:58.674Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-1783883590851' for model registry in namespace rhoai-model-registries [2026-07-12T19:13:59.184Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1783883590851 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-12T19:13:59.201Z] [INFO] PostgreSQL database 'postgres-db-registry-1783883590851' does not exist, proceeding with creation [2026-07-12T19:14:00.165Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1783883639269.yaml [2026-07-12T19:14:00.350Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1783883639269.yaml [2026-07-12T19:14:00.384Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-1783883590851' to be ready [2026-07-12T19:14:00.391Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-1783883590851' to be ready... [2026-07-12T19:14:27.756Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-1783883590851 -n rhoai-model-registries --timeout=600s [2026-07-12T19:14:27.796Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-1783883590851 condition met [2026-07-12T19:14:27.877Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-12T19:14:27.886Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-12T19:14:27.944Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-12T19:14:27.960Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492"] [2026-07-12T19:14:27.966Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T19:14:28.054Z] [INFO] [STEP 1] Login as an Admin [2026-07-12T19:14:28.069Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-12T19:14:28.595Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T19:14:31.451Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-12T19:14:31.572Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-12T19:14:33.854Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-07-12T19:14:35.646Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-12T19:15:03.467Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-12T19:15:03.497Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-12T19:15:03.977Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-12T19:15:04.051Z] [INFO] Command output: rhoai-model-registries e2e-test-registry True 28s [2026-07-12T19:15:04.060Z] [INFO] [STEP 6] Delete the model registry [2026-07-12T19:15:05.047Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-12T19:15:05.304Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-12T19:15:05.371Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-12T19:15:06.073Z] [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 (115120ms) [2026-07-12T19:15:06.363Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-12T19:15:06.366Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-12T19:15:06.371Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-12T19:15:06.377Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492"] [2026-07-12T19:15:06.382Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T19:15:06.455Z] [INFO] [STEP 1] Login as an Admin [2026-07-12T19:15:06.472Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-12T19:15:06.747Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T19:15:07.785Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-12T19:15:07.874Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-12T19:15:09.251Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-07-12T19:15:11.566Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-12T19:15:38.972Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-12T19:15:39.001Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783883590851 [2026-07-12T19:15:39.689Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783883590851 [2026-07-12T19:15:39.746Z] [INFO] Command output: rhoai-model-registries postgres-registry-1783883590851 True 28s [2026-07-12T19:15:39.776Z] [INFO] [STEP 6] Delete the model registry [2026-07-12T19:15:40.699Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-12T19:15:41.252Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-12T19:15:41.287Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783883590851 [2026-07-12T19:15:41.974Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783883590851 ✓ Creates a model registry with PostgreSQL database and then deletes it (35781ms) [2026-07-12T19:15:42.190Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-12T19:15:42.193Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-12T19:15:42.197Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-12T19:15:42.202Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492"] [2026-07-12T19:15:42.248Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T19:15:42.276Z] [INFO] [STEP 1] Login as an Admin [2026-07-12T19:15:42.343Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-12T19:15:42.544Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T19:15:43.548Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-12T19:15:43.746Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-12T19:15:45.108Z] [INFO] [STEP 3] Create a model registry with default database [2026-07-12T19:15:45.909Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-12T19:16:44.989Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-12T19:16:45.066Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1783883590851 [2026-07-12T19:16:45.753Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1783883590851 [2026-07-12T19:16:45.761Z] [INFO] Command output: rhoai-model-registries default-db-registry-1783883590851 True 60s [2026-07-12T19:16:45.791Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-07-12T19:16:45.865Z] [INFO] Waiting for default database 'default-db-registry-1783883590851' to be ready... [2026-07-12T19:16:46.653Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-1783883590851 -n rhoai-model-registries --timeout=600s [2026-07-12T19:16:46.753Z] [INFO] Default database wait result: deployment.apps/default-db-registry-1783883590851 condition met [2026-07-12T19:16:46.781Z] [INFO] Checking if default database 'default-db-registry-1783883590851' exists for registry 'default-db-registry-1783883590851' [2026-07-12T19:16:47.395Z] [INFO] [EXEC] oc get deployment default-db-registry-1783883590851 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-12T19:16:47.548Z] [INFO] Default database 'default-db-registry-1783883590851' exists and ready: true [2026-07-12T19:16:47.578Z] [INFO] [STEP 7] Delete the model registry with default database [2026-07-12T19:16:48.851Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-07-12T19:16:49.463Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-07-12T19:16:49.499Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1783883590851 [2026-07-12T19:16:50.185Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1783883590851 [2026-07-12T19:16:50.567Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-07-12T19:16:50.976Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-07-12T19:16:51.065Z] [INFO] Deleting model registry e2e-test-registry from namespace rhoai-model-registries [2026-07-12T19:16:51.851Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry -n rhoai-model-registries --timeout=240s [2026-07-12T19:16:51.856Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-07-12T19:16:51.893Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-12T19:16:52.585Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-12T19:16:52.592Z] [INFO] [STEP 13] Delete the MySQL database [2026-07-12T19:16:52.650Z] [INFO] Deleting model registry database 'mysql-db-registry-1783883590851' from namespace rhoai-model-registries [2026-07-12T19:16:52.974Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1783883590851 -n rhoai-model-registries [2026-07-12T19:16:53.009Z] [INFO] Database 'mysql-db-registry-1783883590851' exists, proceeding with deletion... [2026-07-12T19:16:55.066Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=mysql-db-registry-1783883590851 -n rhoai-model-registries --ignore-not-found=true [2026-07-12T19:16:55.074Z] [INFO] Delete command output: service "mysql-db-registry-1783883590851" deleted persistentvolumeclaim "mysql-db-registry-1783883590851" deleted deployment.apps "mysql-db-registry-1783883590851" deleted secret "mysql-db-registry-1783883590851" deleted [2026-07-12T19:16:55.494Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1783883590851 -n rhoai-model-registries [2026-07-12T19:16:55.500Z] [INFO] Model registry database 'mysql-db-registry-1783883590851' successfully deleted after 1 attempts [2026-07-12T19:16:55.508Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-07-12T19:16:55.551Z] [INFO] Deleting model registry postgres-registry-1783883590851 from namespace rhoai-model-registries [2026-07-12T19:16:56.072Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-1783883590851 -n rhoai-model-registries --timeout=240s [2026-07-12T19:16:56.078Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-07-12T19:16:56.112Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783883590851 [2026-07-12T19:16:56.499Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783883590851 [2026-07-12T19:16:56.505Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-07-12T19:16:56.509Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-1783883590851' from namespace rhoai-model-registries [2026-07-12T19:16:56.852Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1783883590851 -n rhoai-model-registries [2026-07-12T19:16:56.860Z] [INFO] PostgreSQL database 'postgres-db-registry-1783883590851' exists, proceeding with deletion... [2026-07-12T19:16:58.432Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=postgres-db-registry-1783883590851 -n rhoai-model-registries --ignore-not-found=true [2026-07-12T19:16:58.442Z] [INFO] Delete command output: service "postgres-db-registry-1783883590851" deleted persistentvolumeclaim "postgres-db-registry-1783883590851" deleted deployment.apps "postgres-db-registry-1783883590851" deleted secret "postgres-db-registry-1783883590851" deleted [2026-07-12T19:16:58.843Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1783883590851 -n rhoai-model-registries [2026-07-12T19:16:58.884Z] [INFO] PostgreSQL database 'postgres-db-registry-1783883590851' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (68095ms) 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: 3 minutes, 48 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-07-12T19:17:03.241Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-07-12T19:17:03.253Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-12T19:17:03.289Z] [INFO] Ensure operator has optimal memory for testing [2026-07-12T19:17:03.750Z] [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-12T19:17:03.757Z] [INFO] Current operator memory limit: 1Gi [2026-07-12T19:17:03.760Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-07-12T19:17:03.769Z] [INFO] Create and verify SQL database for model registry [2026-07-12T19:17:03.772Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-07-12T19:17:03.775Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-07-12T19:17:04.349Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-12T19:17:04.356Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-07-12T19:17:05.266Z] [INFO] [EXEC] oc apply -f /tmp/db-1783883824360.yaml [2026-07-12T19:17:05.379Z] [INFO] [EXEC] rm -f /tmp/db-1783883824360.yaml [2026-07-12T19:17:05.390Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-07-12T19:17:05.395Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-07-12T19:17:32.455Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-07-12T19:17:32.475Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-07-12T19:17:32.487Z] [INFO] Create a model registry using YAML [2026-07-12T19:17:32.504Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-07-12T19:17:33.754Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783883852560-icge0esxu.yaml && rm -f /tmp/cypress-yaml-1783883852560-icge0esxu.yaml [2026-07-12T19:17:33.846Z] [INFO] Command exit code: 0 [2026-07-12T19:17:33.950Z] [INFO] Verify model registry is created [2026-07-12T19:17:33.968Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-12T19:17:34.954Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-12T19:17:34.962Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 1s [2026-07-12T19:17:34.981Z] [INFO] Wait for model registry to be in Available state [2026-07-12T19:17:35.046Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-07-12T19:17:53.036Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-07-12T19:17:53.058Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-07-12T19:18:03.086Z] [INFO] Create a project for register and store test [2026-07-12T19:18:03.090Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-12T19:18:03.652Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-12T19:18:03.749Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-07-12T19:18:03.850Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-07-12T19:18:03.866Z] [INFO] Creating project test-register-store-662874 [2026-07-12T19:18:04.357Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-07-12T19:18:04.799Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-07-12T19:18:04.807Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-12T19:18:05.268Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-12T19:18:05.275Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-07-12T19:18:05.317Z] [INFO] Project 'test-register-store-662874' exists. [2026-07-12T19:18:05.349Z] [INFO] Grant project access to the model registry [2026-07-12T19:18:05.864Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1783883885386-4jtzf73tv.yaml && rm -f /tmp/cypress-yaml-1783883885386-4jtzf73tv.yaml [2026-07-12T19:18:05.871Z] [INFO] Command exit code: 0 [2026-07-12T19:18:05.949Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-07-12T19:18:05.969Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-07-12T19:18:06.008Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-12T19:18:06.013Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492"] [2026-07-12T19:18:06.019Z] [INFO] Grep tags: ["@SmokeSet4"] - Registers models via model registry using object storage and URI [2026-07-12T19:18:06.073Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-12T19:18:06.076Z] [INFO] Test title: Registers a new version via versions view [2026-07-12T19:18:06.080Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-12T19:18:06.084Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492"] [2026-07-12T19:18:06.088Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T19:18:06.143Z] [INFO] [STEP 1] Log into the application [2026-07-12T19:18:06.156Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-12T19:18:06.402Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T19:18:08.457Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-12T19:18:08.579Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ai-hub/registry/test-model-registry-662874 [2026-07-12T19:18:09.482Z] [INFO] [STEP 3] Navigate to the first registered model [2026-07-12T19:18:19.963Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-12T19:18:19.967Z] [INFO] Test title: Registers a new version via versions view [2026-07-12T19:18:19.971Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-12T19:18:19.976Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492"] [2026-07-12T19:18:19.981Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T19:18:20.009Z] [INFO] [STEP 1] Log into the application [2026-07-12T19:18:20.020Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-12T19:18:20.219Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T19:18:21.311Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-12T19:18:21.365Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ai-hub/registry/test-model-registry-662874 [2026-07-12T19:18:21.884Z] [INFO] [STEP 3] Navigate to the first registered model 1) Registers a new version via versions view [2026-07-12T19:18:32.310Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-12T19:18:32.312Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-12T19:18:32.316Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-12T19:18:32.321Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492"] [2026-07-12T19:18:32.325Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T19:18:32.352Z] [INFO] [STEP 1] Log into the application [2026-07-12T19:18:32.363Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-12T19:18:32.511Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T19:18:33.419Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-12T19:18:33.476Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ai-hub/registry/test-model-registry-662874 [2026-07-12T19:18:33.946Z] [INFO] [STEP 3] Click Register Model button [2026-07-12T19:18:34.709Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-12T19:18:34.745Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-12T19:18:34.882Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-12T19:18:34.913Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-12T19:18:37.498Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-07-12T19:18:37.502Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-07-12T19:18:37.541Z] [INFO] [STEP 10] Fill in model details [2026-07-12T19:18:39.282Z] [INFO] [STEP 11] Fill in transfer job name [2026-07-12T19:18:39.512Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-07-12T19:18:40.929Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-07-12T19:18:41.768Z] [INFO] [STEP 14] Verify submit button is enabled [2026-07-12T19:18:41.807Z] [INFO] [STEP 15] Submit the register and store form [2026-07-12T19:18:41.962Z] [INFO] [STEP 16] Verify transfer job started notification appears [2026-07-12T19:18:42.129Z] [INFO] [STEP 17] Verify navigation away from the registration form ✓ Registers and stores a model to an OCI destination (10015ms) [2026-07-12T19:18:42.477Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-12T19:18:42.484Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-12T19:18:42.497Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-12T19:18:42.510Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492"] [2026-07-12T19:18:42.523Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T19:18:42.566Z] [INFO] [STEP 1] Log into the application [2026-07-12T19:18:42.585Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-12T19:18:42.745Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T19:18:43.637Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-12T19:18:43.680Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ai-hub/registry/test-model-registry-662874 [2026-07-12T19:18:44.116Z] [INFO] [STEP 3] Click Register Model button [2026-07-12T19:18:45.048Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-12T19:18:45.083Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-12T19:18:45.216Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-12T19:18:45.251Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-12T19:18:47.638Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-07-12T19:18:47.682Z] [INFO] [STEP 9] Fill in model details [2026-07-12T19:18:49.411Z] [INFO] [STEP 10] Fill in transfer job name [2026-07-12T19:18:49.659Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-07-12T19:18:50.225Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-07-12T19:18:51.039Z] [INFO] [STEP 13] Verify submit button is enabled [2026-07-12T19:18:51.075Z] [INFO] [STEP 14] Submit the register and store form [2026-07-12T19:18:51.221Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-07-12T19:18:51.342Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-07-12T19:18:51.368Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job) [2026-07-12T19:18:51.847Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-uri-transfer-job --for=condition=PodScheduled pod --timeout=120s [2026-07-12T19:18:51.854Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-w4mf2 condition met [2026-07-12T19:18:51.860Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-07-12T19:18:51.966Z] [INFO] [STEP 18] Navigate away from model registry before cleanup [2026-07-12T19:18:52.173Z] [INFO] [STEP 19] Clean up registered models from database [2026-07-12T19:18:52.582Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-07-12T19:18:52.625Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-07-12T19:18:53.221Z] [INFO] [EXEC] oc exec model-registry-db-662874-864c6b9cc8-z2kkm -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-12T19:18:53.227Z] [INFO] Database cleanup completed successfully [2026-07-12T19:18:53.234Z] [INFO] [STEP 20] Delete the model registry [2026-07-12T19:18:53.237Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-07-12T19:18:53.787Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-07-12T19:18:53.790Z] [INFO] [STEP 21] Verify model registry is removed from the backend [2026-07-12T19:18:53.793Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-12T19:18:54.258Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-12T19:18:54.263Z] [INFO] [STEP 22] Delete the SQL database [2026-07-12T19:18:54.267Z] [INFO] Deleting model registry database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-07-12T19:18:54.605Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-12T19:18:54.614Z] [INFO] Database 'model-registry-db-662874' exists, proceeding with deletion... [2026-07-12T19:18:57.727Z] [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-12T19:18:57.735Z] [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-12T19:18:58.067Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-12T19:18:58.073Z] [INFO] Model registry database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-07-12T19:18:58.078Z] [INFO] [STEP 23] Delete the test project [2026-07-12T19:18:58.442Z] [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 (9499ms) 2 passing (2m) 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.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ 3. Navigate to Model Registry 4. Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.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: 1 minute, 55 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-12T19:19:03.405Z] [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-12T19:19:03.424Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (100ms) 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-12T19:19:07.370Z] [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-12T19:19:07.383Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (82ms) 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-12T19:19:11.316Z] [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-12T19:19:11.330Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (95ms) 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 596ms 4 - - 4 - │ │ on.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ modelRegistry/testCreateModelRegist 03:48 3 3 - - - │ │ ry.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ modelRegistry/testRegisterModel.cy. 01:55 4 2 1 1 - │ │ ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/createRunDeletePipelineCu 104ms 1 - - 1 - │ │ stomPipMirror.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/pipelines.cy.ts 87ms 1 - - 1 - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/testSchedulePipeline.cy.t 100ms 1 - - 1 - │ │ s │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✖ 1 of 6 failed (17%) 05:44 14 5 1 8 -