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-13T05:00:56.147Z] [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-13T05:00:56.266Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (413ms) 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-13T05:01:07.356Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-07-13T05:01:07.451Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-13T05:01:07.652Z] [INFO] Ensure operator has optimal memory for testing [2026-07-13T05:01:09.855Z] [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-13T05:01:09.954Z] [INFO] Current operator memory limit: 1Gi [2026-07-13T05:01:10.050Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-07-13T05:01:10.148Z] [INFO] Create and verify SQL database for model registry [2026-07-13T05:01:10.260Z] [INFO] Create SQL database 'mysql-db-registry-1783918867047' for model registry [2026-07-13T05:01:10.356Z] [INFO] Creating SQL database 'mysql-db-registry-1783918867047' for model registry in namespace rhoai-model-registries [2026-07-13T05:01:11.854Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1783918867047 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-13T05:01:11.875Z] [INFO] Database 'mysql-db-registry-1783918867047' does not exist, proceeding with creation [2026-07-13T05:01:13.161Z] [INFO] [EXEC] oc apply -f /tmp/db-1783918871964.yaml [2026-07-13T05:01:13.547Z] [INFO] [EXEC] rm -f /tmp/db-1783918871964.yaml [2026-07-13T05:01:13.565Z] [INFO] Wait for model registry database 'mysql-db-registry-1783918867047' to be ready [2026-07-13T05:01:13.572Z] [INFO] Waiting for model registry database 'mysql-db-registry-1783918867047' to be ready... [2026-07-13T05:01:48.789Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-1783918867047 -n rhoai-model-registries --timeout=600s [2026-07-13T05:01:48.811Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-1783918867047 condition met [2026-07-13T05:01:48.856Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-13T05:01:48.871Z] [INFO] Create PostgreSQL database 'postgres-db-registry-1783918867047' for model registry [2026-07-13T05:01:48.883Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-1783918867047' for model registry in namespace rhoai-model-registries [2026-07-13T05:01:49.257Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1783918867047 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-13T05:01:49.276Z] [INFO] PostgreSQL database 'postgres-db-registry-1783918867047' does not exist, proceeding with creation [2026-07-13T05:01:50.253Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1783918909354.yaml [2026-07-13T05:01:50.389Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1783918909354.yaml [2026-07-13T05:01:50.454Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-1783918867047' to be ready [2026-07-13T05:01:50.472Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-1783918867047' to be ready... [2026-07-13T05:02:08.986Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-1783918867047 -n rhoai-model-registries --timeout=600s [2026-07-13T05:02:09.006Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-1783918867047 condition met [2026-07-13T05:02:09.088Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-13T05:02:09.092Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-13T05:02:09.098Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-13T05:02:09.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-13T05:02:09.108Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-13T05:02:09.164Z] [INFO] [STEP 1] Login as an Admin [2026-07-13T05:02:09.179Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T05:02:09.855Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T05:02:13.273Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-13T05:02:13.454Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-13T05:02:16.084Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-07-13T05:02:18.157Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-13T05:02:45.586Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-13T05:02:45.608Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-13T05:02:46.093Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-13T05:02:46.164Z] [INFO] Command output: rhoai-model-registries e2e-test-registry True 28s [2026-07-13T05:02:46.183Z] [INFO] [STEP 6] Delete the model registry [2026-07-13T05:02:47.124Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-13T05:02:47.406Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-13T05:02:47.454Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-13T05:02:47.953Z] [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 (100835ms) [2026-07-13T05:02:48.260Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-13T05:02:48.264Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-13T05:02:48.269Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-13T05:02:48.273Z] [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-13T05:02:48.279Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-13T05:02:48.309Z] [INFO] [STEP 1] Login as an Admin [2026-07-13T05:02:48.349Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T05:02:48.579Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T05:02:49.689Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-13T05:02:49.775Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-13T05:02:50.809Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-07-13T05:02:52.719Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-13T05:03:20.608Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-13T05:03:20.637Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783918867047 [2026-07-13T05:03:21.271Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783918867047 [2026-07-13T05:03:21.279Z] [INFO] Command output: rhoai-model-registries postgres-registry-1783918867047 True 29s [2026-07-13T05:03:21.377Z] [INFO] [STEP 6] Delete the model registry [2026-07-13T05:03:22.873Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-13T05:03:23.286Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-13T05:03:23.388Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783918867047 [2026-07-13T05:03:24.361Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783918867047 ✓ Creates a model registry with PostgreSQL database and then deletes it (36251ms) [2026-07-13T05:03:24.954Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-13T05:03:24.962Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-13T05:03:24.977Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-13T05:03:25.050Z] [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-13T05:03:25.065Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-13T05:03:25.166Z] [INFO] [STEP 1] Login as an Admin [2026-07-13T05:03:25.252Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T05:03:25.494Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T05:03:27.096Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-13T05:03:27.253Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-13T05:03:28.509Z] [INFO] [STEP 3] Create a model registry with default database [2026-07-13T05:03:29.107Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-13T05:04:28.456Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-13T05:04:28.481Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1783918867047 [2026-07-13T05:04:29.353Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1783918867047 [2026-07-13T05:04:29.382Z] [INFO] Command output: rhoai-model-registries default-db-registry-1783918867047 True 60s [2026-07-13T05:04:29.390Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-07-13T05:04:29.393Z] [INFO] Waiting for default database 'default-db-registry-1783918867047' to be ready... [2026-07-13T05:04:30.060Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-1783918867047 -n rhoai-model-registries --timeout=600s [2026-07-13T05:04:30.089Z] [INFO] Default database wait result: deployment.apps/default-db-registry-1783918867047 condition met [2026-07-13T05:04:30.097Z] [INFO] Checking if default database 'default-db-registry-1783918867047' exists for registry 'default-db-registry-1783918867047' [2026-07-13T05:04:30.758Z] [INFO] [EXEC] oc get deployment default-db-registry-1783918867047 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-13T05:04:30.791Z] [INFO] Default database 'default-db-registry-1783918867047' exists and ready: true [2026-07-13T05:04:30.848Z] [INFO] [STEP 7] Delete the model registry with default database [2026-07-13T05:04:32.053Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-07-13T05:04:32.773Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-07-13T05:04:32.948Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1783918867047 [2026-07-13T05:04:33.957Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1783918867047 [2026-07-13T05:04:34.365Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-07-13T05:04:34.750Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-07-13T05:04:34.773Z] [INFO] Deleting model registry e2e-test-registry from namespace rhoai-model-registries [2026-07-13T05:04:35.590Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry -n rhoai-model-registries --timeout=240s [2026-07-13T05:04:35.595Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-07-13T05:04:35.598Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-13T05:04:36.447Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-13T05:04:36.489Z] [INFO] [STEP 13] Delete the MySQL database [2026-07-13T05:04:36.566Z] [INFO] Deleting model registry database 'mysql-db-registry-1783918867047' from namespace rhoai-model-registries [2026-07-13T05:04:37.105Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1783918867047 -n rhoai-model-registries [2026-07-13T05:04:37.270Z] [INFO] Database 'mysql-db-registry-1783918867047' exists, proceeding with deletion... [2026-07-13T05:04:39.227Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=mysql-db-registry-1783918867047 -n rhoai-model-registries --ignore-not-found=true [2026-07-13T05:04:39.283Z] [INFO] Delete command output: service "mysql-db-registry-1783918867047" deleted persistentvolumeclaim "mysql-db-registry-1783918867047" deleted deployment.apps "mysql-db-registry-1783918867047" deleted secret "mysql-db-registry-1783918867047" deleted [2026-07-13T05:04:40.158Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1783918867047 -n rhoai-model-registries [2026-07-13T05:04:40.262Z] [INFO] Model registry database 'mysql-db-registry-1783918867047' successfully deleted after 1 attempts [2026-07-13T05:04:40.374Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-07-13T05:04:40.472Z] [INFO] Deleting model registry postgres-registry-1783918867047 from namespace rhoai-model-registries [2026-07-13T05:04:41.177Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-1783918867047 -n rhoai-model-registries --timeout=240s [2026-07-13T05:04:41.182Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-07-13T05:04:41.251Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783918867047 [2026-07-13T05:04:42.060Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783918867047 [2026-07-13T05:04:42.069Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-07-13T05:04:42.168Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-1783918867047' from namespace rhoai-model-registries [2026-07-13T05:04:42.758Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1783918867047 -n rhoai-model-registries [2026-07-13T05:04:42.799Z] [INFO] PostgreSQL database 'postgres-db-registry-1783918867047' exists, proceeding with deletion... [2026-07-13T05:04:45.049Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=postgres-db-registry-1783918867047 -n rhoai-model-registries --ignore-not-found=true [2026-07-13T05:04:45.096Z] [INFO] Delete command output: service "postgres-db-registry-1783918867047" deleted persistentvolumeclaim "postgres-db-registry-1783918867047" deleted deployment.apps "postgres-db-registry-1783918867047" deleted secret "postgres-db-registry-1783918867047" deleted [2026-07-13T05:04:45.859Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1783918867047 -n rhoai-model-registries [2026-07-13T05:04:45.957Z] [INFO] PostgreSQL database 'postgres-db-registry-1783918867047' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (69303ms) 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, 39 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-07-13T05:04:52.860Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-07-13T05:04:52.873Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-13T05:04:52.968Z] [INFO] Ensure operator has optimal memory for testing [2026-07-13T05:04:53.593Z] [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-13T05:04:53.604Z] [INFO] Current operator memory limit: 1Gi [2026-07-13T05:04:53.650Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-07-13T05:04:53.662Z] [INFO] Create and verify SQL database for model registry [2026-07-13T05:04:53.666Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-07-13T05:04:53.672Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-07-13T05:04:54.256Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-13T05:04:54.263Z] [INFO] Model registry database 'model-registry-db-662874' already exists and is ready, skipping creation [2026-07-13T05:04:54.274Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-07-13T05:04:54.278Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-07-13T05:04:54.958Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-07-13T05:04:54.965Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-07-13T05:04:54.972Z] [INFO] Create a model registry using YAML [2026-07-13T05:04:54.975Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-07-13T05:04:57.680Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783919094980-ixk2cue2i.yaml && rm -f /tmp/cypress-yaml-1783919094980-ixk2cue2i.yaml [2026-07-13T05:04:57.697Z] [INFO] Command exit code: 0 [2026-07-13T05:04:57.712Z] [INFO] Verify model registry is created [2026-07-13T05:04:57.760Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-13T05:04:58.387Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-13T05:04:58.393Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 True 9h [2026-07-13T05:04:58.403Z] [INFO] Wait for model registry to be in Available state [2026-07-13T05:04:58.421Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-07-13T05:04:59.100Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-07-13T05:04:59.130Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-07-13T05:05:09.178Z] [INFO] Create a project for register and store test [2026-07-13T05:05:09.268Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-13T05:05:09.797Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-13T05:05:09.857Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-07-13T05:05:09.865Z] [INFO] Project 'test-register-store-662874' exists. [2026-07-13T05:05:09.895Z] [INFO] Project test-register-store-662874 already exists. Deleting it. [2026-07-13T05:05:20.591Z] [INFO] [EXEC] oc delete project test-register-store-662874 --wait [2026-07-13T05:05:20.681Z] [INFO] Waiting for project test-register-store-662874 to be fully deleted... [2026-07-13T05:05:20.709Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-13T05:05:21.157Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-13T05:05:21.194Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-07-13T05:05:21.270Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-07-13T05:05:21.356Z] [INFO] Creating project test-register-store-662874 [2026-07-13T05:05:22.107Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-07-13T05:05:22.562Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-07-13T05:05:22.584Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-13T05:05:22.955Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-13T05:05:22.962Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-07-13T05:05:22.990Z] [INFO] Project 'test-register-store-662874' exists. [2026-07-13T05:05:22.996Z] [INFO] Grant project access to the model registry [2026-07-13T05:05:23.955Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1783919123061-cqcdffost.yaml && rm -f /tmp/cypress-yaml-1783919123061-cqcdffost.yaml [2026-07-13T05:05:23.982Z] [INFO] Command exit code: 0 [2026-07-13T05:05:24.033Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-07-13T05:05:24.068Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-07-13T05:05:24.117Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-13T05:05:24.173Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T05:05:24.215Z] [INFO] Grep tags: ["@SmokeSet4"] - Registers models via model registry using object storage and URI [2026-07-13T05:05:24.351Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-13T05:05:24.354Z] [INFO] Test title: Registers a new version via versions view [2026-07-13T05:05:24.373Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-13T05:05:24.384Z] [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-13T05:05:24.388Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-13T05:05:24.461Z] [INFO] [STEP 1] Log into the application [2026-07-13T05:05:24.477Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T05:05:24.770Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T05:05:27.179Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-13T05:05:27.294Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ai-hub/registry/test-model-registry-662874 [2026-07-13T05:05:28.348Z] [INFO] [STEP 3] Navigate to the first registered model [2026-07-13T05:05:38.882Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-13T05:05:38.885Z] [INFO] Test title: Registers a new version via versions view [2026-07-13T05:05:38.891Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-13T05:05:38.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-13T05:05:38.900Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-13T05:05:38.927Z] [INFO] [STEP 1] Log into the application [2026-07-13T05:05:38.938Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T05:05:39.149Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T05:05:40.359Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-13T05:05:40.373Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ai-hub/registry/test-model-registry-662874 [2026-07-13T05:05:40.851Z] [INFO] [STEP 3] Navigate to the first registered model 1) Registers a new version via versions view [2026-07-13T05:05:51.387Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-13T05:05:51.389Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-13T05:05:51.395Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-13T05:05:51.400Z] [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-13T05:05:51.406Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-13T05:05:51.451Z] [INFO] [STEP 1] Log into the application [2026-07-13T05:05:51.464Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T05:05:51.634Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T05:05:52.626Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-13T05:05:52.670Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ai-hub/registry/test-model-registry-662874 [2026-07-13T05:05:53.226Z] [INFO] [STEP 3] Click Register Model button [2026-07-13T05:05:54.104Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-13T05:05:54.141Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-13T05:05:54.277Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-13T05:05:54.308Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-13T05:05:57.494Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-07-13T05:05:57.501Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-07-13T05:05:57.547Z] [INFO] [STEP 10] Fill in model details [2026-07-13T05:05:59.317Z] [INFO] [STEP 11] Fill in transfer job name [2026-07-13T05:05:59.651Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-07-13T05:06:01.456Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-07-13T05:06:02.653Z] [INFO] [STEP 14] Verify submit button is enabled [2026-07-13T05:06:02.780Z] [INFO] [STEP 15] Submit the register and store form [2026-07-13T05:06:03.151Z] [INFO] [STEP 16] Verify transfer job started notification appears [2026-07-13T05:06:03.561Z] [INFO] [STEP 17] Verify navigation away from the registration form ✓ Registers and stores a model to an OCI destination (12485ms) [2026-07-13T05:06:04.048Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-13T05:06:04.050Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-13T05:06:04.056Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-13T05:06:04.061Z] [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-13T05:06:04.066Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-13T05:06:04.098Z] [INFO] [STEP 1] Log into the application [2026-07-13T05:06:04.163Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T05:06:04.370Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T05:06:05.551Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-13T05:06:05.672Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ai-hub/registry/test-model-registry-662874 [2026-07-13T05:06:06.305Z] [INFO] [STEP 3] Click Register Model button [2026-07-13T05:06:07.448Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-13T05:06:07.464Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-13T05:06:07.649Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-13T05:06:07.666Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-13T05:06:10.743Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-07-13T05:06:10.783Z] [INFO] [STEP 9] Fill in model details [2026-07-13T05:06:12.530Z] [INFO] [STEP 10] Fill in transfer job name [2026-07-13T05:06:12.760Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-07-13T05:06:13.330Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-07-13T05:06:14.153Z] [INFO] [STEP 13] Verify submit button is enabled [2026-07-13T05:06:14.191Z] [INFO] [STEP 14] Submit the register and store form [2026-07-13T05:06:14.344Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-07-13T05:06:14.485Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-07-13T05:06:14.518Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job) [2026-07-13T05:06:14.974Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-uri-transfer-job --for=condition=PodScheduled pod --timeout=120s [2026-07-13T05:06:14.981Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-wxhfr condition met [2026-07-13T05:06:14.987Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-07-13T05:06:15.091Z] [INFO] [STEP 18] Navigate away from model registry before cleanup [2026-07-13T05:06:15.315Z] [INFO] [STEP 19] Clean up registered models from database [2026-07-13T05:06:15.741Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-07-13T05:06:15.749Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-07-13T05:06:16.307Z] [INFO] [EXEC] oc exec model-registry-db-662874-7956bc68d9-qvdrm -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-13T05:06:16.314Z] [INFO] Database cleanup completed successfully [2026-07-13T05:06:16.317Z] [INFO] [STEP 20] Delete the model registry [2026-07-13T05:06:16.320Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-07-13T05:06:16.943Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-07-13T05:06:16.947Z] [INFO] [STEP 21] Verify model registry is removed from the backend [2026-07-13T05:06:16.950Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-13T05:06:17.307Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-13T05:06:17.314Z] [INFO] [STEP 22] Delete the SQL database [2026-07-13T05:06:17.318Z] [INFO] Deleting model registry database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-07-13T05:06:17.629Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-13T05:06:17.637Z] [INFO] Database 'model-registry-db-662874' exists, proceeding with deletion... [2026-07-13T05:06:19.277Z] [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-13T05:06:19.288Z] [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-13T05:06:19.599Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-13T05:06:19.606Z] [INFO] Model registry database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-07-13T05:06:19.613Z] [INFO] [STEP 23] Delete the test project [2026-07-13T05:06:19.937Z] [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 (11050ms) 2 passing (1m) 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.rh-nightly-pm.nuth.p3.openshiftapps.com/ 3. Navigate to Model Registry 4. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.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, 27 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-13T05:06:24.738Z] [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-13T05:06:24.753Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (85ms) 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-13T05:06:29.220Z] [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-13T05:06:29.249Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (103ms) 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-13T05:06:33.411Z] [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-13T05:06:33.423Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (99ms) 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 421ms 4 - - 4 - │ │ on.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ modelRegistry/testCreateModelRegist 03:39 3 3 - - - │ │ ry.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ modelRegistry/testRegisterModel.cy. 01:27 4 2 1 1 - │ │ ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/createRunDeletePipelineCu 90ms 1 - - 1 - │ │ stomPipMirror.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/pipelines.cy.ts 108ms 1 - - 1 - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/testSchedulePipeline.cy.t 102ms 1 - - 1 - │ │ s │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✖ 1 of 6 failed (17%) 05:07 14 5 1 8 -