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-13T09:32:37.337Z] [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-13T09:32:37.523Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (496ms) 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-13T09:32:48.334Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-07-13T09:32:48.419Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-13T09:32:48.523Z] [INFO] Ensure operator has optimal memory for testing [2026-07-13T09:32:51.123Z] [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-13T09:32:51.139Z] [INFO] Current operator memory limit: 512Mi [2026-07-13T09:32:51.218Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-07-13T09:32:52.429Z] [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-13T09:32:52.522Z] [INFO] Successfully patched operator memory to 1Gi [2026-07-13T09:33:04.730Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-07-13T09:33:04.821Z] [INFO] Operator rollout completed successfully [2026-07-13T09:33:04.835Z] [INFO] Create and verify SQL database for model registry [2026-07-13T09:33:04.924Z] [INFO] Create SQL database 'mysql-db-registry-1783935167849' for model registry [2026-07-13T09:33:04.941Z] [INFO] Creating SQL database 'mysql-db-registry-1783935167849' for model registry in namespace rhoai-model-registries [2026-07-13T09:33:06.018Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1783935167849 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-13T09:33:06.042Z] [INFO] Database 'mysql-db-registry-1783935167849' does not exist, proceeding with creation [2026-07-13T09:33:07.332Z] [INFO] [EXEC] oc apply -f /tmp/db-1783935186060.yaml [2026-07-13T09:33:08.124Z] [INFO] [EXEC] rm -f /tmp/db-1783935186060.yaml [2026-07-13T09:33:08.332Z] [INFO] Wait for model registry database 'mysql-db-registry-1783935167849' to be ready [2026-07-13T09:33:08.426Z] [INFO] Waiting for model registry database 'mysql-db-registry-1783935167849' to be ready... [2026-07-13T09:33:37.744Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-1783935167849 -n rhoai-model-registries --timeout=600s [2026-07-13T09:33:37.834Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-1783935167849 condition met [2026-07-13T09:33:37.854Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-13T09:33:37.872Z] [INFO] Create PostgreSQL database 'postgres-db-registry-1783935167849' for model registry [2026-07-13T09:33:37.877Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-1783935167849' for model registry in namespace rhoai-model-registries [2026-07-13T09:33:38.379Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1783935167849 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-13T09:33:38.421Z] [INFO] PostgreSQL database 'postgres-db-registry-1783935167849' does not exist, proceeding with creation [2026-07-13T09:33:39.365Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1783935218436.yaml [2026-07-13T09:33:39.475Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1783935218436.yaml [2026-07-13T09:33:39.537Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-1783935167849' to be ready [2026-07-13T09:33:39.552Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-1783935167849' to be ready... [2026-07-13T09:33:59.018Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-1783935167849 -n rhoai-model-registries --timeout=600s [2026-07-13T09:33:59.026Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-1783935167849 condition met [2026-07-13T09:33:59.136Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-13T09:33:59.153Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-13T09:33:59.224Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-13T09:33:59.231Z] [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-13T09:33:59.235Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-13T09:33:59.321Z] [INFO] [STEP 1] Login as an Admin [2026-07-13T09:33:59.337Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T09:33:59.980Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T09:34:03.152Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-13T09:34:03.261Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-13T09:34:06.122Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-07-13T09:34:08.121Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-13T09:34:35.268Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-13T09:34:35.338Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-13T09:34:35.925Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-13T09:34:35.962Z] [INFO] Command output: rhoai-model-registries e2e-test-registry True 27s [2026-07-13T09:34:36.021Z] [INFO] [STEP 6] Delete the model registry [2026-07-13T09:34:36.921Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-13T09:34:37.318Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-13T09:34:37.355Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-13T09:34:38.131Z] [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 (110102ms) [2026-07-13T09:34:38.941Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-13T09:34:39.021Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-13T09:34:39.033Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-13T09:34:39.122Z] [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-13T09:34:39.135Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-13T09:34:39.232Z] [INFO] [STEP 1] Login as an Admin [2026-07-13T09:34:39.250Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T09:34:39.562Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T09:34:41.032Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-13T09:34:41.062Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-13T09:34:42.749Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-07-13T09:34:45.333Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-13T09:35:12.264Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-13T09:35:12.293Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783935167849 [2026-07-13T09:35:12.863Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783935167849 [2026-07-13T09:35:12.871Z] [INFO] Command output: rhoai-model-registries postgres-registry-1783935167849 True 27s [2026-07-13T09:35:12.953Z] [INFO] [STEP 6] Delete the model registry [2026-07-13T09:35:13.790Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-13T09:35:14.181Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-13T09:35:14.248Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783935167849 [2026-07-13T09:35:15.050Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783935167849 ✓ Creates a model registry with PostgreSQL database and then deletes it (36432ms) [2026-07-13T09:35:15.350Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-13T09:35:15.358Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-13T09:35:15.373Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-13T09:35:15.418Z] [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-13T09:35:15.424Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-13T09:35:15.454Z] [INFO] [STEP 1] Login as an Admin [2026-07-13T09:35:15.470Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T09:35:15.822Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T09:35:17.041Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-13T09:35:17.223Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-13T09:35:18.726Z] [INFO] [STEP 3] Create a model registry with default database [2026-07-13T09:35:19.738Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-13T09:36:18.346Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-13T09:36:18.381Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1783935167849 [2026-07-13T09:36:19.221Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1783935167849 [2026-07-13T09:36:19.278Z] [INFO] Command output: rhoai-model-registries default-db-registry-1783935167849 True 60s [2026-07-13T09:36:19.335Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-07-13T09:36:19.367Z] [INFO] Waiting for default database 'default-db-registry-1783935167849' to be ready... [2026-07-13T09:36:20.183Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-1783935167849 -n rhoai-model-registries --timeout=600s [2026-07-13T09:36:20.235Z] [INFO] Default database wait result: deployment.apps/default-db-registry-1783935167849 condition met [2026-07-13T09:36:20.266Z] [INFO] Checking if default database 'default-db-registry-1783935167849' exists for registry 'default-db-registry-1783935167849' [2026-07-13T09:36:20.927Z] [INFO] [EXEC] oc get deployment default-db-registry-1783935167849 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-13T09:36:21.038Z] [INFO] Default database 'default-db-registry-1783935167849' exists and ready: true [2026-07-13T09:36:21.046Z] [INFO] [STEP 7] Delete the model registry with default database [2026-07-13T09:36:22.033Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-07-13T09:36:22.343Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-07-13T09:36:22.423Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1783935167849 [2026-07-13T09:36:23.158Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1783935167849 [2026-07-13T09:36:23.578Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-07-13T09:36:23.948Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-07-13T09:36:24.027Z] [INFO] Deleting model registry e2e-test-registry from namespace rhoai-model-registries [2026-07-13T09:36:24.827Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry -n rhoai-model-registries --timeout=240s [2026-07-13T09:36:24.831Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-07-13T09:36:24.860Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-13T09:36:25.722Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-13T09:36:25.728Z] [INFO] [STEP 13] Delete the MySQL database [2026-07-13T09:36:25.732Z] [INFO] Deleting model registry database 'mysql-db-registry-1783935167849' from namespace rhoai-model-registries [2026-07-13T09:36:26.227Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1783935167849 -n rhoai-model-registries [2026-07-13T09:36:26.266Z] [INFO] Database 'mysql-db-registry-1783935167849' exists, proceeding with deletion... [2026-07-13T09:36:28.918Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=mysql-db-registry-1783935167849 -n rhoai-model-registries --ignore-not-found=true [2026-07-13T09:36:29.042Z] [INFO] Delete command output: service "mysql-db-registry-1783935167849" deleted persistentvolumeclaim "mysql-db-registry-1783935167849" deleted deployment.apps "mysql-db-registry-1783935167849" deleted secret "mysql-db-registry-1783935167849" deleted [2026-07-13T09:36:29.618Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1783935167849 -n rhoai-model-registries [2026-07-13T09:36:29.664Z] [INFO] Model registry database 'mysql-db-registry-1783935167849' successfully deleted after 1 attempts [2026-07-13T09:36:29.745Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-07-13T09:36:29.835Z] [INFO] Deleting model registry postgres-registry-1783935167849 from namespace rhoai-model-registries [2026-07-13T09:36:30.553Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-1783935167849 -n rhoai-model-registries --timeout=240s [2026-07-13T09:36:30.620Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-07-13T09:36:30.625Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783935167849 [2026-07-13T09:36:31.431Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783935167849 [2026-07-13T09:36:31.441Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-07-13T09:36:31.536Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-1783935167849' from namespace rhoai-model-registries [2026-07-13T09:36:32.263Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1783935167849 -n rhoai-model-registries [2026-07-13T09:36:32.361Z] [INFO] PostgreSQL database 'postgres-db-registry-1783935167849' exists, proceeding with deletion... [2026-07-13T09:36:34.225Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=postgres-db-registry-1783935167849 -n rhoai-model-registries --ignore-not-found=true [2026-07-13T09:36:34.270Z] [INFO] Delete command output: service "postgres-db-registry-1783935167849" deleted persistentvolumeclaim "postgres-db-registry-1783935167849" deleted deployment.apps "postgres-db-registry-1783935167849" deleted secret "postgres-db-registry-1783935167849" deleted [2026-07-13T09:36:35.027Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1783935167849 -n rhoai-model-registries [2026-07-13T09:36:35.157Z] [INFO] PostgreSQL database 'postgres-db-registry-1783935167849' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (68049ms) 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, 47 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-07-13T09:36:41.230Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-07-13T09:36:41.244Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-13T09:36:41.344Z] [INFO] Ensure operator has optimal memory for testing [2026-07-13T09:36:42.025Z] [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-13T09:36:42.032Z] [INFO] Current operator memory limit: 1Gi [2026-07-13T09:36:42.036Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-07-13T09:36:42.048Z] [INFO] Create and verify SQL database for model registry [2026-07-13T09:36:42.053Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-07-13T09:36:42.056Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-07-13T09:36:42.724Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-13T09:36:42.730Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-07-13T09:36:43.727Z] [INFO] [EXEC] oc apply -f /tmp/db-1783935402733.yaml [2026-07-13T09:36:43.870Z] [INFO] [EXEC] rm -f /tmp/db-1783935402733.yaml [2026-07-13T09:36:43.879Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-07-13T09:36:43.919Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-07-13T09:37:12.028Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-07-13T09:37:12.056Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-07-13T09:37:12.075Z] [INFO] Create a model registry using YAML [2026-07-13T09:37:12.131Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-07-13T09:37:13.007Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783935432135-42iqn6pt5.yaml && rm -f /tmp/cypress-yaml-1783935432135-42iqn6pt5.yaml [2026-07-13T09:37:13.018Z] [INFO] Command exit code: 0 [2026-07-13T09:37:13.034Z] [INFO] Verify model registry is created [2026-07-13T09:37:13.050Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-13T09:37:13.726Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-13T09:37:13.754Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 1s [2026-07-13T09:37:13.772Z] [INFO] Wait for model registry to be in Available state [2026-07-13T09:37:13.788Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-07-13T09:37:33.193Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-07-13T09:37:33.237Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-07-13T09:37:43.257Z] [INFO] Create a project for register and store test [2026-07-13T09:37:43.262Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-13T09:37:43.615Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-13T09:37:43.648Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-07-13T09:37:43.679Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-07-13T09:37:43.707Z] [INFO] Creating project test-register-store-662874 [2026-07-13T09:37:44.133Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-07-13T09:37:44.522Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-07-13T09:37:44.530Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-13T09:37:44.867Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-13T09:37:44.912Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-07-13T09:37:44.953Z] [INFO] Project 'test-register-store-662874' exists. [2026-07-13T09:37:44.960Z] [INFO] Grant project access to the model registry [2026-07-13T09:37:45.415Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1783935464999-4c42dig94.yaml && rm -f /tmp/cypress-yaml-1783935464999-4c42dig94.yaml [2026-07-13T09:37:45.452Z] [INFO] Command exit code: 0 [2026-07-13T09:37:45.510Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-07-13T09:37:45.514Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-07-13T09:37:45.522Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-13T09:37:45.527Z] [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-13T09:37:45.531Z] [INFO] Grep tags: ["@SmokeSet4"] - Registers models via model registry using object storage and URI [2026-07-13T09:37:45.594Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-13T09:37:45.597Z] [INFO] Test title: Registers a new version via versions view [2026-07-13T09:37:45.602Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-13T09:37:45.607Z] [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-13T09:37:45.613Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-13T09:37:45.648Z] [INFO] [STEP 1] Log into the application [2026-07-13T09:37:45.663Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T09:37:45.909Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T09:37:47.527Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-13T09:37:47.562Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ai-hub/registry/test-model-registry-662874 [2026-07-13T09:37:48.361Z] [INFO] [STEP 3] Navigate to the first registered model [2026-07-13T09:37:58.762Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-13T09:37:58.765Z] [INFO] Test title: Registers a new version via versions view [2026-07-13T09:37:58.771Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-13T09:37:58.775Z] [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-13T09:37:58.779Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-13T09:37:58.801Z] [INFO] [STEP 1] Log into the application [2026-07-13T09:37:58.813Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T09:37:59.026Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T09:38:00.246Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-13T09:38:00.266Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ai-hub/registry/test-model-registry-662874 [2026-07-13T09:38:00.750Z] [INFO] [STEP 3] Navigate to the first registered model 1) Registers a new version via versions view [2026-07-13T09:38:11.188Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-13T09:38:11.190Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-13T09:38:11.194Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-13T09:38:11.197Z] [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-13T09:38:11.202Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-13T09:38:11.238Z] [INFO] [STEP 1] Log into the application [2026-07-13T09:38:11.246Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T09:38:11.417Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T09:38:12.382Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-13T09:38:12.394Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ai-hub/registry/test-model-registry-662874 [2026-07-13T09:38:12.867Z] [INFO] [STEP 3] Click Register Model button [2026-07-13T09:38:13.629Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-13T09:38:13.644Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-13T09:38:13.759Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-13T09:38:13.773Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-13T09:38:16.293Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-07-13T09:38:16.300Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-07-13T09:38:16.339Z] [INFO] [STEP 10] Fill in model details [2026-07-13T09:38:18.023Z] [INFO] [STEP 11] Fill in transfer job name [2026-07-13T09:38:18.249Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-07-13T09:38:19.668Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-07-13T09:38:20.505Z] [INFO] [STEP 14] Verify submit button is enabled [2026-07-13T09:38:20.544Z] [INFO] [STEP 15] Submit the register and store form [2026-07-13T09:38:20.693Z] [INFO] [STEP 16] Verify transfer job started notification appears [2026-07-13T09:38:20.894Z] [INFO] [STEP 17] Verify navigation away from the registration form ✓ Registers and stores a model to an OCI destination (9887ms) [2026-07-13T09:38:21.205Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-13T09:38:21.208Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-13T09:38:21.213Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-13T09:38:21.216Z] [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-13T09:38:21.220Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-13T09:38:21.254Z] [INFO] [STEP 1] Log into the application [2026-07-13T09:38:21.270Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T09:38:21.429Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T09:38:22.413Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-13T09:38:22.436Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ai-hub/registry/test-model-registry-662874 [2026-07-13T09:38:22.842Z] [INFO] [STEP 3] Click Register Model button [2026-07-13T09:38:23.795Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-13T09:38:23.823Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-13T09:38:23.970Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-13T09:38:24.001Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-13T09:38:26.451Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-07-13T09:38:26.489Z] [INFO] [STEP 9] Fill in model details [2026-07-13T09:38:28.188Z] [INFO] [STEP 10] Fill in transfer job name [2026-07-13T09:38:28.419Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-07-13T09:38:28.958Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-07-13T09:38:29.751Z] [INFO] [STEP 13] Verify submit button is enabled [2026-07-13T09:38:29.785Z] [INFO] [STEP 14] Submit the register and store form [2026-07-13T09:38:29.928Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-07-13T09:38:30.094Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-07-13T09:38:30.118Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job) [2026-07-13T09:38:30.596Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-uri-transfer-job --for=condition=PodScheduled pod --timeout=120s [2026-07-13T09:38:30.601Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-xnkbc condition met [2026-07-13T09:38:30.607Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-07-13T09:38:30.709Z] [INFO] [STEP 18] Navigate away from model registry before cleanup [2026-07-13T09:38:30.931Z] [INFO] [STEP 19] Clean up registered models from database [2026-07-13T09:38:31.380Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-07-13T09:38:31.387Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-07-13T09:38:32.052Z] [INFO] [EXEC] oc exec model-registry-db-662874-7956bc68d9-htfkz -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-13T09:38:32.058Z] [INFO] Database cleanup completed successfully [2026-07-13T09:38:32.062Z] [INFO] [STEP 20] Delete the model registry [2026-07-13T09:38:32.066Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-07-13T09:38:32.584Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-07-13T09:38:32.587Z] [INFO] [STEP 21] Verify model registry is removed from the backend [2026-07-13T09:38:32.590Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-13T09:38:32.966Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-13T09:38:32.972Z] [INFO] [STEP 22] Delete the SQL database [2026-07-13T09:38:32.975Z] [INFO] Deleting model registry database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-07-13T09:38:33.293Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-13T09:38:33.301Z] [INFO] Database 'model-registry-db-662874' exists, proceeding with deletion... [2026-07-13T09:38:35.893Z] [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-13T09:38:35.901Z] [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-13T09:38:36.234Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-13T09:38:36.240Z] [INFO] Model registry database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-07-13T09:38:36.245Z] [INFO] [STEP 23] Delete the test project [2026-07-13T09:38:36.582Z] [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 (9495ms) 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.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, 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-13T09:38:41.229Z] [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-13T09:38:41.243Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (87ms) 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-13T09:38:45.517Z] [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-13T09:38:45.530Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (87ms) 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-13T09:38:49.383Z] [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-13T09:38:49.396Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (92ms) 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 571ms 4 - - 4 - │ │ on.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ modelRegistry/testCreateModelRegist 03:47 3 3 - - - │ │ ry.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ modelRegistry/testRegisterModel.cy. 01:55 4 2 1 1 - │ │ ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/createRunDeletePipelineCu 91ms 1 - - 1 - │ │ stomPipMirror.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/pipelines.cy.ts 92ms 1 - - 1 - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/testSchedulePipeline.cy.t 98ms 1 - - 1 - │ │ s │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✖ 1 of 6 failed (17%) 05:43 14 5 1 8 -