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-16T03:17:06.507Z] [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-16T03:17:06.621Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (373ms) 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-16T03:17:17.932Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-07-16T03:17:18.024Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-16T03:17:18.213Z] [INFO] Ensure operator has optimal memory for testing [2026-07-16T03:17:20.813Z] [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-16T03:17:20.825Z] [INFO] Current operator memory limit: 512Mi [2026-07-16T03:17:20.912Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-07-16T03:17:22.019Z] [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-16T03:17:22.029Z] [INFO] Successfully patched operator memory to 1Gi [2026-07-16T03:17:34.024Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-07-16T03:17:34.039Z] [INFO] Operator rollout completed successfully [2026-07-16T03:17:34.126Z] [INFO] Create and verify SQL database for model registry [2026-07-16T03:17:34.212Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-07-16T03:17:34.229Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-16T03:17:35.221Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-16T03:17:35.308Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-07-16T03:17:36.618Z] [INFO] [EXEC] oc apply -f /tmp/db-1784171855318.yaml [2026-07-16T03:17:37.027Z] [INFO] [EXEC] rm -f /tmp/db-1784171855318.yaml [2026-07-16T03:17:37.118Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-07-16T03:17:37.137Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-07-16T03:18:09.817Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-16T03:18:09.923Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-07-16T03:18:09.944Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-16T03:18:10.021Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-07-16T03:18:10.027Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-16T03:18:10.618Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-16T03:18:10.642Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-07-16T03:18:11.463Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1784171890714.yaml [2026-07-16T03:18:11.732Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1784171890714.yaml [2026-07-16T03:18:11.829Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-07-16T03:18:11.920Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-07-16T03:18:38.924Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-16T03:18:39.006Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-07-16T03:18:39.041Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-16T03:18:39.045Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-16T03:18:39.051Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-16T03:18:39.057Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T03:18:39.063Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T03:18:39.132Z] [INFO] [STEP 1] Login as an Admin [2026-07-16T03:18:39.150Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T03:18:40.107Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T03:18:44.619Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-16T03:18:44.814Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/settings/model-resources-operations/model-registry [2026-07-16T03:18:48.913Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-07-16T03:18:51.517Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-16T03:19:47.430Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-16T03:19:47.531Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-16T03:19:48.812Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-16T03:19:48.929Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 57s [2026-07-16T03:19:49.022Z] [INFO] [STEP 6] Delete the model registry [2026-07-16T03:19:50.417Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-16T03:19:50.728Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-16T03:19:50.756Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-16T03:19:51.820Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 ✓ Creates a model registry with mysql database and then deletes it (154096ms) [2026-07-16T03:19:52.515Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-16T03:19:52.519Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-16T03:19:52.526Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-16T03:19:52.610Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T03:19:52.619Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T03:19:52.726Z] [INFO] [STEP 1] Login as an Admin [2026-07-16T03:19:52.814Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T03:19:53.233Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T03:20:08.028Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-16T03:20:08.032Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-16T03:20:08.036Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-16T03:20:08.041Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T03:20:08.046Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T03:20:08.122Z] [INFO] [STEP 1] Login as an Admin [2026-07-16T03:20:08.139Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ 1) Creates a model registry with PostgreSQL database and then deletes it [2026-07-16T03:20:08.840Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-16T03:20:08.843Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-16T03:20:08.849Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-16T03:20:08.854Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T03:20:08.908Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T03:20:08.941Z] [INFO] [STEP 1] Login as an Admin [2026-07-16T03:20:09.011Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T03:20:09.634Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-16T03:20:09.638Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-16T03:20:09.643Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-16T03:20:09.649Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T03:20:09.655Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T03:20:09.729Z] [INFO] [STEP 1] Login as an Admin [2026-07-16T03:20:09.742Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ 2) Creates a model registry with default database and then deletes it [2026-07-16T03:20:10.329Z] [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-07.osp.rh-ods.com/ Failed to visit 'https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:358: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-07.osp.rh-ods.com/ Failed to visit 'https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:358: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-07.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-07.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-07.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-07.osp.rh-ods.com/__cypress/runner/cypress_runner.js:135411:76) at visitFailedByErr (https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/__cypress/runner/cypress_runner.js:135001:12) at (https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/__cypress/runner/cypress_runner.js:135394:13) at tryCatcher (https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/__cypress/runner/cypress_runner.js:1777:23) at Promise._settlePromiseFromHandler (https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/__cypress/runner/cypress_runner.js:1489:31) at Promise._settlePromise (https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/__cypress/runner/cypress_runner.js:1546:18) at Promise._settlePromise0 (https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/__cypress/runner/cypress_runner.js:1591:10) at Promise._settlePromises (https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/__cypress/runner/cypress_runner.js:1667:18) at _drainQueueStep (https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/__cypress/runner/cypress_runner.js:2377:12) at _drainQueue (https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/__cypress/runner/cypress_runner.js:2370:9) at Async._drainQueues (https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/__cypress/runner/cypress_runner.js:2386:5) at Async.drainQueues (https://rh-ai.apps.ods-qe-psi-07.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:217: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, 53 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-16T03:20:18.011Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-07-16T03:20:18.024Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-16T03:20:18.222Z] [INFO] Ensure operator has optimal memory for testing [2026-07-16T03:20:19.229Z] [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-16T03:20:19.310Z] [INFO] Current operator memory limit: 1Gi [2026-07-16T03:20:19.315Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-07-16T03:20:19.326Z] [INFO] Create and verify SQL database for model registry [2026-07-16T03:20:19.330Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-07-16T03:20:19.334Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-07-16T03:20:20.217Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-16T03:20:20.225Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-07-16T03:20:21.519Z] [INFO] [EXEC] oc apply -f /tmp/db-1784172020228.yaml [2026-07-16T03:20:21.831Z] [INFO] [EXEC] rm -f /tmp/db-1784172020228.yaml [2026-07-16T03:20:21.843Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-07-16T03:20:21.909Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-07-16T03:20:47.325Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-07-16T03:20:47.335Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-07-16T03:20:47.411Z] [INFO] Create a model registry using YAML [2026-07-16T03:20:47.441Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-07-16T03:20:48.926Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784172047516-v14nprvg9.yaml && rm -f /tmp/cypress-yaml-1784172047516-v14nprvg9.yaml [2026-07-16T03:20:49.009Z] [INFO] Command exit code: 0 [2026-07-16T03:20:49.027Z] [INFO] Verify model registry is created [2026-07-16T03:20:49.033Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-16T03:20:49.918Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-16T03:20:49.942Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 1s [2026-07-16T03:20:49.950Z] [INFO] Wait for model registry to be in Available state [2026-07-16T03:20:50.006Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-07-16T03:21:08.125Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-07-16T03:21:08.221Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-07-16T03:21:18.307Z] [INFO] Create a project for register and store test [2026-07-16T03:21:18.330Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-16T03:21:19.019Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-16T03:21:19.030Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-07-16T03:21:19.043Z] [INFO] Project 'test-register-store-662874' exists. [2026-07-16T03:21:19.136Z] [INFO] Project test-register-store-662874 already exists. Deleting it. [2026-07-16T03:21:28.422Z] [INFO] [EXEC] oc delete project test-register-store-662874 --wait [2026-07-16T03:21:28.607Z] [INFO] Waiting for project test-register-store-662874 to be fully deleted... [2026-07-16T03:21:28.634Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-16T03:21:29.646Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-16T03:21:29.813Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-07-16T03:21:29.918Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-07-16T03:21:30.041Z] [INFO] Creating project test-register-store-662874 [2026-07-16T03:21:31.026Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-07-16T03:21:31.819Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-07-16T03:21:31.828Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-16T03:21:32.448Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-16T03:21:32.534Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-07-16T03:21:32.626Z] [INFO] Project 'test-register-store-662874' exists. [2026-07-16T03:21:32.633Z] [INFO] Grant project access to the model registry [2026-07-16T03:21:33.315Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1784172092637-gpu1mpcpt.yaml && rm -f /tmp/cypress-yaml-1784172092637-gpu1mpcpt.yaml [2026-07-16T03:21:33.325Z] [INFO] Command exit code: 0 [2026-07-16T03:21:33.435Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-07-16T03:21:33.508Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-07-16T03:21:33.515Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-16T03:21:33.549Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T03:21:33.631Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T03:21:33.844Z] [INFO] [STEP 1] Log into the application [2026-07-16T03:21:34.034Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T03:21:34.841Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T03:21:39.741Z] [INFO] [STEP 2] Clean up test models from any previous retry attempts [2026-07-16T03:21:41.209Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-07-16T03:21:42.028Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model [2026-07-16T03:21:43.620Z] [INFO] [EXEC] oc exec model-registry-db-662874-7956bc68d9-xkwwm -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'); 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'); 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'); 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'); DELETE FROM Context WHERE name IN ('test-obj-model-662874', 'test-uri-model');" [2026-07-16T03:21:43.912Z] [INFO] Database cleanup completed successfully [2026-07-16T03:21:44.012Z] [INFO] [STEP 3] Navigate to Model Registry [2026-07-16T03:21:44.215Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-16T03:21:49.020Z] [INFO] [STEP 4] Register a model using object storage [2026-07-16T03:21:58.515Z] [INFO] [STEP 5] Verify the object storage model was registered [2026-07-16T03:22:00.445Z] [INFO] [STEP 6] Navigate back to register another model using direct URL [2026-07-16T03:22:06.739Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ai-hub/models/registry/test-model-registry-662874/register/model [2026-07-16T03:22:39.946Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-07-16T03:22:39.950Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-07-16T03:22:39.954Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-16T03:22:39.959Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T03:22:39.962Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T03:22:40.012Z] [INFO] [STEP 1] Log into the application [2026-07-16T03:22:40.026Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ 1) Registers models via model registry using object storage and URI [2026-07-16T03:22:41.139Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-16T03:22:41.142Z] [INFO] Test title: Registers a new version via versions view [2026-07-16T03:22:41.207Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-16T03:22:41.213Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T03:22:41.217Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T03:22:41.239Z] [INFO] [STEP 1] Log into the application [2026-07-16T03:22:41.247Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T03:22:41.735Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-16T03:22:41.738Z] [INFO] Test title: Registers a new version via versions view [2026-07-16T03:22:41.742Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-16T03:22:41.746Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T03:22:41.749Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T03:22:41.809Z] [INFO] [STEP 1] Log into the application [2026-07-16T03:22:41.819Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ 2) Registers a new version via versions view [2026-07-16T03:22:42.631Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-16T03:22:42.634Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-16T03:22:42.639Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-16T03:22:42.714Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T03:22:42.719Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T03:22:42.812Z] [INFO] [STEP 1] Log into the application [2026-07-16T03:22:42.823Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T03:22:43.718Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-16T03:22:43.722Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-16T03:22:43.728Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-16T03:22:43.734Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T03:22:43.739Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T03:22:43.819Z] [INFO] [STEP 1] Log into the application [2026-07-16T03:22:43.832Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ 3) Registers and stores a model to an OCI destination [2026-07-16T03:22:44.554Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-16T03:22:44.608Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-16T03:22:44.613Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-16T03:22:44.618Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T03:22:44.624Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T03:22:44.710Z] [INFO] [STEP 1] Log into the application [2026-07-16T03:22:44.725Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T03:22:45.332Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-16T03:22:45.336Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-16T03:22:45.340Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-16T03:22:45.345Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T03:22:45.349Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T03:22:45.424Z] [INFO] [STEP 1] Log into the application [2026-07-16T03:22:45.439Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ 4) Registers and stores a model to an OCI destination using URI origin [2026-07-16T03:22:45.949Z] [INFO] Navigate away from model registry before cleanup 5) "after all" hook for "Registers and stores a model to an OCI destination using URI origin" 0 passing (2m) 5 failing 1) Verify models can be registered in a model registry Registers models via model registry using object storage and URI: Test steps were: 1. Log into the application 2. Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ Failed to visit 'https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:358:14) 2) 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-07.osp.rh-ods.com/ Failed to visit 'https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:358:14) 3) 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-07.osp.rh-ods.com/ Failed to visit 'https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:358:14) 4) 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-07.osp.rh-ods.com/ Failed to visit 'https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:358:14) 5) 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-07.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-07.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-07.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-07.osp.rh-ods.com/__cypress/runner/cypress_runner.js:135411:76) at visitFailedByErr (https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/__cypress/runner/cypress_runner.js:135001:12) at (https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/__cypress/runner/cypress_runner.js:135394:13) at tryCatcher (https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/__cypress/runner/cypress_runner.js:1777:23) at Promise._settlePromiseFromHandler (https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/__cypress/runner/cypress_runner.js:1489:31) at Promise._settlePromise (https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/__cypress/runner/cypress_runner.js:1546:18) at Promise._settlePromise0 (https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/__cypress/runner/cypress_runner.js:1591:10) at Promise._settlePromises (https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/__cypress/runner/cypress_runner.js:1667:18) at _drainQueueStep (https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/__cypress/runner/cypress_runner.js:2377:12) at _drainQueue (https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/__cypress/runner/cypress_runner.js:2370:9) at Async._drainQueues (https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/__cypress/runner/cypress_runner.js:2386:5) at Async.drainQueues (https://rh-ai.apps.ods-qe-psi-07.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:464:7) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_002.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 0 │ │ Failing: 4 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 9 │ │ Video: false │ │ Duration: 2 minutes, 28 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 models via model registry using object storage and URI (failed).p ng - /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 models via model registry using object storage and URI (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 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-16T03:22:58.806Z] [INFO] Setting tests timeout to: 480 seconds An admin user can import and run a pipeline [2026-07-16T03:22:58.826Z] [INFO] Starting 480s timeout for: Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror [2026-07-16T03:22:58.914Z] [INFO] Test title: Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror [2026-07-16T03:22:58.926Z] [INFO] Test tags: ["@Smoke","@SmokeSet4","@ODS-2206","@Pipelines","@Dashboard","@PipelinesCI"] [2026-07-16T03:22:59.016Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T03:22:59.109Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T03:22:59.217Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-16T03:22:59.918Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-16T03:22:59.930Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-dsp-custom-pip-prj-150747\" not found","exitCode":1} [2026-07-16T03:23:00.007Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' does not exist. [2026-07-16T03:23:00.031Z] [INFO] Creating project test-dsp-custom-pip-prj-150747 [2026-07-16T03:23:00.828Z] [INFO] [EXEC] oc new-project test-dsp-custom-pip-prj-150747 [2026-07-16T03:23:01.517Z] [INFO] [EXEC] oc label namespace test-dsp-custom-pip-prj-150747 opendatahub.io/dashboard=true --overwrite [2026-07-16T03:23:01.534Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-16T03:23:02.242Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-16T03:23:02.313Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-07-16T03:23:02.333Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-07-16T03:23:02.918Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784172182350-nx1ursi9e.yaml && rm -f /tmp/cypress-yaml-1784172182350-nx1ursi9e.yaml [2026-07-16T03:23:02.937Z] [INFO] Command exit code: 0 [2026-07-16T03:23:03.561Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784172183006-236pgtkhs.yaml && rm -f /tmp/cypress-yaml-1784172183006-236pgtkhs.yaml [2026-07-16T03:23:03.639Z] [INFO] Command exit code: 0 [2026-07-16T03:23:04.228Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784172183653-ab52aixig.yaml && rm -f /tmp/cypress-yaml-1784172183653-ab52aixig.yaml [2026-07-16T03:23:04.234Z] [INFO] Command exit code: 0 [2026-07-16T03:23:04.819Z] [INFO] [EXEC] oc create configmap ds-pipeline-custom-env-vars -n test-dsp-custom-pip-prj-150747 --from-literal=pip_index_url=https://pypi.org/simple --from-literal=pip_trusted_host=pypi.org [2026-07-16T03:23:04.914Z] [INFO] [STEP 1] Navigate to Pipelines test-dsp-custom-pip-prj-150747 [2026-07-16T03:23:04.946Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T03:23:05.537Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T03:23:15.043Z] [INFO] [STEP 2] Wait for pipeline server (DSPA) to be ready [2026-07-16T03:23:15.140Z] [INFO] Waiting for DSPA to be ready: oc wait --for=condition=Ready dspa/dspa -n test-dsp-custom-pip-prj-150747 --timeout=600s [2026-07-16T03:23:38.537Z] [INFO] [EXEC] oc wait --for=condition=Ready dspa/dspa -n test-dsp-custom-pip-prj-150747 --timeout=600s [2026-07-16T03:23:38.628Z] [INFO] DSPA is ready [2026-07-16T03:23:38.711Z] [INFO] [STEP 3] Ensure Import Pipeline button is loaded [2026-07-16T03:23:38.810Z] [INFO] Import Pipeline button not found, reloading page once [2026-07-16T03:23:38.919Z] [INFO] [STEP 4] Import a pipeline from a yaml local file [2026-07-16T03:24:40.037Z] [INFO] Starting 480s timeout for: Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror [2026-07-16T03:24:40.042Z] [INFO] Test title: Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror [2026-07-16T03:24:40.149Z] [INFO] Test tags: ["@Smoke","@SmokeSet4","@ODS-2206","@Pipelines","@Dashboard","@PipelinesCI"] [2026-07-16T03:24:40.235Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T03:24:40.241Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T03:24:40.314Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-16T03:24:41.017Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-16T03:24:41.024Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-07-16T03:24:41.032Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-07-16T03:24:41.043Z] [INFO] Project test-dsp-custom-pip-prj-150747 already exists. Deleting it. [2026-07-16T03:25:27.529Z] [INFO] [EXEC] oc delete project test-dsp-custom-pip-prj-150747 --wait [2026-07-16T03:25:27.539Z] [INFO] Waiting for project test-dsp-custom-pip-prj-150747 to be fully deleted... [2026-07-16T03:25:27.545Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-16T03:25:27.858Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-16T03:25:27.867Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-dsp-custom-pip-prj-150747\" not found","exitCode":1} [2026-07-16T03:25:27.874Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' does not exist. [2026-07-16T03:25:27.886Z] [INFO] Creating project test-dsp-custom-pip-prj-150747 [2026-07-16T03:25:28.263Z] [INFO] [EXEC] oc new-project test-dsp-custom-pip-prj-150747 [2026-07-16T03:25:28.581Z] [INFO] [EXEC] oc label namespace test-dsp-custom-pip-prj-150747 opendatahub.io/dashboard=true --overwrite [2026-07-16T03:25:28.588Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-16T03:25:28.901Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-16T03:25:28.909Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-07-16T03:25:28.916Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-07-16T03:25:29.308Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784172328919-fwzz0fkhr.yaml && rm -f /tmp/cypress-yaml-1784172328919-fwzz0fkhr.yaml [2026-07-16T03:25:29.316Z] [INFO] Command exit code: 0 [2026-07-16T03:25:29.695Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784172329318-1fz2t7uvn.yaml && rm -f /tmp/cypress-yaml-1784172329318-1fz2t7uvn.yaml [2026-07-16T03:25:29.702Z] [INFO] Command exit code: 0 [2026-07-16T03:25:30.050Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784172329704-q3hrmx7kl.yaml && rm -f /tmp/cypress-yaml-1784172329704-q3hrmx7kl.yaml [2026-07-16T03:25:30.057Z] [INFO] Command exit code: 0 [2026-07-16T03:25:30.317Z] [INFO] [EXEC] oc create configmap ds-pipeline-custom-env-vars -n test-dsp-custom-pip-prj-150747 --from-literal=pip_index_url=https://pypi.org/simple --from-literal=pip_trusted_host=pypi.org [2026-07-16T03:25:30.337Z] [INFO] [STEP 1] Navigate to Pipelines test-dsp-custom-pip-prj-150747 [2026-07-16T03:25:30.346Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ 1) Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror [2026-07-16T03:25:31.040Z] [INFO] [EXEC] oc delete project test-dsp-custom-pip-prj-150747 --wait=false --ignore-not-found 0 passing (3m) 1 failing 1) 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: Test steps were: 1. Navigate to Pipelines test-dsp-custom-pip-prj-150747 2. Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ Failed to visit 'https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:358:14) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_003.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 2 │ │ Video: false │ │ Duration: 2 minutes, 32 seconds │ │ Spec Ran: pipelines/createRunDeletePipelineCustomPipMirror.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/pipeline (1919x1079) s/createRunDeletePipelineCustomPipMirror.cy.ts/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 (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/pipeline (1919x1079) s/createRunDeletePipelineCustomPipMirror.cy.ts/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 (failed) (attempt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/pipelines.cy.ts (5 of 6) [2026-07-16T03:25:37.237Z] [INFO] Setting tests timeout to: 480 seconds An admin user can import and run a pipeline [2026-07-16T03:25:37.315Z] [INFO] Starting 480s timeout for: An admin User can Import and Run a Pipeline [2026-07-16T03:25:37.321Z] [INFO] Test title: An admin User can Import and Run a Pipeline [2026-07-16T03:25:37.335Z] [INFO] Test tags: ["@Smoke","@SmokeSet4","@Dashboard","@Pipelines","@ci-dashboard-regression-tags"] [2026-07-16T03:25:37.345Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T03:25:37.351Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T03:25:37.425Z] [INFO] Executing command: oc get project "test-pipelines-prj-643148" -o name [2026-07-16T03:25:38.040Z] [INFO] [EXEC] oc get project "test-pipelines-prj-643148" -o name [2026-07-16T03:25:38.050Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-pipelines-prj-643148\" not found","exitCode":1} [2026-07-16T03:25:38.113Z] [INFO] Project 'test-pipelines-prj-643148' does not exist. [2026-07-16T03:25:38.134Z] [INFO] Creating project test-pipelines-prj-643148 [2026-07-16T03:25:38.716Z] [INFO] [EXEC] oc new-project test-pipelines-prj-643148 [2026-07-16T03:25:39.155Z] [INFO] [EXEC] oc label namespace test-pipelines-prj-643148 opendatahub.io/dashboard=true --overwrite [2026-07-16T03:25:39.165Z] [INFO] Executing command: oc get project "test-pipelines-prj-643148" -o name [2026-07-16T03:25:39.568Z] [INFO] [EXEC] oc get project "test-pipelines-prj-643148" -o name [2026-07-16T03:25:39.576Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-pipelines-prj-643148","stderr":"","exitCode":0} [2026-07-16T03:25:39.623Z] [INFO] Project 'test-pipelines-prj-643148' exists. [2026-07-16T03:25:40.121Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784172339629-gqyt2seal.yaml && rm -f /tmp/cypress-yaml-1784172339629-gqyt2seal.yaml [2026-07-16T03:25:40.127Z] [INFO] Command exit code: 0 [2026-07-16T03:25:40.608Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784172340144-kwsu8e73x.yaml && rm -f /tmp/cypress-yaml-1784172340144-kwsu8e73x.yaml [2026-07-16T03:25:40.635Z] [INFO] Command exit code: 0 [2026-07-16T03:25:41.075Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784172340656-lohby32hh.yaml && rm -f /tmp/cypress-yaml-1784172340656-lohby32hh.yaml [2026-07-16T03:25:41.092Z] [INFO] Command exit code: 0 [2026-07-16T03:25:41.129Z] [INFO] [STEP 1] Navigate to Pipelines ${projectName} [2026-07-16T03:25:41.165Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T03:25:41.587Z] [INFO] Starting 480s timeout for: An admin User can Import and Run a Pipeline [2026-07-16T03:25:41.590Z] [INFO] Test title: An admin User can Import and Run a Pipeline [2026-07-16T03:25:41.595Z] [INFO] Test tags: ["@Smoke","@SmokeSet4","@Dashboard","@Pipelines","@ci-dashboard-regression-tags"] [2026-07-16T03:25:41.600Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T03:25:41.604Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T03:25:41.615Z] [INFO] Executing command: oc get project "test-pipelines-prj-643148" -o name [2026-07-16T03:25:41.908Z] [INFO] [EXEC] oc get project "test-pipelines-prj-643148" -o name [2026-07-16T03:25:41.914Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-pipelines-prj-643148","stderr":"","exitCode":0} [2026-07-16T03:25:41.920Z] [INFO] Project 'test-pipelines-prj-643148' exists. [2026-07-16T03:25:41.927Z] [INFO] Project test-pipelines-prj-643148 already exists. Deleting it. [2026-07-16T03:25:59.918Z] [INFO] [EXEC] oc delete project test-pipelines-prj-643148 --wait [2026-07-16T03:25:59.937Z] [INFO] Waiting for project test-pipelines-prj-643148 to be fully deleted... [2026-07-16T03:25:59.943Z] [INFO] Executing command: oc get project "test-pipelines-prj-643148" -o name [2026-07-16T03:26:00.409Z] [INFO] [EXEC] oc get project "test-pipelines-prj-643148" -o name [2026-07-16T03:26:00.417Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-pipelines-prj-643148\" not found","exitCode":1} [2026-07-16T03:26:00.424Z] [INFO] Project 'test-pipelines-prj-643148' does not exist. [2026-07-16T03:26:00.437Z] [INFO] Creating project test-pipelines-prj-643148 [2026-07-16T03:26:01.024Z] [INFO] [EXEC] oc new-project test-pipelines-prj-643148 [2026-07-16T03:26:01.554Z] [INFO] [EXEC] oc label namespace test-pipelines-prj-643148 opendatahub.io/dashboard=true --overwrite [2026-07-16T03:26:01.563Z] [INFO] Executing command: oc get project "test-pipelines-prj-643148" -o name [2026-07-16T03:26:01.973Z] [INFO] [EXEC] oc get project "test-pipelines-prj-643148" -o name [2026-07-16T03:26:02.007Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-pipelines-prj-643148","stderr":"","exitCode":0} [2026-07-16T03:26:02.015Z] [INFO] Project 'test-pipelines-prj-643148' exists. [2026-07-16T03:26:02.465Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784172362017-xzc6dyfn0.yaml && rm -f /tmp/cypress-yaml-1784172362017-xzc6dyfn0.yaml [2026-07-16T03:26:02.472Z] [INFO] Command exit code: 0 [2026-07-16T03:26:02.882Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784172362473-pnjzrdjmk.yaml && rm -f /tmp/cypress-yaml-1784172362473-pnjzrdjmk.yaml [2026-07-16T03:26:02.888Z] [INFO] Command exit code: 0 [2026-07-16T03:26:03.281Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784172362891-i8q640ft1.yaml && rm -f /tmp/cypress-yaml-1784172362891-i8q640ft1.yaml [2026-07-16T03:26:03.287Z] [INFO] Command exit code: 0 [2026-07-16T03:26:03.307Z] [INFO] [STEP 1] Navigate to Pipelines ${projectName} [2026-07-16T03:26:03.316Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ 1) An admin User can Import and Run a Pipeline [2026-07-16T03:26:03.976Z] [INFO] [EXEC] oc delete project test-pipelines-prj-643148 --wait=false --ignore-not-found 0 passing (27s) 1 failing 1) An admin user can import and run a pipeline An admin User can Import and Run a Pipeline: Test steps were: 1. Navigate to Pipelines ${projectName} 2. Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ Failed to visit 'https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:358:14) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_004.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 2 │ │ Video: false │ │ Duration: 26 seconds │ │ Spec Ran: pipelines/pipelines.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/pipeline (1919x1079) s/pipelines.cy.ts/An admin user can import and run a pipeline -- An admin User c an Import and Run a Pipeline (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/pipeline (1919x1079) s/pipelines.cy.ts/An admin user can import and run a pipeline -- An admin User c an Import and Run a Pipeline (failed) (attempt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/testSchedulePipeline.cy.ts (6 of 6) [2026-07-16T03:26:10.750Z] [INFO] Setting tests timeout to: 480 seconds Verify that a pipeline can be scheduled to run [2026-07-16T03:26:10.813Z] [INFO] Starting 480s timeout for: Admin imports a pipeline and schedules it to run [2026-07-16T03:26:10.829Z] [INFO] Test title: Admin imports a pipeline and schedules it to run [2026-07-16T03:26:10.840Z] [INFO] Test tags: ["@Pipelines","@Dashboard","@Smoke","@SmokeSet4"] [2026-07-16T03:26:10.847Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T03:26:10.858Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T03:26:10.930Z] [INFO] Executing command: oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-16T03:26:11.365Z] [INFO] [EXEC] oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-16T03:26:11.374Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-dsp-schedule-prj-115465\" not found","exitCode":1} [2026-07-16T03:26:11.388Z] [INFO] Project 'test-dsp-schedule-prj-115465' does not exist. [2026-07-16T03:26:11.408Z] [INFO] Creating project test-dsp-schedule-prj-115465 [2026-07-16T03:26:11.819Z] [INFO] [EXEC] oc new-project test-dsp-schedule-prj-115465 [2026-07-16T03:26:12.259Z] [INFO] [EXEC] oc label namespace test-dsp-schedule-prj-115465 opendatahub.io/dashboard=true --overwrite [2026-07-16T03:26:12.270Z] [INFO] Executing command: oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-16T03:26:12.747Z] [INFO] [EXEC] oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-16T03:26:12.762Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-schedule-prj-115465","stderr":"","exitCode":0} [2026-07-16T03:26:12.822Z] [INFO] Project 'test-dsp-schedule-prj-115465' exists. [2026-07-16T03:26:13.425Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784172372835-1442hjlzw.yaml && rm -f /tmp/cypress-yaml-1784172372835-1442hjlzw.yaml [2026-07-16T03:26:13.440Z] [INFO] Command exit code: 0 [2026-07-16T03:26:13.796Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784172373453-ifw0el3jh.yaml && rm -f /tmp/cypress-yaml-1784172373453-ifw0el3jh.yaml [2026-07-16T03:26:13.803Z] [INFO] Command exit code: 0 [2026-07-16T03:26:14.175Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784172373808-q7cb5pk5e.yaml && rm -f /tmp/cypress-yaml-1784172373808-q7cb5pk5e.yaml [2026-07-16T03:26:14.200Z] [INFO] Command exit code: 0 [2026-07-16T03:26:14.260Z] [INFO] [STEP 1] Navigate to Pipelines test-dsp-schedule-prj-115465 [2026-07-16T03:26:14.296Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T03:26:14.708Z] [INFO] Starting 480s timeout for: Admin imports a pipeline and schedules it to run [2026-07-16T03:26:14.712Z] [INFO] Test title: Admin imports a pipeline and schedules it to run [2026-07-16T03:26:14.717Z] [INFO] Test tags: ["@Pipelines","@Dashboard","@Smoke","@SmokeSet4"] [2026-07-16T03:26:14.722Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T03:26:14.726Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T03:26:14.736Z] [INFO] Executing command: oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-16T03:26:15.098Z] [INFO] [EXEC] oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-16T03:26:15.104Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-schedule-prj-115465","stderr":"","exitCode":0} [2026-07-16T03:26:15.110Z] [INFO] Project 'test-dsp-schedule-prj-115465' exists. [2026-07-16T03:26:15.118Z] [INFO] Project test-dsp-schedule-prj-115465 already exists. Deleting it. [2026-07-16T03:26:31.654Z] [INFO] [EXEC] oc delete project test-dsp-schedule-prj-115465 --wait [2026-07-16T03:26:31.663Z] [INFO] Waiting for project test-dsp-schedule-prj-115465 to be fully deleted... [2026-07-16T03:26:31.668Z] [INFO] Executing command: oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-16T03:26:32.006Z] [INFO] [EXEC] oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-16T03:26:32.012Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-dsp-schedule-prj-115465\" not found","exitCode":1} [2026-07-16T03:26:32.018Z] [INFO] Project 'test-dsp-schedule-prj-115465' does not exist. [2026-07-16T03:26:32.030Z] [INFO] Creating project test-dsp-schedule-prj-115465 [2026-07-16T03:26:32.398Z] [INFO] [EXEC] oc new-project test-dsp-schedule-prj-115465 [2026-07-16T03:26:32.739Z] [INFO] [EXEC] oc label namespace test-dsp-schedule-prj-115465 opendatahub.io/dashboard=true --overwrite [2026-07-16T03:26:32.751Z] [INFO] Executing command: oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-16T03:26:33.077Z] [INFO] [EXEC] oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-16T03:26:33.083Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-schedule-prj-115465","stderr":"","exitCode":0} [2026-07-16T03:26:33.089Z] [INFO] Project 'test-dsp-schedule-prj-115465' exists. [2026-07-16T03:26:33.486Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784172393091-rpxdw97tk.yaml && rm -f /tmp/cypress-yaml-1784172393091-rpxdw97tk.yaml [2026-07-16T03:26:33.491Z] [INFO] Command exit code: 0 [2026-07-16T03:26:33.887Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784172393493-tzwq2e8kp.yaml && rm -f /tmp/cypress-yaml-1784172393493-tzwq2e8kp.yaml [2026-07-16T03:26:33.893Z] [INFO] Command exit code: 0 [2026-07-16T03:26:34.472Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784172393895-z25dp9krr.yaml && rm -f /tmp/cypress-yaml-1784172393895-z25dp9krr.yaml [2026-07-16T03:26:34.478Z] [INFO] Command exit code: 0 [2026-07-16T03:26:34.507Z] [INFO] [STEP 1] Navigate to Pipelines test-dsp-schedule-prj-115465 [2026-07-16T03:26:34.519Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ 1) Admin imports a pipeline and schedules it to run [2026-07-16T03:26:35.199Z] [INFO] [EXEC] oc delete project test-dsp-schedule-prj-115465 --wait=false --ignore-not-found 0 passing (25s) 1 failing 1) Verify that a pipeline can be scheduled to run Admin imports a pipeline and schedules it to run: Test steps were: 1. Navigate to Pipelines test-dsp-schedule-prj-115465 2. Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ Failed to visit 'https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:358:14) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_005.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 2 │ │ Video: false │ │ Duration: 24 seconds │ │ Spec Ran: pipelines/testSchedulePipeline.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/pipeline (1919x1079) s/testSchedulePipeline.cy.ts/Verify that a pipeline can be scheduled to run -- A dmin imports a pipeline and schedules it to run (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/pipeline (1919x1079) s/testSchedulePipeline.cy.ts/Verify that a pipeline can be scheduled to run -- A dmin imports a pipeline and schedules it to run (failed) (attempt 2).png 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 381ms 4 - - 4 - │ │ on.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ modelRegistry/testCreateModelRegist 02:53 3 1 2 - - │ │ ry.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ modelRegistry/testRegisterModel.cy. 02:28 4 - 4 - - │ │ ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ pipelines/createRunDeletePipelineCu 02:32 1 - 1 - - │ │ stomPipMirror.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ pipelines/pipelines.cy.ts 00:26 1 - 1 - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ pipelines/testSchedulePipeline.cy.t 00:24 1 - 1 - - │ │ s │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✖ 5 of 6 failed (83%) 08:46 14 1 9 4 -