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-13T06:56:39.562Z] [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-13T06:56:39.664Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (300ms) 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-13T06:56:50.767Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-07-13T06:56:50.779Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-13T06:56:50.961Z] [INFO] Ensure operator has optimal memory for testing [2026-07-13T06:56:53.475Z] [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-13T06:56:53.570Z] [INFO] Current operator memory limit: 512Mi [2026-07-13T06:56:53.577Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-07-13T06:56:54.977Z] [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-13T06:56:55.164Z] [INFO] Successfully patched operator memory to 1Gi [2026-07-13T06:57:06.865Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-07-13T06:57:07.060Z] [INFO] Operator rollout completed successfully [2026-07-13T06:57:07.078Z] [INFO] Create and verify SQL database for model registry [2026-07-13T06:57:07.179Z] [INFO] Create SQL database 'mysql-db-registry-1783925810371' for model registry [2026-07-13T06:57:07.184Z] [INFO] Creating SQL database 'mysql-db-registry-1783925810371' for model registry in namespace rhoai-model-registries [2026-07-13T06:57:08.474Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1783925810371 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-13T06:57:08.576Z] [INFO] Database 'mysql-db-registry-1783925810371' does not exist, proceeding with creation [2026-07-13T06:57:10.074Z] [INFO] [EXEC] oc apply -f /tmp/db-1783925828662.yaml [2026-07-13T06:57:10.373Z] [INFO] [EXEC] rm -f /tmp/db-1783925828662.yaml [2026-07-13T06:57:10.473Z] [INFO] Wait for model registry database 'mysql-db-registry-1783925810371' to be ready [2026-07-13T06:57:10.560Z] [INFO] Waiting for model registry database 'mysql-db-registry-1783925810371' to be ready... [2026-07-13T06:57:44.877Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-1783925810371 -n rhoai-model-registries --timeout=600s [2026-07-13T06:57:44.906Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-1783925810371 condition met [2026-07-13T06:57:44.961Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-13T06:57:44.979Z] [INFO] Create PostgreSQL database 'postgres-db-registry-1783925810371' for model registry [2026-07-13T06:57:44.984Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-1783925810371' for model registry in namespace rhoai-model-registries [2026-07-13T06:57:45.378Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1783925810371 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-13T06:57:45.401Z] [INFO] PostgreSQL database 'postgres-db-registry-1783925810371' does not exist, proceeding with creation [2026-07-13T06:57:46.176Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1783925865421.yaml [2026-07-13T06:57:46.393Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1783925865421.yaml [2026-07-13T06:57:46.484Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-1783925810371' to be ready [2026-07-13T06:57:46.570Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-1783925810371' to be ready... [2026-07-13T06:58:03.991Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-1783925810371 -n rhoai-model-registries --timeout=600s [2026-07-13T06:58:04.016Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-1783925810371 condition met [2026-07-13T06:58:04.090Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-13T06:58:04.094Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-13T06:58:04.101Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-13T06:58:04.107Z] [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-13T06:58:04.113Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-13T06:58:04.163Z] [INFO] [STEP 1] Login as an Admin [2026-07-13T06:58:04.179Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-13T06:58:04.796Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T06:58:07.961Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-13T06:58:08.013Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-13T06:58:10.576Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-07-13T06:58:11.882Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-13T06:58:39.993Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-13T06:58:40.062Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-13T06:58:40.874Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-13T06:58:40.881Z] [INFO] Command output: rhoai-model-registries e2e-test-registry True 28s [2026-07-13T06:58:40.889Z] [INFO] [STEP 6] Delete the model registry [2026-07-13T06:58:41.963Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-13T06:58:42.191Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-13T06:58:42.195Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-13T06:58:42.967Z] [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 (112412ms) [2026-07-13T06:58:43.392Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-13T06:58:43.395Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-13T06:58:43.460Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-13T06:58:43.467Z] [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-13T06:58:43.474Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-13T06:58:43.563Z] [INFO] [STEP 1] Login as an Admin [2026-07-13T06:58:43.581Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-13T06:58:44.069Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T06:58:45.482Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-13T06:58:45.771Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-13T06:58:47.165Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-07-13T06:58:49.863Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-13T06:59:16.877Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-13T06:59:16.909Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783925810371 [2026-07-13T06:59:17.994Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783925810371 [2026-07-13T06:59:18.077Z] [INFO] Command output: rhoai-model-registries postgres-registry-1783925810371 True 28s [2026-07-13T06:59:18.085Z] [INFO] [STEP 6] Delete the model registry [2026-07-13T06:59:19.005Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-13T06:59:19.394Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-13T06:59:19.466Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783925810371 [2026-07-13T06:59:20.673Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783925810371 ✓ Creates a model registry with PostgreSQL database and then deletes it (37488ms) [2026-07-13T06:59:21.090Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-13T06:59:21.092Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-13T06:59:21.097Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-13T06:59:21.103Z] [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-13T06:59:21.108Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-13T06:59:21.193Z] [INFO] [STEP 1] Login as an Admin [2026-07-13T06:59:21.269Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-13T06:59:21.585Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T06:59:23.306Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-13T06:59:23.476Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-13T06:59:25.084Z] [INFO] [STEP 3] Create a model registry with default database [2026-07-13T06:59:25.892Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-13T07:00:24.892Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-13T07:00:24.985Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1783925810371 [2026-07-13T07:00:26.073Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1783925810371 [2026-07-13T07:00:26.175Z] [INFO] Command output: rhoai-model-registries default-db-registry-1783925810371 True 61s [2026-07-13T07:00:26.182Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-07-13T07:00:26.213Z] [INFO] Waiting for default database 'default-db-registry-1783925810371' to be ready... [2026-07-13T07:00:27.077Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-1783925810371 -n rhoai-model-registries --timeout=600s [2026-07-13T07:00:27.193Z] [INFO] Default database wait result: deployment.apps/default-db-registry-1783925810371 condition met [2026-07-13T07:00:27.279Z] [INFO] Checking if default database 'default-db-registry-1783925810371' exists for registry 'default-db-registry-1783925810371' [2026-07-13T07:00:28.073Z] [INFO] [EXEC] oc get deployment default-db-registry-1783925810371 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-13T07:00:28.186Z] [INFO] Default database 'default-db-registry-1783925810371' exists and ready: true [2026-07-13T07:00:28.271Z] [INFO] [STEP 7] Delete the model registry with default database [2026-07-13T07:00:29.328Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-07-13T07:00:29.719Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-07-13T07:00:29.783Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1783925810371 [2026-07-13T07:00:30.573Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1783925810371 [2026-07-13T07:00:30.970Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-07-13T07:00:31.472Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-07-13T07:00:31.572Z] [INFO] Deleting model registry e2e-test-registry from namespace rhoai-model-registries [2026-07-13T07:00:32.396Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry -n rhoai-model-registries --timeout=240s [2026-07-13T07:00:32.401Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-07-13T07:00:32.477Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-13T07:00:33.395Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-13T07:00:33.459Z] [INFO] [STEP 13] Delete the MySQL database [2026-07-13T07:00:33.562Z] [INFO] Deleting model registry database 'mysql-db-registry-1783925810371' from namespace rhoai-model-registries [2026-07-13T07:00:34.471Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1783925810371 -n rhoai-model-registries [2026-07-13T07:00:34.574Z] [INFO] Database 'mysql-db-registry-1783925810371' exists, proceeding with deletion... [2026-07-13T07:00:37.163Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=mysql-db-registry-1783925810371 -n rhoai-model-registries --ignore-not-found=true [2026-07-13T07:00:37.173Z] [INFO] Delete command output: service "mysql-db-registry-1783925810371" deleted persistentvolumeclaim "mysql-db-registry-1783925810371" deleted deployment.apps "mysql-db-registry-1783925810371" deleted secret "mysql-db-registry-1783925810371" deleted [2026-07-13T07:00:37.916Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1783925810371 -n rhoai-model-registries [2026-07-13T07:00:37.992Z] [INFO] Model registry database 'mysql-db-registry-1783925810371' successfully deleted after 1 attempts [2026-07-13T07:00:38.001Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-07-13T07:00:38.006Z] [INFO] Deleting model registry postgres-registry-1783925810371 from namespace rhoai-model-registries [2026-07-13T07:00:38.865Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-1783925810371 -n rhoai-model-registries --timeout=240s [2026-07-13T07:00:38.870Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-07-13T07:00:38.976Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783925810371 [2026-07-13T07:00:40.097Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783925810371 [2026-07-13T07:00:40.191Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-07-13T07:00:40.288Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-1783925810371' from namespace rhoai-model-registries [2026-07-13T07:00:41.268Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1783925810371 -n rhoai-model-registries [2026-07-13T07:00:41.366Z] [INFO] PostgreSQL database 'postgres-db-registry-1783925810371' exists, proceeding with deletion... [2026-07-13T07:00:43.733Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=postgres-db-registry-1783925810371 -n rhoai-model-registries --ignore-not-found=true [2026-07-13T07:00:43.765Z] [INFO] Delete command output: service "postgres-db-registry-1783925810371" deleted persistentvolumeclaim "postgres-db-registry-1783925810371" deleted deployment.apps "postgres-db-registry-1783925810371" deleted secret "postgres-db-registry-1783925810371" deleted [2026-07-13T07:00:44.320Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1783925810371 -n rhoai-model-registries [2026-07-13T07:00:44.366Z] [INFO] PostgreSQL database 'postgres-db-registry-1783925810371' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (69642ms) 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, 53 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-07-13T07:00:49.181Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-07-13T07:00:49.190Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-13T07:00:49.283Z] [INFO] Ensure operator has optimal memory for testing [2026-07-13T07:00:49.870Z] [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-13T07:00:49.878Z] [INFO] Current operator memory limit: 1Gi [2026-07-13T07:00:49.881Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-07-13T07:00:49.890Z] [INFO] Create and verify SQL database for model registry [2026-07-13T07:00:49.893Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-07-13T07:00:49.897Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-07-13T07:00:50.598Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-13T07:00:50.607Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-07-13T07:00:51.464Z] [INFO] [EXEC] oc apply -f /tmp/db-1783926050612.yaml [2026-07-13T07:00:51.601Z] [INFO] [EXEC] rm -f /tmp/db-1783926050612.yaml [2026-07-13T07:00:51.611Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-07-13T07:00:51.615Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-07-13T07:01:19.966Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-07-13T07:01:19.986Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-07-13T07:01:19.997Z] [INFO] Create a model registry using YAML [2026-07-13T07:01:20.061Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-07-13T07:01:21.380Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783926080086-cmajskeq5.yaml && rm -f /tmp/cypress-yaml-1783926080086-cmajskeq5.yaml [2026-07-13T07:01:21.478Z] [INFO] Command exit code: 0 [2026-07-13T07:01:21.566Z] [INFO] Verify model registry is created [2026-07-13T07:01:21.667Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-13T07:01:22.774Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-13T07:01:22.870Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 2s [2026-07-13T07:01:22.887Z] [INFO] Wait for model registry to be in Available state [2026-07-13T07:01:22.891Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-07-13T07:01:42.321Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-07-13T07:01:42.380Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-07-13T07:01:52.397Z] [INFO] Create a project for register and store test [2026-07-13T07:01:52.402Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-13T07:01:52.768Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-13T07:01:52.787Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-07-13T07:01:52.805Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-07-13T07:01:52.850Z] [INFO] Creating project test-register-store-662874 [2026-07-13T07:01:53.312Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-07-13T07:01:53.696Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-07-13T07:01:53.705Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-13T07:01:54.059Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-13T07:01:54.066Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-07-13T07:01:54.087Z] [INFO] Project 'test-register-store-662874' exists. [2026-07-13T07:01:54.103Z] [INFO] Grant project access to the model registry [2026-07-13T07:01:54.657Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1783926114120-ds9ff03l3.yaml && rm -f /tmp/cypress-yaml-1783926114120-ds9ff03l3.yaml [2026-07-13T07:01:54.689Z] [INFO] Command exit code: 0 [2026-07-13T07:01:54.741Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-07-13T07:01:54.744Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-07-13T07:01:54.749Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-13T07:01:54.753Z] [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-13T07:01:54.757Z] [INFO] Grep tags: ["@SmokeSet4"] - Registers models via model registry using object storage and URI [2026-07-13T07:01:54.803Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-13T07:01:54.806Z] [INFO] Test title: Registers a new version via versions view [2026-07-13T07:01:54.809Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-13T07:01:54.813Z] [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-13T07:01:54.816Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-13T07:01:54.837Z] [INFO] [STEP 1] Log into the application [2026-07-13T07:01:54.845Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-13T07:01:55.080Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T07:01:57.078Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-13T07:01:57.166Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ai-hub/registry/test-model-registry-662874 [2026-07-13T07:01:57.869Z] [INFO] [STEP 3] Navigate to the first registered model [2026-07-13T07:02:08.291Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-13T07:02:08.294Z] [INFO] Test title: Registers a new version via versions view [2026-07-13T07:02:08.300Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-13T07:02:08.305Z] [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-13T07:02:08.310Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-13T07:02:08.333Z] [INFO] [STEP 1] Log into the application [2026-07-13T07:02:08.347Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-13T07:02:08.550Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T07:02:09.709Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-13T07:02:09.753Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ai-hub/registry/test-model-registry-662874 [2026-07-13T07:02:10.317Z] [INFO] [STEP 3] Navigate to the first registered model 1) Registers a new version via versions view [2026-07-13T07:02:20.750Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-13T07:02:20.753Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-13T07:02:20.757Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-13T07:02:20.762Z] [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-13T07:02:20.765Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-13T07:02:20.796Z] [INFO] [STEP 1] Log into the application [2026-07-13T07:02:20.805Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-13T07:02:20.973Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T07:02:21.949Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-13T07:02:22.011Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ai-hub/registry/test-model-registry-662874 [2026-07-13T07:02:22.527Z] [INFO] [STEP 3] Click Register Model button [2026-07-13T07:02:23.240Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-13T07:02:23.276Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-13T07:02:23.414Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-13T07:02:23.445Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-13T07:02:26.913Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-07-13T07:02:26.917Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-07-13T07:02:26.958Z] [INFO] [STEP 10] Fill in model details [2026-07-13T07:02:28.698Z] [INFO] [STEP 11] Fill in transfer job name [2026-07-13T07:02:28.928Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-07-13T07:02:30.339Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-07-13T07:02:31.174Z] [INFO] [STEP 14] Verify submit button is enabled [2026-07-13T07:02:31.212Z] [INFO] [STEP 15] Submit the register and store form [2026-07-13T07:02:31.358Z] [INFO] [STEP 16] Verify transfer job started notification appears [2026-07-13T07:02:31.533Z] [INFO] [STEP 17] Verify navigation away from the registration form ✓ Registers and stores a model to an OCI destination (10946ms) [2026-07-13T07:02:31.802Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-13T07:02:31.804Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-13T07:02:31.809Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-13T07:02:31.813Z] [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-13T07:02:31.816Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-13T07:02:31.845Z] [INFO] [STEP 1] Log into the application [2026-07-13T07:02:31.864Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-13T07:02:32.035Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T07:02:32.974Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-13T07:02:33.051Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ai-hub/registry/test-model-registry-662874 [2026-07-13T07:02:33.500Z] [INFO] [STEP 3] Click Register Model button [2026-07-13T07:02:34.306Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-13T07:02:34.334Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-13T07:02:34.457Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-13T07:02:34.486Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-13T07:02:38.086Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-07-13T07:02:38.124Z] [INFO] [STEP 9] Fill in model details [2026-07-13T07:02:39.813Z] [INFO] [STEP 10] Fill in transfer job name [2026-07-13T07:02:40.045Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-07-13T07:02:40.576Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-07-13T07:02:41.395Z] [INFO] [STEP 13] Verify submit button is enabled [2026-07-13T07:02:41.431Z] [INFO] [STEP 14] Submit the register and store form [2026-07-13T07:02:41.579Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-07-13T07:02:41.742Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-07-13T07:02:41.770Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job) [2026-07-13T07:02:42.348Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-uri-transfer-job --for=condition=PodScheduled pod --timeout=120s [2026-07-13T07:02:42.355Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-vfdhc condition met [2026-07-13T07:02:42.360Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-07-13T07:02:42.443Z] [INFO] [STEP 18] Navigate away from model registry before cleanup [2026-07-13T07:02:42.658Z] [INFO] [STEP 19] Clean up registered models from database [2026-07-13T07:02:43.071Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-07-13T07:02:43.079Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-07-13T07:02:43.725Z] [INFO] [EXEC] oc exec model-registry-db-662874-864c6b9cc8-4f78t -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-13T07:02:43.732Z] [INFO] Database cleanup completed successfully [2026-07-13T07:02:43.735Z] [INFO] [STEP 20] Delete the model registry [2026-07-13T07:02:43.738Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-07-13T07:02:44.326Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-07-13T07:02:44.330Z] [INFO] [STEP 21] Verify model registry is removed from the backend [2026-07-13T07:02:44.333Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-13T07:02:44.764Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-13T07:02:44.770Z] [INFO] [STEP 22] Delete the SQL database [2026-07-13T07:02:44.773Z] [INFO] Deleting model registry database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-07-13T07:02:45.119Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-13T07:02:45.126Z] [INFO] Database 'model-registry-db-662874' exists, proceeding with deletion... [2026-07-13T07:02:47.343Z] [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-13T07:02:47.352Z] [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-13T07:02:47.723Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-13T07:02:47.728Z] [INFO] Model registry database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-07-13T07:02:47.733Z] [INFO] [STEP 23] Delete the test project [2026-07-13T07:02:48.161Z] [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 (10638ms) 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, 59 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-13T07:02:52.658Z] [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-13T07:02:52.677Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (84ms) 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-13T07:02:56.804Z] [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-13T07:02:56.827Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (109ms) 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-13T07:03:00.873Z] [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-13T07:03:00.887Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (76ms) 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 309ms 4 - - 4 - │ │ on.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ modelRegistry/testCreateModelRegist 03:53 3 3 - - - │ │ ry.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ modelRegistry/testRegisterModel.cy. 01:59 4 2 1 1 - │ │ ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/createRunDeletePipelineCu 88ms 1 - - 1 - │ │ stomPipMirror.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/pipelines.cy.ts 113ms 1 - - 1 - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/testSchedulePipeline.cy.t 79ms 1 - - 1 - │ │ s │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✖ 1 of 6 failed (17%) 05:53 14 5 1 8 -