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-14T08:43:36.028Z] [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-14T08:43:36.059Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (277ms) 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-14T08:43:45.154Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-07-14T08:43:45.233Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-14T08:43:45.334Z] [INFO] Ensure operator has optimal memory for testing [2026-07-14T08:43:47.041Z] [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-14T08:43:47.055Z] [INFO] Current operator memory limit: 512Mi [2026-07-14T08:43:47.134Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-07-14T08:43:48.432Z] [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-14T08:43:48.447Z] [INFO] Successfully patched operator memory to 1Gi [2026-07-14T08:44:04.332Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-07-14T08:44:04.428Z] [INFO] Operator rollout completed successfully [2026-07-14T08:44:04.538Z] [INFO] Create and verify SQL database for model registry [2026-07-14T08:44:04.643Z] [INFO] Create SQL database 'mysql-db-registry-1784018624932' for model registry [2026-07-14T08:44:04.743Z] [INFO] Creating SQL database 'mysql-db-registry-1784018624932' for model registry in namespace rhoai-model-registries [2026-07-14T08:44:05.829Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1784018624932 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-14T08:44:05.838Z] [INFO] Database 'mysql-db-registry-1784018624932' does not exist, proceeding with creation [2026-07-14T08:44:07.138Z] [INFO] [EXEC] oc apply -f /tmp/db-1784018645932.yaml [2026-07-14T08:44:07.460Z] [INFO] [EXEC] rm -f /tmp/db-1784018645932.yaml [2026-07-14T08:44:07.529Z] [INFO] Wait for model registry database 'mysql-db-registry-1784018624932' to be ready [2026-07-14T08:44:07.546Z] [INFO] Waiting for model registry database 'mysql-db-registry-1784018624932' to be ready... [2026-07-14T08:44:37.253Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-1784018624932 -n rhoai-model-registries --timeout=600s [2026-07-14T08:44:37.282Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-1784018624932 condition met [2026-07-14T08:44:37.330Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-14T08:44:37.348Z] [INFO] Create PostgreSQL database 'postgres-db-registry-1784018624932' for model registry [2026-07-14T08:44:37.368Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-1784018624932' for model registry in namespace rhoai-model-registries [2026-07-14T08:44:37.668Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1784018624932 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-14T08:44:37.735Z] [INFO] PostgreSQL database 'postgres-db-registry-1784018624932' does not exist, proceeding with creation [2026-07-14T08:44:38.438Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1784018677751.yaml [2026-07-14T08:44:38.683Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1784018677751.yaml [2026-07-14T08:44:38.746Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-1784018624932' to be ready [2026-07-14T08:44:38.764Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-1784018624932' to be ready... [2026-07-14T08:44:58.441Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-1784018624932 -n rhoai-model-registries --timeout=600s [2026-07-14T08:44:58.463Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-1784018624932 condition met [2026-07-14T08:44:58.543Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-14T08:44:58.552Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-14T08:44:58.627Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-14T08:44:58.636Z] [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-14T08:44:58.641Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T08:44:58.676Z] [INFO] [STEP 1] Login as an Admin [2026-07-14T08:44:58.735Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-14T08:44:59.545Z] [INFO] OAuth login flow detected - completing authentication [2026-07-14T08:45:03.561Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-14T08:45:03.667Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-14T08:45:06.536Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-07-14T08:45:08.329Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-14T08:45:35.830Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-14T08:45:35.861Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-14T08:45:36.677Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-14T08:45:36.749Z] [INFO] Command output: rhoai-model-registries e2e-test-registry True 28s [2026-07-14T08:45:36.756Z] [INFO] [STEP 6] Delete the model registry [2026-07-14T08:45:37.526Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-14T08:45:37.762Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-14T08:45:37.838Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-14T08:45:38.539Z] [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 (113515ms) [2026-07-14T08:45:39.140Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-14T08:45:39.144Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-14T08:45:39.150Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-14T08:45:39.156Z] [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-14T08:45:39.163Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T08:45:39.231Z] [INFO] [STEP 1] Login as an Admin [2026-07-14T08:45:39.248Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-14T08:45:39.551Z] [INFO] OAuth login flow detected - completing authentication [2026-07-14T08:45:40.968Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-14T08:45:41.143Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-14T08:45:43.061Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-07-14T08:45:45.329Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-14T08:46:12.738Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-14T08:46:12.838Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784018624932 [2026-07-14T08:46:13.969Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784018624932 [2026-07-14T08:46:14.062Z] [INFO] Command output: rhoai-model-registries postgres-registry-1784018624932 True 28s [2026-07-14T08:46:14.070Z] [INFO] [STEP 6] Delete the model registry [2026-07-14T08:46:15.163Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-14T08:46:15.569Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-14T08:46:15.663Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784018624932 [2026-07-14T08:46:16.542Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784018624932 ✓ Creates a model registry with PostgreSQL database and then deletes it (37692ms) [2026-07-14T08:46:16.926Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-14T08:46:16.929Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-14T08:46:16.936Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-14T08:46:16.942Z] [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-14T08:46:16.947Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T08:46:17.031Z] [INFO] [STEP 1] Login as an Admin [2026-07-14T08:46:17.046Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-14T08:46:17.350Z] [INFO] OAuth login flow detected - completing authentication [2026-07-14T08:46:18.631Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-14T08:46:18.851Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-14T08:46:20.654Z] [INFO] [STEP 3] Create a model registry with default database [2026-07-14T08:46:21.368Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-14T08:47:20.166Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-14T08:47:20.238Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1784018624932 [2026-07-14T08:47:21.042Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1784018624932 [2026-07-14T08:47:21.130Z] [INFO] Command output: rhoai-model-registries default-db-registry-1784018624932 True 59s [2026-07-14T08:47:21.172Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-07-14T08:47:21.261Z] [INFO] Waiting for default database 'default-db-registry-1784018624932' to be ready... [2026-07-14T08:47:21.938Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-1784018624932 -n rhoai-model-registries --timeout=600s [2026-07-14T08:47:21.970Z] [INFO] Default database wait result: deployment.apps/default-db-registry-1784018624932 condition met [2026-07-14T08:47:22.052Z] [INFO] Checking if default database 'default-db-registry-1784018624932' exists for registry 'default-db-registry-1784018624932' [2026-07-14T08:47:22.581Z] [INFO] [EXEC] oc get deployment default-db-registry-1784018624932 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-14T08:47:22.650Z] [INFO] Default database 'default-db-registry-1784018624932' exists and ready: true [2026-07-14T08:47:22.727Z] [INFO] [STEP 7] Delete the model registry with default database [2026-07-14T08:47:23.564Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-07-14T08:47:23.838Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-07-14T08:47:23.873Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1784018624932 [2026-07-14T08:47:24.438Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1784018624932 [2026-07-14T08:47:24.758Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-07-14T08:47:25.255Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-07-14T08:47:25.369Z] [INFO] Deleting model registry e2e-test-registry from namespace rhoai-model-registries [2026-07-14T08:47:26.338Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry -n rhoai-model-registries --timeout=240s [2026-07-14T08:47:26.343Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-07-14T08:47:26.432Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-14T08:47:27.265Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-14T08:47:27.272Z] [INFO] [STEP 13] Delete the MySQL database [2026-07-14T08:47:27.330Z] [INFO] Deleting model registry database 'mysql-db-registry-1784018624932' from namespace rhoai-model-registries [2026-07-14T08:47:27.867Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1784018624932 -n rhoai-model-registries [2026-07-14T08:47:27.877Z] [INFO] Database 'mysql-db-registry-1784018624932' exists, proceeding with deletion... [2026-07-14T08:47:30.138Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=mysql-db-registry-1784018624932 -n rhoai-model-registries --ignore-not-found=true [2026-07-14T08:47:30.248Z] [INFO] Delete command output: service "mysql-db-registry-1784018624932" deleted persistentvolumeclaim "mysql-db-registry-1784018624932" deleted deployment.apps "mysql-db-registry-1784018624932" deleted secret "mysql-db-registry-1784018624932" deleted [2026-07-14T08:47:30.855Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1784018624932 -n rhoai-model-registries [2026-07-14T08:47:30.862Z] [INFO] Model registry database 'mysql-db-registry-1784018624932' successfully deleted after 1 attempts [2026-07-14T08:47:30.958Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-07-14T08:47:31.053Z] [INFO] Deleting model registry postgres-registry-1784018624932 from namespace rhoai-model-registries [2026-07-14T08:47:31.874Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-1784018624932 -n rhoai-model-registries --timeout=240s [2026-07-14T08:47:31.955Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-07-14T08:47:32.030Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784018624932 [2026-07-14T08:47:32.858Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784018624932 [2026-07-14T08:47:32.866Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-07-14T08:47:32.953Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-1784018624932' from namespace rhoai-model-registries [2026-07-14T08:47:33.740Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1784018624932 -n rhoai-model-registries [2026-07-14T08:47:33.863Z] [INFO] PostgreSQL database 'postgres-db-registry-1784018624932' exists, proceeding with deletion... [2026-07-14T08:47:36.156Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=postgres-db-registry-1784018624932 -n rhoai-model-registries --ignore-not-found=true [2026-07-14T08:47:36.243Z] [INFO] Delete command output: service "postgres-db-registry-1784018624932" deleted persistentvolumeclaim "postgres-db-registry-1784018624932" deleted deployment.apps "postgres-db-registry-1784018624932" deleted secret "postgres-db-registry-1784018624932" deleted [2026-07-14T08:47:36.854Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1784018624932 -n rhoai-model-registries [2026-07-14T08:47:36.862Z] [INFO] PostgreSQL database 'postgres-db-registry-1784018624932' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (67691ms) 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, 52 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-07-14T08:47:42.745Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-07-14T08:47:42.757Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-14T08:47:42.846Z] [INFO] Ensure operator has optimal memory for testing [2026-07-14T08:47:43.341Z] [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-14T08:47:43.348Z] [INFO] Current operator memory limit: 1Gi [2026-07-14T08:47:43.353Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-07-14T08:47:43.363Z] [INFO] Create and verify SQL database for model registry [2026-07-14T08:47:43.366Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-07-14T08:47:43.369Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-07-14T08:47:43.839Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-14T08:47:43.846Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-07-14T08:47:44.586Z] [INFO] [EXEC] oc apply -f /tmp/db-1784018863850.yaml [2026-07-14T08:47:44.779Z] [INFO] [EXEC] rm -f /tmp/db-1784018863850.yaml [2026-07-14T08:47:44.834Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-07-14T08:47:44.839Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-07-14T08:48:12.188Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-07-14T08:48:12.241Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-07-14T08:48:12.254Z] [INFO] Create a model registry using YAML [2026-07-14T08:48:12.270Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-07-14T08:48:13.240Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784018892335-z2xdylglb.yaml && rm -f /tmp/cypress-yaml-1784018892335-z2xdylglb.yaml [2026-07-14T08:48:13.343Z] [INFO] Command exit code: 0 [2026-07-14T08:48:13.358Z] [INFO] Verify model registry is created [2026-07-14T08:48:13.434Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-14T08:48:14.067Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-14T08:48:14.136Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 2s [2026-07-14T08:48:14.144Z] [INFO] Wait for model registry to be in Available state [2026-07-14T08:48:14.162Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-07-14T08:48:29.644Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-07-14T08:48:29.652Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-07-14T08:48:39.664Z] [INFO] Create a project for register and store test [2026-07-14T08:48:39.669Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-14T08:48:40.039Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-14T08:48:40.061Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-07-14T08:48:40.069Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-07-14T08:48:40.130Z] [INFO] Creating project test-register-store-662874 [2026-07-14T08:48:40.587Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-07-14T08:48:40.977Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-07-14T08:48:40.999Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-14T08:48:41.431Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-14T08:48:41.485Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-07-14T08:48:41.544Z] [INFO] Project 'test-register-store-662874' exists. [2026-07-14T08:48:41.551Z] [INFO] Grant project access to the model registry [2026-07-14T08:48:42.110Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1784018921631-2a17b0cbp.yaml && rm -f /tmp/cypress-yaml-1784018921631-2a17b0cbp.yaml [2026-07-14T08:48:42.148Z] [INFO] Command exit code: 0 [2026-07-14T08:48:42.226Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-07-14T08:48:42.231Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-07-14T08:48:42.236Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-14T08:48:42.241Z] [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-14T08:48:42.246Z] [INFO] Grep tags: ["@SmokeSet4"] - Registers models via model registry using object storage and URI [2026-07-14T08:48:42.335Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-14T08:48:42.338Z] [INFO] Test title: Registers a new version via versions view [2026-07-14T08:48:42.344Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-14T08:48:42.349Z] [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-14T08:48:42.354Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T08:48:42.378Z] [INFO] [STEP 1] Log into the application [2026-07-14T08:48:42.387Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-14T08:48:42.678Z] [INFO] OAuth login flow detected - completing authentication [2026-07-14T08:48:44.644Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-14T08:48:44.675Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ai-hub/registry/test-model-registry-662874 [2026-07-14T08:48:45.661Z] [INFO] [STEP 3] Navigate to the first registered model [2026-07-14T08:48:56.129Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-14T08:48:56.132Z] [INFO] Test title: Registers a new version via versions view [2026-07-14T08:48:56.136Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-14T08:48:56.140Z] [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-14T08:48:56.144Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T08:48:56.166Z] [INFO] [STEP 1] Log into the application [2026-07-14T08:48:56.178Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-14T08:48:56.378Z] [INFO] OAuth login flow detected - completing authentication [2026-07-14T08:48:57.480Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-14T08:48:57.553Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ai-hub/registry/test-model-registry-662874 [2026-07-14T08:48:58.171Z] [INFO] [STEP 3] Navigate to the first registered model 1) Registers a new version via versions view [2026-07-14T08:49:08.626Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-14T08:49:08.629Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-14T08:49:08.633Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-14T08:49:08.638Z] [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-14T08:49:08.642Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T08:49:08.684Z] [INFO] [STEP 1] Log into the application [2026-07-14T08:49:08.693Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-14T08:49:08.853Z] [INFO] OAuth login flow detected - completing authentication [2026-07-14T08:49:09.801Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-14T08:49:09.864Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ai-hub/registry/test-model-registry-662874 [2026-07-14T08:49:10.406Z] [INFO] [STEP 3] Click Register Model button [2026-07-14T08:49:11.437Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-14T08:49:11.471Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-14T08:49:11.617Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-14T08:49:11.647Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-14T08:49:14.782Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-07-14T08:49:14.786Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-07-14T08:49:14.826Z] [INFO] [STEP 10] Fill in model details [2026-07-14T08:49:16.615Z] [INFO] [STEP 11] Fill in transfer job name [2026-07-14T08:49:16.848Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-07-14T08:49:18.300Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-07-14T08:49:19.247Z] [INFO] [STEP 14] Verify submit button is enabled [2026-07-14T08:49:19.282Z] [INFO] [STEP 15] Submit the register and store form [2026-07-14T08:49:19.427Z] [INFO] [STEP 16] Verify transfer job started notification appears [2026-07-14T08:49:19.605Z] [INFO] [STEP 17] Verify navigation away from the registration form ✓ Registers and stores a model to an OCI destination (11154ms) [2026-07-14T08:49:19.889Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-14T08:49:19.891Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-14T08:49:19.894Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-14T08:49:19.898Z] [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-14T08:49:19.901Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T08:49:19.935Z] [INFO] [STEP 1] Log into the application [2026-07-14T08:49:19.948Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-14T08:49:20.103Z] [INFO] OAuth login flow detected - completing authentication [2026-07-14T08:49:21.142Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-14T08:49:21.243Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ai-hub/registry/test-model-registry-662874 [2026-07-14T08:49:21.838Z] [INFO] [STEP 3] Click Register Model button [2026-07-14T08:49:22.955Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-14T08:49:22.986Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-14T08:49:23.115Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-14T08:49:23.146Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-14T08:49:25.942Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-07-14T08:49:25.984Z] [INFO] [STEP 9] Fill in model details [2026-07-14T08:49:27.676Z] [INFO] [STEP 10] Fill in transfer job name [2026-07-14T08:49:27.941Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-07-14T08:49:28.491Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-07-14T08:49:29.403Z] [INFO] [STEP 13] Verify submit button is enabled [2026-07-14T08:49:29.437Z] [INFO] [STEP 14] Submit the register and store form [2026-07-14T08:49:29.578Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-07-14T08:49:29.733Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-07-14T08:49:29.763Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job) [2026-07-14T08:49:30.239Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-uri-transfer-job --for=condition=PodScheduled pod --timeout=120s [2026-07-14T08:49:30.246Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-htzfp condition met [2026-07-14T08:49:30.252Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-07-14T08:49:30.356Z] [INFO] [STEP 18] Navigate away from model registry before cleanup [2026-07-14T08:49:30.567Z] [INFO] [STEP 19] Clean up registered models from database [2026-07-14T08:49:30.924Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-07-14T08:49:30.934Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-07-14T08:49:31.487Z] [INFO] [EXEC] oc exec model-registry-db-662874-7956bc68d9-6z2hh -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-14T08:49:31.492Z] [INFO] Database cleanup completed successfully [2026-07-14T08:49:31.495Z] [INFO] [STEP 20] Delete the model registry [2026-07-14T08:49:31.498Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-07-14T08:49:32.007Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-07-14T08:49:32.010Z] [INFO] [STEP 21] Verify model registry is removed from the backend [2026-07-14T08:49:32.013Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-14T08:49:32.367Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-14T08:49:32.373Z] [INFO] [STEP 22] Delete the SQL database [2026-07-14T08:49:32.376Z] [INFO] Deleting model registry database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-07-14T08:49:32.642Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-14T08:49:32.649Z] [INFO] Database 'model-registry-db-662874' exists, proceeding with deletion... [2026-07-14T08:49:34.692Z] [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-14T08:49:34.699Z] [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-14T08:49:34.993Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-14T08:49:34.998Z] [INFO] Model registry database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-07-14T08:49:35.003Z] [INFO] [STEP 23] Delete the test project [2026-07-14T08:49:35.292Z] [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 (10457ms) 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, 52 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-14T08:49:41.034Z] [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-14T08:49:41.057Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (174ms) 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-14T08:49:45.950Z] [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-14T08:49:45.969Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (144ms) 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-14T08:49:51.044Z] [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-14T08:49:51.058Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (153ms) 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 286ms 4 - - 4 - │ │ on.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ modelRegistry/testCreateModelRegist 03:52 3 3 - - - │ │ ry.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ modelRegistry/testRegisterModel.cy. 01:52 4 2 1 1 - │ │ ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/createRunDeletePipelineCu 180ms 1 - - 1 - │ │ stomPipMirror.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/pipelines.cy.ts 149ms 1 - - 1 - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/testSchedulePipeline.cy.t 158ms 1 - - 1 - │ │ s │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✖ 1 of 6 failed (17%) 05:45 14 5 1 8 -