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-14T17:09:51.287Z] [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-14T17:09:51.386Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (372ms) 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-14T17:10:01.193Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-07-14T17:10:01.206Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-14T17:10:01.305Z] [INFO] Ensure operator has optimal memory for testing [2026-07-14T17:10:03.498Z] [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-14T17:10:03.584Z] [INFO] Current operator memory limit: 512Mi [2026-07-14T17:10:03.686Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-07-14T17:10:04.594Z] [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-14T17:10:04.608Z] [INFO] Successfully patched operator memory to 1Gi [2026-07-14T17:10:17.597Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-07-14T17:10:17.691Z] [INFO] Operator rollout completed successfully [2026-07-14T17:10:17.706Z] [INFO] Create and verify SQL database for model registry [2026-07-14T17:10:17.798Z] [INFO] Create SQL database 'mysql-db-registry-1784049000781' for model registry [2026-07-14T17:10:17.804Z] [INFO] Creating SQL database 'mysql-db-registry-1784049000781' for model registry in namespace rhoai-model-registries [2026-07-14T17:10:18.591Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1784049000781 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-14T17:10:18.598Z] [INFO] Database 'mysql-db-registry-1784049000781' does not exist, proceeding with creation [2026-07-14T17:10:19.894Z] [INFO] [EXEC] oc apply -f /tmp/db-1784049018603.yaml [2026-07-14T17:10:20.192Z] [INFO] [EXEC] rm -f /tmp/db-1784049018603.yaml [2026-07-14T17:10:20.286Z] [INFO] Wait for model registry database 'mysql-db-registry-1784049000781' to be ready [2026-07-14T17:10:20.294Z] [INFO] Waiting for model registry database 'mysql-db-registry-1784049000781' to be ready... [2026-07-14T17:10:53.593Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-1784049000781 -n rhoai-model-registries --timeout=600s [2026-07-14T17:10:53.620Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-1784049000781 condition met [2026-07-14T17:10:53.682Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-14T17:10:53.700Z] [INFO] Create PostgreSQL database 'postgres-db-registry-1784049000781' for model registry [2026-07-14T17:10:53.705Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-1784049000781' for model registry in namespace rhoai-model-registries [2026-07-14T17:10:54.131Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1784049000781 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-14T17:10:54.139Z] [INFO] PostgreSQL database 'postgres-db-registry-1784049000781' does not exist, proceeding with creation [2026-07-14T17:10:55.091Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1784049054186.yaml [2026-07-14T17:10:55.330Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1784049054186.yaml [2026-07-14T17:10:55.402Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-1784049000781' to be ready [2026-07-14T17:10:55.409Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-1784049000781' to be ready... [2026-07-14T17:11:18.924Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-1784049000781 -n rhoai-model-registries --timeout=600s [2026-07-14T17:11:18.932Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-1784049000781 condition met [2026-07-14T17:11:19.006Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-14T17:11:19.026Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-14T17:11:19.094Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-14T17:11:19.101Z] [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-14T17:11:19.107Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T17:11:19.141Z] [INFO] [STEP 1] Login as an Admin [2026-07-14T17:11:19.190Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/ [2026-07-14T17:11:19.194Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-14T17:11:21.508Z] [INFO] Keycloak login flow detected - completing authentication [2026-07-14T17:11:25.132Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-14T17:11:25.233Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/settings/model-resources-operations/model-registry [2026-07-14T17:11:25.301Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-14T17:11:27.831Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-07-14T17:11:29.640Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-14T17:12:27.794Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-14T17:12:27.907Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-14T17:12:28.823Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-14T17:12:28.830Z] [INFO] Command output: rhoai-model-registries e2e-test-registry True 59s [2026-07-14T17:12:28.838Z] [INFO] [STEP 6] Delete the model registry [2026-07-14T17:12:29.785Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-14T17:12:30.127Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-14T17:12:30.204Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-14T17:12:30.898Z] [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 (149999ms) [2026-07-14T17:12:31.323Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-14T17:12:31.326Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-14T17:12:31.332Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-14T17:12:31.383Z] [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-14T17:12:31.389Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T17:12:31.414Z] [INFO] [STEP 1] Login as an Admin [2026-07-14T17:12:31.486Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/ [2026-07-14T17:12:31.490Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-14T17:12:32.121Z] [INFO] Keycloak login flow detected - completing authentication [2026-07-14T17:12:33.829Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-14T17:12:36.292Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/settings/model-resources-operations/model-registry [2026-07-14T17:12:36.302Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-14T17:12:47.183Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-14T17:12:47.187Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-14T17:12:47.192Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-14T17:12:47.197Z] [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-14T17:12:47.202Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T17:12:47.232Z] [INFO] [STEP 1] Login as an Admin [2026-07-14T17:12:47.282Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/ [2026-07-14T17:12:47.287Z] [INFO] BYOIDC cluster detected - using Keycloak authentication 1) Creates a model registry with PostgreSQL database and then deletes it [2026-07-14T17:12:47.799Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-14T17:12:47.802Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-14T17:12:47.807Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-14T17:12:47.812Z] [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-14T17:12:47.817Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T17:12:47.882Z] [INFO] [STEP 1] Login as an Admin [2026-07-14T17:12:47.901Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/ [2026-07-14T17:12:47.905Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-14T17:12:48.598Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-14T17:12:48.603Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-14T17:12:48.608Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-14T17:12:48.614Z] [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-14T17:12:48.619Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T17:12:48.698Z] [INFO] [STEP 1] Login as an Admin [2026-07-14T17:12:48.782Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/ [2026-07-14T17:12:48.787Z] [INFO] BYOIDC cluster detected - using Keycloak authentication 2) Creates a model registry with default database and then deletes it [2026-07-14T17:12:49.585Z] [INFO] Navigate away from model registry before cleanup 3) "after all" hook for "Creates a model registry with default database and then deletes it" 1 passing (3m) 3 failing 1) 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:352:14) 2) 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:352:14) 3) Verify a model registry can be created and deleted "after all" hook for "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/ 3. Navigate away from model registry before cleanup `cy.visit()` failed trying to load: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/ The response we received from your web server was: > 503: Service Unavailable This was considered a failure because the status code was not `2xx`. If you do not want status codes to cause failures pass the option: `failOnStatusCode: false` Because this error occurred during a `after all` hook we are skipping the remaining tests in the current suite: `Verify a model registry can...` Although you have test retries enabled, we do not retry tests when `before all` or `after all` hooks fail CypressError: `cy.visit()` failed trying to load: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/ The response we received from your web server was: > 503: Service Unavailable This was considered a failure because the status code was not `2xx`. If you do not want status codes to cause failures pass the option: `failOnStatusCode: false` at (https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/__cypress/runner/cypress_runner.js:135411:76) at visitFailedByErr (https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/__cypress/runner/cypress_runner.js:135001:12) at (https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/__cypress/runner/cypress_runner.js:135394:13) at tryCatcher (https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/__cypress/runner/cypress_runner.js:1777:23) at Promise._settlePromiseFromHandler (https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/__cypress/runner/cypress_runner.js:1489:31) at Promise._settlePromise (https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/__cypress/runner/cypress_runner.js:1546:18) at Promise._settlePromise0 (https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/__cypress/runner/cypress_runner.js:1591:10) at Promise._settlePromises (https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/__cypress/runner/cypress_runner.js:1667:18) at _drainQueueStep (https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/__cypress/runner/cypress_runner.js:2377:12) at _drainQueue (https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/__cypress/runner/cypress_runner.js:2370:9) at Async._drainQueues (https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/__cypress/runner/cypress_runner.js:2386:5) at Async.drainQueues (https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/__cypress/runner/cypress_runner.js:2256:14) From Your Spec Code: at Context.eval (webpack://@odh-dashboard/cypress/./cypress/tests/e2e/modelRegistry/testCreateModelRegistry.cy.ts:215:7) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 1 │ │ Failing: 2 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 5 │ │ Video: false │ │ Duration: 2 minutes, 49 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 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 - /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 -- after all hook (failed) (attempt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-07-14T17:12:55.995Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-07-14T17:12:56.006Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-14T17:12:56.104Z] [INFO] Ensure operator has optimal memory for testing [2026-07-14T17:12:56.693Z] [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-14T17:12:56.704Z] [INFO] Current operator memory limit: 1Gi [2026-07-14T17:12:56.708Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-07-14T17:12:56.793Z] [INFO] Create and verify SQL database for model registry [2026-07-14T17:12:56.798Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-07-14T17:12:56.801Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-07-14T17:12:57.383Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-14T17:12:57.391Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-07-14T17:12:58.291Z] [INFO] [EXEC] oc apply -f /tmp/db-1784049177394.yaml [2026-07-14T17:12:58.613Z] [INFO] [EXEC] rm -f /tmp/db-1784049177394.yaml [2026-07-14T17:12:58.625Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-07-14T17:12:58.688Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-07-14T17:13:26.486Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-07-14T17:13:26.514Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-07-14T17:13:26.536Z] [INFO] Create a model registry using YAML [2026-07-14T17:13:26.592Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-07-14T17:13:27.698Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784049206608-5rc6nwn2e.yaml && rm -f /tmp/cypress-yaml-1784049206608-5rc6nwn2e.yaml [2026-07-14T17:13:27.705Z] [INFO] Command exit code: 0 [2026-07-14T17:13:27.723Z] [INFO] Verify model registry is created [2026-07-14T17:13:27.796Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-14T17:13:28.494Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-14T17:13:28.502Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 1s [2026-07-14T17:13:28.510Z] [INFO] Wait for model registry to be in Available state [2026-07-14T17:13:28.530Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-07-14T17:13:43.919Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-07-14T17:13:44.002Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-07-14T17:13:54.030Z] [INFO] Create a project for register and store test [2026-07-14T17:13:54.035Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-14T17:13:54.391Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-14T17:13:54.419Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-07-14T17:13:54.458Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-07-14T17:13:54.503Z] [INFO] Creating project test-register-store-662874 [2026-07-14T17:13:54.928Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-07-14T17:13:55.359Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-07-14T17:13:55.381Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-14T17:13:55.793Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-14T17:13:55.833Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-07-14T17:13:55.841Z] [INFO] Project 'test-register-store-662874' exists. [2026-07-14T17:13:55.888Z] [INFO] Grant project access to the model registry [2026-07-14T17:13:56.611Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1784049235925-i3tdmc8cc.yaml && rm -f /tmp/cypress-yaml-1784049235925-i3tdmc8cc.yaml [2026-07-14T17:13:56.651Z] [INFO] Command exit code: 0 [2026-07-14T17:13:56.726Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-07-14T17:13:56.730Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-07-14T17:13:56.736Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-14T17:13:56.800Z] [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-14T17:13:56.807Z] [INFO] Grep tags: ["@SmokeSet4"] - Registers models via model registry using object storage and URI [2026-07-14T17:13:57.008Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-14T17:13:57.011Z] [INFO] Test title: Registers a new version via versions view [2026-07-14T17:13:57.017Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-14T17:13:57.022Z] [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-14T17:13:57.028Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T17:13:57.101Z] [INFO] [STEP 1] Log into the application [2026-07-14T17:13:57.114Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/ [2026-07-14T17:13:57.117Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-14T17:14:08.388Z] [INFO] Keycloak login flow detected - completing authentication [2026-07-14T17:14:40.211Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-14T17:14:40.218Z] [INFO] Test title: Registers a new version via versions view [2026-07-14T17:14:40.225Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-14T17:14:40.232Z] [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-14T17:14:40.239Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T17:14:40.309Z] [INFO] [STEP 1] Log into the application [2026-07-14T17:14:40.327Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/ [2026-07-14T17:14:40.383Z] [INFO] BYOIDC cluster detected - using Keycloak authentication 1) Registers a new version via versions view [2026-07-14T17:14:40.935Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-14T17:14:40.938Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-14T17:14:40.947Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-14T17:14:40.953Z] [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-14T17:14:40.983Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T17:14:41.020Z] [INFO] [STEP 1] Log into the application [2026-07-14T17:14:41.038Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/ [2026-07-14T17:14:41.043Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-14T17:14:41.684Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-14T17:14:41.690Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-14T17:14:41.698Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-14T17:14:41.705Z] [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-14T17:14:41.712Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T17:14:41.798Z] [INFO] [STEP 1] Log into the application [2026-07-14T17:14:41.816Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/ [2026-07-14T17:14:41.824Z] [INFO] BYOIDC cluster detected - using Keycloak authentication 2) Registers and stores a model to an OCI destination [2026-07-14T17:14:42.403Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-14T17:14:42.406Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-14T17:14:42.413Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-14T17:14:42.431Z] [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-14T17:14:42.480Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T17:14:42.521Z] [INFO] [STEP 1] Log into the application [2026-07-14T17:14:42.540Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/ [2026-07-14T17:14:42.544Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-14T17:14:43.167Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-14T17:14:43.185Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-14T17:14:43.195Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-14T17:14:43.202Z] [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-14T17:14:43.209Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T17:14:43.286Z] [INFO] [STEP 1] Log into the application [2026-07-14T17:14:43.306Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/ [2026-07-14T17:14:43.311Z] [INFO] BYOIDC cluster detected - using Keycloak authentication 3) Registers and stores a model to an OCI destination using URI origin [2026-07-14T17:14:43.730Z] [INFO] Navigate away from model registry before cleanup 4) "after all" hook for "Registers and stores a model to an OCI destination using URI origin" 0 passing (2m) 1 pending 4 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:352:14) 2) Verify models can be registered in a model registry Registers and stores a model to an OCI destination: 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:352:14) 3) Verify models can be registered in a model registry Registers and stores a model to an OCI destination using URI origin: 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:352:14) 4) Verify models can be registered in a model registry "after all" hook for "Registers and stores a model to an OCI destination using URI origin": Test steps were: 1. Log into the application 2. Navigate to: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/ 3. Navigate away from model registry before cleanup `cy.visit()` failed trying to load: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/ The response we received from your web server was: > 503: Service Unavailable This was considered a failure because the status code was not `2xx`. If you do not want status codes to cause failures pass the option: `failOnStatusCode: false` Because this error occurred during a `after all` hook we are skipping the remaining tests in the current suite: `Verify models can be regist...` Although you have test retries enabled, we do not retry tests when `before all` or `after all` hooks fail CypressError: `cy.visit()` failed trying to load: https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/ The response we received from your web server was: > 503: Service Unavailable This was considered a failure because the status code was not `2xx`. If you do not want status codes to cause failures pass the option: `failOnStatusCode: false` at (https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/__cypress/runner/cypress_runner.js:135411:76) at visitFailedByErr (https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/__cypress/runner/cypress_runner.js:135001:12) at (https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/__cypress/runner/cypress_runner.js:135394:13) at tryCatcher (https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/__cypress/runner/cypress_runner.js:1777:23) at Promise._settlePromiseFromHandler (https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/__cypress/runner/cypress_runner.js:1489:31) at Promise._settlePromise (https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/__cypress/runner/cypress_runner.js:1546:18) at Promise._settlePromise0 (https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/__cypress/runner/cypress_runner.js:1591:10) at Promise._settlePromises (https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/__cypress/runner/cypress_runner.js:1667:18) at _drainQueueStep (https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/__cypress/runner/cypress_runner.js:2377:12) at _drainQueue (https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/__cypress/runner/cypress_runner.js:2370:9) at Async._drainQueues (https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/__cypress/runner/cypress_runner.js:2386:5) at Async.drainQueues (https://rh-ai.apps.ods-qe-psi-23.osp.rh-ods.com/__cypress/runner/cypress_runner.js:2256:14) From Your Spec Code: at Context.eval (webpack://@odh-dashboard/cypress/./cypress/tests/e2e/modelRegistry/testRegisterModel.cy.ts:466:7) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_002.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 0 │ │ Failing: 3 │ │ Pending: 1 │ │ Skipped: 0 │ │ Screenshots: 7 │ │ Video: false │ │ Duration: 1 minute, 48 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 - /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 and stores a model to an OCI destination (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 and stores a model to an OCI destination (failed) (attempt 2).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 and stores a model to an OCI destination using URI origin (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 and stores a model to an OCI destination using URI origin (failed ) (attempt 2).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 and stores a model to an OCI destination using URI origin -- afte r all hook (failed) (attempt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/createRunDeletePipelineCustomPipMirror.cy.ts (4 of 6) [2026-07-14T17:14:53.783Z] [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-14T17:14:53.890Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (234ms) 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-14T17:14:59.962Z] [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-14T17:14:59.975Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (90ms) 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-14T17:15:05.132Z] [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-14T17:15:05.148Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (112ms) 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 311ms 4 - - 4 - │ │ on.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ modelRegistry/testCreateModelRegist 02:49 3 1 2 - - │ │ ry.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ modelRegistry/testRegisterModel.cy. 01:48 4 - 3 1 - │ │ ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/createRunDeletePipelineCu 275ms 1 - - 1 - │ │ stomPipMirror.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/pipelines.cy.ts 96ms 1 - - 1 - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/testSchedulePipeline.cy.t 116ms 1 - - 1 - │ │ s │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✖ 2 of 6 failed (33%) 04:38 14 1 5 8 -