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-12T09:54:50.344Z] [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-12T09:54:50.517Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (223ms) 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-12T09:54:59.428Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-07-12T09:54:59.442Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-12T09:54:59.623Z] [INFO] Ensure operator has optimal memory for testing [2026-07-12T09:55:02.030Z] [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-12T09:55:02.222Z] [INFO] Current operator memory limit: 512Mi [2026-07-12T09:55:02.232Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-07-12T09:55:03.030Z] [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-12T09:55:03.046Z] [INFO] Successfully patched operator memory to 1Gi [2026-07-12T09:55:17.017Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-07-12T09:55:17.130Z] [INFO] Operator rollout completed successfully [2026-07-12T09:55:17.224Z] [INFO] Create and verify SQL database for model registry [2026-07-12T09:55:17.318Z] [INFO] Create SQL database 'mysql-db-registry-1783850099159' for model registry [2026-07-12T09:55:17.324Z] [INFO] Creating SQL database 'mysql-db-registry-1783850099159' for model registry in namespace rhoai-model-registries [2026-07-12T09:55:18.130Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1783850099159 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-12T09:55:18.218Z] [INFO] Database 'mysql-db-registry-1783850099159' does not exist, proceeding with creation [2026-07-12T09:55:19.225Z] [INFO] [EXEC] oc apply -f /tmp/db-1783850118232.yaml [2026-07-12T09:55:19.519Z] [INFO] [EXEC] rm -f /tmp/db-1783850118232.yaml [2026-07-12T09:55:19.550Z] [INFO] Wait for model registry database 'mysql-db-registry-1783850099159' to be ready [2026-07-12T09:55:19.621Z] [INFO] Waiting for model registry database 'mysql-db-registry-1783850099159' to be ready... [2026-07-12T09:55:50.033Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-1783850099159 -n rhoai-model-registries --timeout=600s [2026-07-12T09:55:50.065Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-1783850099159 condition met [2026-07-12T09:55:50.084Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-12T09:55:50.139Z] [INFO] Create PostgreSQL database 'postgres-db-registry-1783850099159' for model registry [2026-07-12T09:55:50.144Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-1783850099159' for model registry in namespace rhoai-model-registries [2026-07-12T09:55:50.552Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1783850099159 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-12T09:55:50.622Z] [INFO] PostgreSQL database 'postgres-db-registry-1783850099159' does not exist, proceeding with creation [2026-07-12T09:55:51.288Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1783850150638.yaml [2026-07-12T09:55:51.479Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1783850150638.yaml [2026-07-12T09:55:51.549Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-1783850099159' to be ready [2026-07-12T09:55:51.568Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-1783850099159' to be ready... [2026-07-12T09:56:11.229Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-1783850099159 -n rhoai-model-registries --timeout=600s [2026-07-12T09:56:11.238Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-1783850099159 condition met [2026-07-12T09:56:11.340Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-12T09:56:11.345Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-12T09:56:11.351Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-12T09:56:11.357Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@ConnectionTypesCI","@SettingsCI","@MaaSCI","@MaasSubscriptions","@ODS-327","@ODS-492","@ModelServingCI","@KServeCI","@ModelServing","@LLMDServingCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@HardwareProfilesCI","@HardwareProfileModelServing","@ODS-327","@ODS-492"] [2026-07-12T09:56:11.363Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T09:56:11.428Z] [INFO] [STEP 1] Login as an Admin [2026-07-12T09:56:11.452Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/ [2026-07-12T09:56:11.456Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-12T09:56:12.162Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-12T09:56:12.165Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-12T09:56:12.170Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-12T09:56:12.175Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@ConnectionTypesCI","@SettingsCI","@MaaSCI","@MaasSubscriptions","@ODS-327","@ODS-492","@ModelServingCI","@KServeCI","@ModelServing","@LLMDServingCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@HardwareProfilesCI","@HardwareProfileModelServing","@ODS-327","@ODS-492"] [2026-07-12T09:56:12.218Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T09:56:12.257Z] [INFO] [STEP 1] Login as an Admin [2026-07-12T09:56:12.269Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/ [2026-07-12T09:56:12.275Z] [INFO] BYOIDC cluster detected - using Keycloak authentication 1) Creates a model registry with mysql database and then deletes it [2026-07-12T09:56:12.820Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-12T09:56:12.828Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-12T09:56:12.840Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-12T09:56:12.846Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@ConnectionTypesCI","@SettingsCI","@MaaSCI","@MaasSubscriptions","@ODS-327","@ODS-492","@ModelServingCI","@KServeCI","@ModelServing","@LLMDServingCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@HardwareProfilesCI","@HardwareProfileModelServing","@ODS-327","@ODS-492"] [2026-07-12T09:56:12.852Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T09:56:12.922Z] [INFO] [STEP 1] Login as an Admin [2026-07-12T09:56:12.937Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/ [2026-07-12T09:56:12.941Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-12T09:56:13.427Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-12T09:56:13.432Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-12T09:56:13.439Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-12T09:56:13.445Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@ConnectionTypesCI","@SettingsCI","@MaaSCI","@MaasSubscriptions","@ODS-327","@ODS-492","@ModelServingCI","@KServeCI","@ModelServing","@LLMDServingCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@HardwareProfilesCI","@HardwareProfileModelServing","@ODS-327","@ODS-492"] [2026-07-12T09:56:13.450Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T09:56:13.477Z] [INFO] [STEP 1] Login as an Admin [2026-07-12T09:56:13.529Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/ [2026-07-12T09:56:13.534Z] [INFO] BYOIDC cluster detected - using Keycloak authentication 2) Creates a model registry with PostgreSQL database and then deletes it [2026-07-12T09:56:13.977Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-12T09:56:14.019Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-12T09:56:14.024Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-12T09:56:14.031Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@ConnectionTypesCI","@SettingsCI","@MaaSCI","@MaasSubscriptions","@ODS-327","@ODS-492","@ModelServingCI","@KServeCI","@ModelServing","@LLMDServingCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@HardwareProfilesCI","@HardwareProfileModelServing","@ODS-327","@ODS-492"] [2026-07-12T09:56:14.036Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T09:56:14.064Z] [INFO] [STEP 1] Login as an Admin [2026-07-12T09:56:14.124Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/ [2026-07-12T09:56:14.128Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-12T09:56:14.637Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-12T09:56:14.641Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-12T09:56:14.646Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-12T09:56:14.652Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@ConnectionTypesCI","@SettingsCI","@MaaSCI","@MaasSubscriptions","@ODS-327","@ODS-492","@ModelServingCI","@KServeCI","@ModelServing","@LLMDServingCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@HardwareProfilesCI","@HardwareProfileModelServing","@ODS-327","@ODS-492"] [2026-07-12T09:56:14.659Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T09:56:14.730Z] [INFO] [STEP 1] Login as an Admin [2026-07-12T09:56:14.838Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/ [2026-07-12T09:56:14.842Z] [INFO] BYOIDC cluster detected - using Keycloak authentication 3) Creates a model registry with default database and then deletes it [2026-07-12T09:56:15.321Z] [INFO] Navigate away from model registry before cleanup [2026-07-12T09:56:16.222Z] [INFO] Delete the model registry (MySQL external db) [2026-07-12T09:56:16.239Z] [INFO] Deleting model registry e2e-test-registry from namespace rhoai-model-registries [2026-07-12T09:56:16.727Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry -n rhoai-model-registries --timeout=240s [2026-07-12T09:56:16.731Z] [INFO] Verify model registry (MySQL external db) is removed from the backend [2026-07-12T09:56:16.735Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-12T09:56:17.127Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-12T09:56:17.135Z] [INFO] Delete the MySQL database [2026-07-12T09:56:17.138Z] [INFO] Deleting model registry database 'mysql-db-registry-1783850099159' from namespace rhoai-model-registries [2026-07-12T09:56:18.444Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1783850099159 -n rhoai-model-registries [2026-07-12T09:56:18.453Z] [INFO] Database 'mysql-db-registry-1783850099159' exists, proceeding with deletion... [2026-07-12T09:56:21.332Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=mysql-db-registry-1783850099159 -n rhoai-model-registries --ignore-not-found=true [2026-07-12T09:56:21.343Z] [INFO] Delete command output: service "mysql-db-registry-1783850099159" deleted persistentvolumeclaim "mysql-db-registry-1783850099159" deleted deployment.apps "mysql-db-registry-1783850099159" deleted secret "mysql-db-registry-1783850099159" deleted [2026-07-12T09:56:21.647Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1783850099159 -n rhoai-model-registries [2026-07-12T09:56:21.654Z] [INFO] Model registry database 'mysql-db-registry-1783850099159' successfully deleted after 1 attempts [2026-07-12T09:56:21.661Z] [INFO] Delete the model registry (PostgreSQL external db) [2026-07-12T09:56:21.665Z] [INFO] Deleting model registry postgres-registry-1783850099159 from namespace rhoai-model-registries [2026-07-12T09:56:22.119Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-1783850099159 -n rhoai-model-registries --timeout=240s [2026-07-12T09:56:22.123Z] [INFO] Verify model registry (PostgreSQL external db) is removed from the backend [2026-07-12T09:56:22.126Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783850099159 [2026-07-12T09:56:22.627Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783850099159 [2026-07-12T09:56:22.634Z] [INFO] Delete the PostgreSQL database [2026-07-12T09:56:22.639Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-1783850099159' from namespace rhoai-model-registries [2026-07-12T09:56:22.988Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1783850099159 -n rhoai-model-registries [2026-07-12T09:56:23.023Z] [INFO] PostgreSQL database 'postgres-db-registry-1783850099159' exists, proceeding with deletion... [2026-07-12T09:56:24.332Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=postgres-db-registry-1783850099159 -n rhoai-model-registries --ignore-not-found=true [2026-07-12T09:56:24.341Z] [INFO] Delete command output: service "postgres-db-registry-1783850099159" deleted persistentvolumeclaim "postgres-db-registry-1783850099159" deleted deployment.apps "postgres-db-registry-1783850099159" deleted secret "postgres-db-registry-1783850099159" deleted [2026-07-12T09:56:24.651Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1783850099159 -n rhoai-model-registries [2026-07-12T09:56:24.656Z] [INFO] PostgreSQL database 'postgres-db-registry-1783850099159' successfully deleted after 1 attempts 0 passing (1m) 3 failing 1) Verify a model registry can be created and deleted Creates a model registry with mysql database and then deletes it: Test steps were: 1. Login as an Admin 2. Navigate to: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/ Failed to visit 'https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:429:14) 2) Verify a model registry can be created and deleted Creates a model registry with PostgreSQL database and then deletes it: Test steps were: 1. Login as an Admin 2. Navigate to: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/ Failed to visit 'https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:429:14) 3) Verify a model registry can be created and deleted Creates a model registry with default database and then deletes it: Test steps were: 1. Login as an Admin 2. Navigate to: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/ Failed to visit 'https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:429:14) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 0 │ │ Failing: 3 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 6 │ │ Video: false │ │ Duration: 1 minute, 25 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1919x1079) istry/testCreateModelRegistry.cy.ts/Verify a model registry can be created and d eleted -- Creates a model registry with mysql database and then deletes it (fail ed).png - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1919x1079) istry/testCreateModelRegistry.cy.ts/Verify a model registry can be created and d eleted -- Creates a model registry with mysql database and then deletes it (fail ed) (attempt 2).png - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1919x1079) istry/testCreateModelRegistry.cy.ts/Verify a model registry can be created and d eleted -- Creates a model registry with PostgreSQL database and then deletes it (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1919x1079) istry/testCreateModelRegistry.cy.ts/Verify a model registry can be created and d eleted -- Creates a model registry with PostgreSQL database and then deletes it (failed) (attempt 2).png - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1919x1079) istry/testCreateModelRegistry.cy.ts/Verify a model registry can be created and d eleted -- Creates a model registry with default database and then deletes it (fa iled).png - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1919x1079) istry/testCreateModelRegistry.cy.ts/Verify a model registry can be created and d eleted -- Creates a model registry with default database and then deletes it (fa iled) (attempt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-07-12T09:56:29.922Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-07-12T09:56:29.932Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-12T09:56:30.023Z] [INFO] Ensure operator has optimal memory for testing [2026-07-12T09:56:30.519Z] [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-12T09:56:30.528Z] [INFO] Current operator memory limit: 1Gi [2026-07-12T09:56:30.532Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-07-12T09:56:30.542Z] [INFO] Create and verify SQL database for model registry [2026-07-12T09:56:30.546Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-07-12T09:56:30.550Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-07-12T09:56:30.976Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-12T09:56:30.983Z] [INFO] Model registry database 'model-registry-db-662874' already exists and is ready, skipping creation [2026-07-12T09:56:31.027Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-07-12T09:56:31.032Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-07-12T09:56:31.526Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-07-12T09:56:31.533Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-07-12T09:56:31.541Z] [INFO] Create a model registry using YAML [2026-07-12T09:56:31.545Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-07-12T09:56:35.231Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783850191549-j0gtxplal.yaml && rm -f /tmp/cypress-yaml-1783850191549-j0gtxplal.yaml [2026-07-12T09:56:35.251Z] [INFO] Command exit code: 0 [2026-07-12T09:56:35.268Z] [INFO] Verify model registry is created [2026-07-12T09:56:35.328Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-12T09:56:35.753Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-12T09:56:35.832Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 True 3d [2026-07-12T09:56:35.840Z] [INFO] Wait for model registry to be in Available state [2026-07-12T09:56:35.846Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-07-12T09:56:36.747Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-07-12T09:56:36.769Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-07-12T09:56:46.833Z] [INFO] Create a project for register and store test [2026-07-12T09:56:46.854Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-12T09:56:47.427Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-12T09:56:47.451Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-07-12T09:56:47.459Z] [INFO] Project 'test-register-store-662874' exists. [2026-07-12T09:56:47.552Z] [INFO] Project test-register-store-662874 already exists. Deleting it. [2026-07-12T09:56:57.545Z] [INFO] [EXEC] oc delete project test-register-store-662874 --wait [2026-07-12T09:56:57.623Z] [INFO] Waiting for project test-register-store-662874 to be fully deleted... [2026-07-12T09:56:57.628Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-12T09:56:58.126Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-12T09:56:58.150Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-07-12T09:56:58.323Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-07-12T09:56:58.353Z] [INFO] Creating project test-register-store-662874 [2026-07-12T09:56:59.065Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-07-12T09:56:59.647Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-07-12T09:56:59.654Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-12T09:57:00.326Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-12T09:57:00.356Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-07-12T09:57:00.453Z] [INFO] Project 'test-register-store-662874' exists. [2026-07-12T09:57:00.520Z] [INFO] Grant project access to the model registry [2026-07-12T09:57:01.239Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1783850220559-ao1i0o75c.yaml && rm -f /tmp/cypress-yaml-1783850220559-ao1i0o75c.yaml [2026-07-12T09:57:01.317Z] [INFO] Command exit code: 0 [2026-07-12T09:57:01.432Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-07-12T09:57:01.437Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-07-12T09:57:01.463Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-12T09:57:01.468Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@ConnectionTypesCI","@SettingsCI","@MaaSCI","@MaasSubscriptions","@ODS-327","@ODS-492","@ModelServingCI","@KServeCI","@ModelServing","@LLMDServingCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@HardwareProfilesCI","@HardwareProfileModelServing","@ODS-327","@ODS-492"] [2026-07-12T09:57:01.525Z] [INFO] Grep tags: ["@SmokeSet4"] - Registers models via model registry using object storage and URI [2026-07-12T09:57:01.639Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-12T09:57:01.641Z] [INFO] Test title: Registers a new version via versions view [2026-07-12T09:57:01.646Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-12T09:57:01.653Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@ConnectionTypesCI","@SettingsCI","@MaaSCI","@MaasSubscriptions","@ODS-327","@ODS-492","@ModelServingCI","@KServeCI","@ModelServing","@LLMDServingCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@HardwareProfilesCI","@HardwareProfileModelServing","@ODS-327","@ODS-492"] [2026-07-12T09:57:01.658Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T09:57:01.742Z] [INFO] [STEP 1] Log into the application [2026-07-12T09:57:01.754Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/ [2026-07-12T09:57:01.758Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-12T09:57:02.439Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-12T09:57:02.442Z] [INFO] Test title: Registers a new version via versions view [2026-07-12T09:57:02.448Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-12T09:57:02.452Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@ConnectionTypesCI","@SettingsCI","@MaaSCI","@MaasSubscriptions","@ODS-327","@ODS-492","@ModelServingCI","@KServeCI","@ModelServing","@LLMDServingCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@HardwareProfilesCI","@HardwareProfileModelServing","@ODS-327","@ODS-492"] [2026-07-12T09:57:02.459Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T09:57:02.523Z] [INFO] [STEP 1] Log into the application [2026-07-12T09:57:02.536Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/ [2026-07-12T09:57:02.540Z] [INFO] BYOIDC cluster detected - using Keycloak authentication 1) Registers a new version via versions view [2026-07-12T09:57:03.060Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-12T09:57:03.063Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-12T09:57:03.067Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-12T09:57:03.071Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@ConnectionTypesCI","@SettingsCI","@MaaSCI","@MaasSubscriptions","@ODS-327","@ODS-492","@ModelServingCI","@KServeCI","@ModelServing","@LLMDServingCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@HardwareProfilesCI","@HardwareProfileModelServing","@ODS-327","@ODS-492"] [2026-07-12T09:57:03.074Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T09:57:03.133Z] [INFO] [STEP 1] Log into the application [2026-07-12T09:57:03.144Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/ [2026-07-12T09:57:03.148Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-12T09:57:03.865Z] [INFO] Keycloak login flow detected - completing authentication [2026-07-12T09:57:06.250Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-12T09:57:06.338Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/ai-hub/registry/test-model-registry-662874 [2026-07-12T09:57:06.349Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-12T09:57:07.150Z] [INFO] [STEP 3] Click Register Model button [2026-07-12T09:57:09.332Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-12T09:57:09.370Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-12T09:57:09.529Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-12T09:57:09.630Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-12T09:57:12.348Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-07-12T09:57:12.352Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-07-12T09:57:12.394Z] [INFO] [STEP 10] Fill in model details [2026-07-12T09:57:14.157Z] [INFO] [STEP 11] Fill in transfer job name [2026-07-12T09:57:14.373Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-07-12T09:57:15.836Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-07-12T09:57:16.679Z] [INFO] [STEP 14] Verify submit button is enabled [2026-07-12T09:57:16.713Z] [INFO] [STEP 15] Submit the register and store form [2026-07-12T09:57:16.857Z] [INFO] [STEP 16] Verify transfer job started notification appears [2026-07-12T09:57:17.052Z] [INFO] [STEP 17] Verify navigation away from the registration form ✓ Registers and stores a model to an OCI destination (14100ms) [2026-07-12T09:57:17.354Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-12T09:57:17.356Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-12T09:57:17.363Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-12T09:57:17.366Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@ConnectionTypesCI","@SettingsCI","@MaaSCI","@MaasSubscriptions","@ODS-327","@ODS-492","@ModelServingCI","@KServeCI","@ModelServing","@LLMDServingCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@HardwareProfilesCI","@HardwareProfileModelServing","@ODS-327","@ODS-492"] [2026-07-12T09:57:17.370Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T09:57:17.399Z] [INFO] [STEP 1] Log into the application [2026-07-12T09:57:17.413Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/ [2026-07-12T09:57:17.416Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-12T09:57:17.873Z] [INFO] Keycloak login flow detected - completing authentication [2026-07-12T09:57:18.819Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-12T09:57:18.863Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/ai-hub/registry/test-model-registry-662874 [2026-07-12T09:57:18.875Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-12T09:57:19.434Z] [INFO] [STEP 3] Click Register Model button [2026-07-12T09:57:20.609Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-12T09:57:20.622Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-12T09:57:20.718Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-12T09:57:20.732Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-12T09:57:23.553Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-07-12T09:57:23.724Z] [INFO] [STEP 9] Fill in model details [2026-07-12T09:57:25.570Z] [INFO] [STEP 10] Fill in transfer job name [2026-07-12T09:57:25.799Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-07-12T09:57:26.347Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-07-12T09:57:27.129Z] [INFO] [STEP 13] Verify submit button is enabled [2026-07-12T09:57:27.160Z] [INFO] [STEP 14] Submit the register and store form [2026-07-12T09:57:27.391Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-07-12T09:57:27.519Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-07-12T09:57:27.538Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job) [2026-07-12T09:57:27.910Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-uri-transfer-job --for=condition=PodScheduled pod --timeout=120s [2026-07-12T09:57:27.916Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-vncb6 condition met [2026-07-12T09:57:27.923Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-07-12T09:57:28.035Z] [INFO] [STEP 18] Navigate away from model registry before cleanup [2026-07-12T09:57:28.439Z] [INFO] [STEP 19] Clean up registered models from database [2026-07-12T09:57:28.753Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-07-12T09:57:28.763Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-07-12T09:57:29.214Z] [INFO] [EXEC] oc exec model-registry-db-662874-7956bc68d9-nm97m -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-12T09:57:29.417Z] [INFO] Database cleanup completed successfully [2026-07-12T09:57:29.423Z] [INFO] [STEP 20] Delete the model registry [2026-07-12T09:57:29.426Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-07-12T09:57:30.033Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-07-12T09:57:30.121Z] [INFO] [STEP 21] Verify model registry is removed from the backend [2026-07-12T09:57:30.178Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-12T09:57:30.810Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-12T09:57:30.816Z] [INFO] [STEP 22] Delete the SQL database [2026-07-12T09:57:30.819Z] [INFO] Deleting model registry database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-07-12T09:57:31.088Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-12T09:57:31.098Z] [INFO] Database 'model-registry-db-662874' exists, proceeding with deletion... [2026-07-12T09:57:33.751Z] [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-12T09:57:33.759Z] [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-12T09:57:34.016Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-12T09:57:34.024Z] [INFO] Model registry database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-07-12T09:57:34.042Z] [INFO] [STEP 23] Delete the test project [2026-07-12T09:57:34.407Z] [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 (10688ms) 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.ods-qe-psi-23.osp.rh-ods.com/ Failed to visit 'https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:429:14) [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, 4 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-12T09:57:44.045Z] [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-12T09:57:44.135Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (268ms) 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-12T09:57:51.245Z] [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-12T09:57:51.264Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (195ms) 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-12T09:57:59.818Z] [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-12T09:57:59.838Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (200ms) 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 299ms 4 - - 4 - │ │ on.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ modelRegistry/testCreateModelRegist 01:25 3 - 3 - - │ │ ry.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ modelRegistry/testRegisterModel.cy. 01:04 4 2 1 1 - │ │ ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/createRunDeletePipelineCu 272ms 1 - - 1 - │ │ stomPipMirror.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/pipelines.cy.ts 199ms 1 - - 1 - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/testSchedulePipeline.cy.t 263ms 1 - - 1 - │ │ s │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✖ 2 of 6 failed (33%) 02:31 14 2 4 8 -