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:10:02.129Z] [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:10:02.243Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (482ms) 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:11.142Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-07-14T17:10:11.230Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-14T17:10:11.333Z] [INFO] Ensure operator has optimal memory for testing [2026-07-14T17:10:13.846Z] [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:13.940Z] [INFO] Current operator memory limit: 512Mi [2026-07-14T17:10:13.948Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-07-14T17:10:15.143Z] [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:15.335Z] [INFO] Successfully patched operator memory to 1Gi [2026-07-14T17:10:29.544Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-07-14T17:10:29.634Z] [INFO] Operator rollout completed successfully [2026-07-14T17:10:29.649Z] [INFO] Create and verify SQL database for model registry [2026-07-14T17:10:29.734Z] [INFO] Create SQL database 'mysql-db-registry-1784049010733' for model registry [2026-07-14T17:10:29.750Z] [INFO] Creating SQL database 'mysql-db-registry-1784049010733' for model registry in namespace rhoai-model-registries [2026-07-14T17:10:30.469Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1784049010733 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-14T17:10:30.536Z] [INFO] Database 'mysql-db-registry-1784049010733' does not exist, proceeding with creation [2026-07-14T17:10:31.539Z] [INFO] [EXEC] oc apply -f /tmp/db-1784049030550.yaml [2026-07-14T17:10:31.744Z] [INFO] [EXEC] rm -f /tmp/db-1784049030550.yaml [2026-07-14T17:10:31.832Z] [INFO] Wait for model registry database 'mysql-db-registry-1784049010733' to be ready [2026-07-14T17:10:31.840Z] [INFO] Waiting for model registry database 'mysql-db-registry-1784049010733' to be ready... [2026-07-14T17:10:58.062Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-1784049010733 -n rhoai-model-registries --timeout=600s [2026-07-14T17:10:58.080Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-1784049010733 condition met [2026-07-14T17:10:58.154Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-14T17:10:58.234Z] [INFO] Create PostgreSQL database 'postgres-db-registry-1784049010733' for model registry [2026-07-14T17:10:58.240Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-1784049010733' for model registry in namespace rhoai-model-registries [2026-07-14T17:10:58.748Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1784049010733 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-14T17:10:58.771Z] [INFO] PostgreSQL database 'postgres-db-registry-1784049010733' does not exist, proceeding with creation [2026-07-14T17:11:00.739Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1784049058835.yaml [2026-07-14T17:11:00.904Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1784049058835.yaml [2026-07-14T17:11:00.937Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-1784049010733' to be ready [2026-07-14T17:11:00.942Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-1784049010733' to be ready... [2026-07-14T17:11:27.242Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-1784049010733 -n rhoai-model-registries --timeout=600s [2026-07-14T17:11:27.252Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-1784049010733 condition met [2026-07-14T17:11:27.363Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-14T17:11:27.433Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-14T17:11:27.460Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-14T17:11:27.555Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-14T17:11:27.561Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T17:11:27.643Z] [INFO] [STEP 1] Login as an Admin [2026-07-14T17:11:27.661Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-14T17:11:28.736Z] [INFO] OAuth login flow detected - completing authentication [2026-07-14T17:11:34.855Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-14T17:11:37.839Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/settings/model-resources-operations/model-registry [2026-07-14T17:11:51.532Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-14T17:11:51.535Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-14T17:11:51.540Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-14T17:11:51.545Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-14T17:11:51.549Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T17:11:51.579Z] [INFO] [STEP 1] Login as an Admin [2026-07-14T17:11:51.593Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-14T17:11:51.967Z] [INFO] OAuth login flow detected - completing authentication [2026-07-14T17:11:53.347Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-14T17:11:53.493Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/settings/model-resources-operations/model-registry [2026-07-14T17:11:55.517Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-07-14T17:11:56.652Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-14T17:12:55.546Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-14T17:12:55.769Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-14T17:12:56.964Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-14T17:12:57.029Z] [INFO] Command output: rhoai-model-registries e2e-test-registry True 60s [2026-07-14T17:12:57.038Z] [INFO] [STEP 6] Delete the model registry [2026-07-14T17:12:58.431Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-14T17:12:58.772Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-14T17:12:58.835Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-14T17:12:59.932Z] [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 (68557ms) [2026-07-14T17:13:00.544Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-14T17:13:00.550Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-14T17:13:00.634Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-14T17:13:00.640Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-14T17:13:00.646Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T17:13:00.748Z] [INFO] [STEP 1] Login as an Admin [2026-07-14T17:13:00.830Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-14T17:13:01.270Z] [INFO] OAuth login flow detected - completing authentication [2026-07-14T17:13:03.351Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-14T17:13:03.836Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/settings/model-resources-operations/model-registry [2026-07-14T17:13:06.650Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-07-14T17:13:09.029Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-14T17:14:05.774Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-14T17:14:05.796Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784049010733 [2026-07-14T17:14:06.339Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784049010733 [2026-07-14T17:14:06.347Z] [INFO] Command output: rhoai-model-registries postgres-registry-1784049010733 True 57s [2026-07-14T17:14:06.354Z] [INFO] [STEP 6] Delete the model registry [2026-07-14T17:14:07.228Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-14T17:14:07.464Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-14T17:14:07.469Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784049010733 [2026-07-14T17:14:08.336Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784049010733 ✓ Creates a model registry with PostgreSQL database and then deletes it (68112ms) [2026-07-14T17:14:08.653Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-14T17:14:08.656Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-14T17:14:08.661Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-14T17:14:08.666Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-14T17:14:08.671Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T17:14:08.828Z] [INFO] [STEP 1] Login as an Admin [2026-07-14T17:14:08.850Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-14T17:14:09.132Z] [INFO] OAuth login flow detected - completing authentication [2026-07-14T17:14:10.433Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-14T17:14:10.571Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/settings/model-resources-operations/model-registry [2026-07-14T17:14:13.042Z] [INFO] [STEP 3] Create a model registry with default database [2026-07-14T17:14:13.740Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-14T17:15:12.857Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-14T17:15:12.864Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1784049010733 [2026-07-14T17:15:13.579Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1784049010733 [2026-07-14T17:15:13.588Z] [INFO] Command output: rhoai-model-registries default-db-registry-1784049010733 True 60s [2026-07-14T17:15:13.595Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-07-14T17:15:13.600Z] [INFO] Waiting for default database 'default-db-registry-1784049010733' to be ready... [2026-07-14T17:15:14.140Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-1784049010733 -n rhoai-model-registries --timeout=600s [2026-07-14T17:15:14.148Z] [INFO] Default database wait result: deployment.apps/default-db-registry-1784049010733 condition met [2026-07-14T17:15:14.156Z] [INFO] Checking if default database 'default-db-registry-1784049010733' exists for registry 'default-db-registry-1784049010733' [2026-07-14T17:15:14.541Z] [INFO] [EXEC] oc get deployment default-db-registry-1784049010733 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-14T17:15:14.549Z] [INFO] Default database 'default-db-registry-1784049010733' exists and ready: true [2026-07-14T17:15:14.556Z] [INFO] [STEP 7] Delete the model registry with default database [2026-07-14T17:15:15.245Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-07-14T17:15:15.422Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-07-14T17:15:15.432Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1784049010733 [2026-07-14T17:15:15.798Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1784049010733 [2026-07-14T17:15:15.905Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-07-14T17:15:16.135Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-07-14T17:15:16.157Z] [INFO] Deleting model registry e2e-test-registry from namespace rhoai-model-registries [2026-07-14T17:15:16.511Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry -n rhoai-model-registries --timeout=240s [2026-07-14T17:15:16.515Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-07-14T17:15:16.518Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-14T17:15:16.853Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-14T17:15:16.859Z] [INFO] [STEP 13] Delete the MySQL database [2026-07-14T17:15:16.862Z] [INFO] Deleting model registry database 'mysql-db-registry-1784049010733' from namespace rhoai-model-registries [2026-07-14T17:15:17.120Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1784049010733 -n rhoai-model-registries [2026-07-14T17:15:17.127Z] [INFO] Database 'mysql-db-registry-1784049010733' exists, proceeding with deletion... [2026-07-14T17:15:19.121Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=mysql-db-registry-1784049010733 -n rhoai-model-registries --ignore-not-found=true [2026-07-14T17:15:19.129Z] [INFO] Delete command output: service "mysql-db-registry-1784049010733" deleted persistentvolumeclaim "mysql-db-registry-1784049010733" deleted deployment.apps "mysql-db-registry-1784049010733" deleted secret "mysql-db-registry-1784049010733" deleted [2026-07-14T17:15:19.397Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1784049010733 -n rhoai-model-registries [2026-07-14T17:15:19.404Z] [INFO] Model registry database 'mysql-db-registry-1784049010733' successfully deleted after 1 attempts [2026-07-14T17:15:19.410Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-07-14T17:15:19.414Z] [INFO] Deleting model registry postgres-registry-1784049010733 from namespace rhoai-model-registries [2026-07-14T17:15:19.771Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-1784049010733 -n rhoai-model-registries --timeout=240s [2026-07-14T17:15:19.831Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-07-14T17:15:19.836Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784049010733 [2026-07-14T17:15:20.108Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784049010733 [2026-07-14T17:15:20.115Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-07-14T17:15:20.118Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-1784049010733' from namespace rhoai-model-registries [2026-07-14T17:15:20.383Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1784049010733 -n rhoai-model-registries [2026-07-14T17:15:20.392Z] [INFO] PostgreSQL database 'postgres-db-registry-1784049010733' exists, proceeding with deletion... [2026-07-14T17:15:22.140Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=postgres-db-registry-1784049010733 -n rhoai-model-registries --ignore-not-found=true [2026-07-14T17:15:22.147Z] [INFO] Delete command output: service "postgres-db-registry-1784049010733" deleted persistentvolumeclaim "postgres-db-registry-1784049010733" deleted deployment.apps "postgres-db-registry-1784049010733" deleted secret "postgres-db-registry-1784049010733" deleted [2026-07-14T17:15:22.393Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1784049010733 -n rhoai-model-registries [2026-07-14T17:15:22.399Z] [INFO] PostgreSQL database 'postgres-db-registry-1784049010733' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (67320ms) 3 passing (5m) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 3 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 1 │ │ Video: false │ │ Duration: 5 minutes, 11 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1919x1079) istry/testCreateModelRegistry.cy.ts/Verify a model registry can be created and d eleted -- Creates a model registry with mysql database and then deletes it (fail ed).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-07-14T17:15:27.983Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-07-14T17:15:28.040Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-14T17:15:28.152Z] [INFO] Ensure operator has optimal memory for testing [2026-07-14T17:15:28.737Z] [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:15:28.746Z] [INFO] Current operator memory limit: 1Gi [2026-07-14T17:15:28.751Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-07-14T17:15:28.761Z] [INFO] Create and verify SQL database for model registry [2026-07-14T17:15:28.765Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-07-14T17:15:28.768Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-07-14T17:15:29.466Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-14T17:15:29.473Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-07-14T17:15:30.339Z] [INFO] [EXEC] oc apply -f /tmp/db-1784049329476.yaml [2026-07-14T17:15:30.531Z] [INFO] [EXEC] rm -f /tmp/db-1784049329476.yaml [2026-07-14T17:15:30.542Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-07-14T17:15:30.546Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-07-14T17:15:47.164Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-07-14T17:15:47.252Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-07-14T17:15:47.263Z] [INFO] Create a model registry using YAML [2026-07-14T17:15:47.338Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-07-14T17:15:48.641Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784049347343-19uqbp4yc.yaml && rm -f /tmp/cypress-yaml-1784049347343-19uqbp4yc.yaml [2026-07-14T17:15:48.649Z] [INFO] Command exit code: 0 [2026-07-14T17:15:48.732Z] [INFO] Verify model registry is created [2026-07-14T17:15:48.749Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-14T17:15:49.472Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-14T17:15:49.480Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 2s [2026-07-14T17:15:49.548Z] [INFO] Wait for model registry to be in Available state [2026-07-14T17:15:49.568Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-07-14T17:16:04.472Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-07-14T17:16:04.479Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-07-14T17:16:14.537Z] [INFO] Create a project for register and store test [2026-07-14T17:16:14.544Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-14T17:16:18.437Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-14T17:16:18.470Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-07-14T17:16:18.541Z] [INFO] Project 'test-register-store-662874' exists. [2026-07-14T17:16:18.553Z] [INFO] Project test-register-store-662874 already exists. Deleting it. [2026-07-14T17:16:30.541Z] [INFO] [EXEC] oc delete project test-register-store-662874 --wait [2026-07-14T17:16:30.552Z] [INFO] Waiting for project test-register-store-662874 to be fully deleted... [2026-07-14T17:16:30.572Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-14T17:16:30.945Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-14T17:16:30.954Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-07-14T17:16:31.033Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-07-14T17:16:31.130Z] [INFO] Creating project test-register-store-662874 [2026-07-14T17:16:31.790Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-07-14T17:16:32.266Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-07-14T17:16:32.339Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-14T17:16:32.831Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-14T17:16:32.878Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-07-14T17:16:32.953Z] [INFO] Project 'test-register-store-662874' exists. [2026-07-14T17:16:32.960Z] [INFO] Grant project access to the model registry [2026-07-14T17:16:33.633Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1784049392966-zbenymvny.yaml && rm -f /tmp/cypress-yaml-1784049392966-zbenymvny.yaml [2026-07-14T17:16:33.730Z] [INFO] Command exit code: 0 [2026-07-14T17:16:33.764Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-07-14T17:16:33.768Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-07-14T17:16:33.773Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-14T17:16:33.830Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-14T17:16:33.856Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T17:16:33.952Z] [INFO] [STEP 1] Log into the application [2026-07-14T17:16:34.055Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-14T17:16:34.681Z] [INFO] OAuth login flow detected - completing authentication [2026-07-14T17:16:37.950Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-14T17:16:38.235Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ai-hub/registry/test-model-registry-662874 [2026-07-14T17:17:39.318Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-07-14T17:17:39.328Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-07-14T17:17:39.333Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-14T17:17:39.337Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-14T17:17:39.341Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T17:17:39.371Z] [INFO] [STEP 1] Log into the application [2026-07-14T17:17:39.382Z] [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-14T17:17:39.765Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-14T17:17:39.767Z] [INFO] Test title: Registers a new version via versions view [2026-07-14T17:17:39.772Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-14T17:17:39.776Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-14T17:17:39.780Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T17:17:39.800Z] [INFO] [STEP 1] Log into the application [2026-07-14T17:17:39.806Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-14T17:17:40.210Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-14T17:17:40.213Z] [INFO] Test title: Registers a new version via versions view [2026-07-14T17:17:40.217Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-14T17:17:40.221Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-14T17:17:40.224Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T17:17:40.246Z] [INFO] [STEP 1] Log into the application [2026-07-14T17:17:40.260Z] [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-14T17:17:40.682Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-14T17:17:40.684Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-14T17:17:40.690Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-14T17:17:40.696Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-14T17:17:40.701Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T17:17:40.735Z] [INFO] [STEP 1] Log into the application [2026-07-14T17:17:40.746Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-14T17:17:41.135Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-14T17:17:41.138Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-14T17:17:41.143Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-14T17:17:41.147Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-14T17:17:41.151Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T17:17:41.179Z] [INFO] [STEP 1] Log into the application [2026-07-14T17:17:41.192Z] [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-14T17:17:41.534Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-14T17:17:41.537Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-14T17:17:41.541Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-14T17:17:41.545Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-14T17:17:41.548Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T17:17:41.576Z] [INFO] [STEP 1] Log into the application [2026-07-14T17:17:41.585Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-14T17:17:42.002Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-14T17:17:42.004Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-14T17:17:42.008Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-14T17:17:42.011Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-14T17:17:42.016Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T17:17:42.049Z] [INFO] [STEP 1] Log into the application [2026-07-14T17:17:42.060Z] [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-14T17:17:42.384Z] [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:352: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:352: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:352: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:352: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: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: 4 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 9 │ │ Video: false │ │ Duration: 2 minutes, 14 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-14T17:17:47.295Z] [INFO] Setting tests timeout to: 480 seconds An admin user can import and run a pipeline [2026-07-14T17:17:47.306Z] [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-14T17:17:47.311Z] [INFO] Test title: Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror [2026-07-14T17:17:47.326Z] [INFO] Test tags: ["@Smoke","@SmokeSet4","@ODS-2206","@Pipelines","@Dashboard","@PipelinesCI"] [2026-07-14T17:17:47.333Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-14T17:17:47.341Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T17:17:47.373Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-14T17:17:47.837Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-14T17:17:47.850Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-dsp-custom-pip-prj-150747\" not found","exitCode":1} [2026-07-14T17:17:47.864Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' does not exist. [2026-07-14T17:17:47.947Z] [INFO] Creating project test-dsp-custom-pip-prj-150747 [2026-07-14T17:17:48.745Z] [INFO] [EXEC] oc new-project test-dsp-custom-pip-prj-150747 [2026-07-14T17:17:49.105Z] [INFO] [EXEC] oc label namespace test-dsp-custom-pip-prj-150747 opendatahub.io/dashboard=true --overwrite [2026-07-14T17:17:49.113Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-14T17:17:49.429Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-14T17:17:49.435Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-07-14T17:17:49.450Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-07-14T17:17:49.786Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784049469462-7osp2wnt9.yaml && rm -f /tmp/cypress-yaml-1784049469462-7osp2wnt9.yaml [2026-07-14T17:17:49.794Z] [INFO] Command exit code: 0 [2026-07-14T17:17:50.279Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784049469847-wisnebx3o.yaml && rm -f /tmp/cypress-yaml-1784049469847-wisnebx3o.yaml [2026-07-14T17:17:50.286Z] [INFO] Command exit code: 0 [2026-07-14T17:17:50.731Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784049470332-ieg4l0w9y.yaml && rm -f /tmp/cypress-yaml-1784049470332-ieg4l0w9y.yaml [2026-07-14T17:17:50.751Z] [INFO] Command exit code: 0 [2026-07-14T17:17:51.118Z] [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-14T17:17:51.137Z] [INFO] [STEP 1] Navigate to Pipelines test-dsp-custom-pip-prj-150747 [2026-07-14T17:17:51.169Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-14T17:17:51.744Z] [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-14T17:17:51.748Z] [INFO] Test title: Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror [2026-07-14T17:17:51.753Z] [INFO] Test tags: ["@Smoke","@SmokeSet4","@ODS-2206","@Pipelines","@Dashboard","@PipelinesCI"] [2026-07-14T17:17:51.758Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-14T17:17:51.762Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T17:17:51.776Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-14T17:17:52.189Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-14T17:17:52.247Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-07-14T17:17:52.259Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-07-14T17:17:52.268Z] [INFO] Project test-dsp-custom-pip-prj-150747 already exists. Deleting it. [2026-07-14T17:18:01.261Z] [INFO] [EXEC] oc delete project test-dsp-custom-pip-prj-150747 --wait [2026-07-14T17:18:01.271Z] [INFO] Waiting for project test-dsp-custom-pip-prj-150747 to be fully deleted... [2026-07-14T17:18:01.277Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-14T17:18:01.532Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-14T17:18:01.537Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-dsp-custom-pip-prj-150747\" not found","exitCode":1} [2026-07-14T17:18:01.541Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' does not exist. [2026-07-14T17:18:01.551Z] [INFO] Creating project test-dsp-custom-pip-prj-150747 [2026-07-14T17:18:01.867Z] [INFO] [EXEC] oc new-project test-dsp-custom-pip-prj-150747 [2026-07-14T17:18:02.205Z] [INFO] [EXEC] oc label namespace test-dsp-custom-pip-prj-150747 opendatahub.io/dashboard=true --overwrite [2026-07-14T17:18:02.211Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-14T17:18:02.506Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-14T17:18:02.512Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-07-14T17:18:02.519Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-07-14T17:18:02.886Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784049482521-kfko78i2i.yaml && rm -f /tmp/cypress-yaml-1784049482521-kfko78i2i.yaml [2026-07-14T17:18:02.892Z] [INFO] Command exit code: 0 [2026-07-14T17:18:03.173Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784049482894-r249v1y2m.yaml && rm -f /tmp/cypress-yaml-1784049482894-r249v1y2m.yaml [2026-07-14T17:18:03.181Z] [INFO] Command exit code: 0 [2026-07-14T17:18:03.465Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784049483184-vne7mfvho.yaml && rm -f /tmp/cypress-yaml-1784049483184-vne7mfvho.yaml [2026-07-14T17:18:03.471Z] [INFO] Command exit code: 0 [2026-07-14T17:18:03.758Z] [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-14T17:18:03.776Z] [INFO] [STEP 1] Navigate to Pipelines test-dsp-custom-pip-prj-150747 [2026-07-14T17:18:03.788Z] [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-14T17:18:04.463Z] [INFO] [EXEC] oc delete project test-dsp-custom-pip-prj-150747 --wait=false --ignore-not-found 0 passing (17s) 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:352: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: 17 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-14T17:18:08.136Z] [INFO] Setting tests timeout to: 480 seconds An admin user can import and run a pipeline [2026-07-14T17:18:08.147Z] [INFO] Starting 480s timeout for: An admin User can Import and Run a Pipeline [2026-07-14T17:18:08.158Z] [INFO] Test title: An admin User can Import and Run a Pipeline [2026-07-14T17:18:08.168Z] [INFO] Test tags: ["@Smoke","@SmokeSet4","@Dashboard","@Pipelines","@ci-dashboard-regression-tags"] [2026-07-14T17:18:08.174Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-14T17:18:08.182Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T17:18:08.211Z] [INFO] Executing command: oc get project "test-pipelines-prj-643148" -o name [2026-07-14T17:18:08.450Z] [INFO] [EXEC] oc get project "test-pipelines-prj-643148" -o name [2026-07-14T17:18:08.457Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-pipelines-prj-643148\" not found","exitCode":1} [2026-07-14T17:18:08.471Z] [INFO] Project 'test-pipelines-prj-643148' does not exist. [2026-07-14T17:18:08.484Z] [INFO] Creating project test-pipelines-prj-643148 [2026-07-14T17:18:08.959Z] [INFO] [EXEC] oc new-project test-pipelines-prj-643148 [2026-07-14T17:18:09.298Z] [INFO] [EXEC] oc label namespace test-pipelines-prj-643148 opendatahub.io/dashboard=true --overwrite [2026-07-14T17:18:09.307Z] [INFO] Executing command: oc get project "test-pipelines-prj-643148" -o name [2026-07-14T17:18:09.587Z] [INFO] [EXEC] oc get project "test-pipelines-prj-643148" -o name [2026-07-14T17:18:09.593Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-pipelines-prj-643148","stderr":"","exitCode":0} [2026-07-14T17:18:09.609Z] [INFO] Project 'test-pipelines-prj-643148' exists. [2026-07-14T17:18:09.905Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784049489621-q534eetbk.yaml && rm -f /tmp/cypress-yaml-1784049489621-q534eetbk.yaml [2026-07-14T17:18:09.911Z] [INFO] Command exit code: 0 [2026-07-14T17:18:10.257Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784049489923-2xt8suosr.yaml && rm -f /tmp/cypress-yaml-1784049489923-2xt8suosr.yaml [2026-07-14T17:18:10.271Z] [INFO] Command exit code: 0 [2026-07-14T17:18:10.812Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784049490276-sya47gvfz.yaml && rm -f /tmp/cypress-yaml-1784049490276-sya47gvfz.yaml [2026-07-14T17:18:10.827Z] [INFO] Command exit code: 0 [2026-07-14T17:18:10.855Z] [INFO] [STEP 1] Navigate to Pipelines ${projectName} [2026-07-14T17:18:10.887Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-14T17:18:11.229Z] [INFO] OAuth login flow detected - completing authentication [2026-07-14T17:18:17.906Z] [INFO] [STEP 2] Wait for pipeline server (DSPA) to be ready [2026-07-14T17:18:17.927Z] [INFO] Waiting for DSPA to be ready: oc wait --for=condition=Ready dspa/dspa -n test-pipelines-prj-643148 --timeout=600s [2026-07-14T17:18:47.858Z] [INFO] [EXEC] oc wait --for=condition=Ready dspa/dspa -n test-pipelines-prj-643148 --timeout=600s [2026-07-14T17:18:47.885Z] [INFO] DSPA is ready [2026-07-14T17:18:47.906Z] [INFO] [STEP 3] Ensure Import Pipeline button is loaded [2026-07-14T17:18:47.950Z] [INFO] Import Pipeline button not found, reloading page once [2026-07-14T17:18:48.130Z] [INFO] [STEP 4] Import a pipeline by URL [2026-07-14T17:19:48.441Z] [INFO] Starting 480s timeout for: An admin User can Import and Run a Pipeline [2026-07-14T17:19:48.444Z] [INFO] Test title: An admin User can Import and Run a Pipeline [2026-07-14T17:19:48.448Z] [INFO] Test tags: ["@Smoke","@SmokeSet4","@Dashboard","@Pipelines","@ci-dashboard-regression-tags"] [2026-07-14T17:19:48.453Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-14T17:19:48.457Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T17:19:48.470Z] [INFO] Executing command: oc get project "test-pipelines-prj-643148" -o name [2026-07-14T17:19:48.730Z] [INFO] [EXEC] oc get project "test-pipelines-prj-643148" -o name [2026-07-14T17:19:48.735Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-pipelines-prj-643148","stderr":"","exitCode":0} [2026-07-14T17:19:48.741Z] [INFO] Project 'test-pipelines-prj-643148' exists. [2026-07-14T17:19:48.749Z] [INFO] Project test-pipelines-prj-643148 already exists. Deleting it. [2026-07-14T17:20:32.274Z] [INFO] [EXEC] oc delete project test-pipelines-prj-643148 --wait [2026-07-14T17:20:32.329Z] [INFO] Waiting for project test-pipelines-prj-643148 to be fully deleted... [2026-07-14T17:20:32.335Z] [INFO] Executing command: oc get project "test-pipelines-prj-643148" -o name [2026-07-14T17:20:32.659Z] [INFO] [EXEC] oc get project "test-pipelines-prj-643148" -o name [2026-07-14T17:20:32.666Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-pipelines-prj-643148\" not found","exitCode":1} [2026-07-14T17:20:32.675Z] [INFO] Project 'test-pipelines-prj-643148' does not exist. [2026-07-14T17:20:32.730Z] [INFO] Creating project test-pipelines-prj-643148 [2026-07-14T17:20:33.164Z] [INFO] [EXEC] oc new-project test-pipelines-prj-643148 [2026-07-14T17:20:33.468Z] [INFO] [EXEC] oc label namespace test-pipelines-prj-643148 opendatahub.io/dashboard=true --overwrite [2026-07-14T17:20:33.474Z] [INFO] Executing command: oc get project "test-pipelines-prj-643148" -o name [2026-07-14T17:20:33.959Z] [INFO] [EXEC] oc get project "test-pipelines-prj-643148" -o name [2026-07-14T17:20:33.967Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-pipelines-prj-643148","stderr":"","exitCode":0} [2026-07-14T17:20:33.975Z] [INFO] Project 'test-pipelines-prj-643148' exists. [2026-07-14T17:20:34.840Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784049634027-mzuidtkrm.yaml && rm -f /tmp/cypress-yaml-1784049634027-mzuidtkrm.yaml [2026-07-14T17:20:34.846Z] [INFO] Command exit code: 0 [2026-07-14T17:20:35.345Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784049634849-nrrh8z4tn.yaml && rm -f /tmp/cypress-yaml-1784049634849-nrrh8z4tn.yaml [2026-07-14T17:20:35.352Z] [INFO] Command exit code: 0 [2026-07-14T17:20:35.809Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784049635355-8fixb6s10.yaml && rm -f /tmp/cypress-yaml-1784049635355-8fixb6s10.yaml [2026-07-14T17:20:35.816Z] [INFO] Command exit code: 0 [2026-07-14T17:20:35.844Z] [INFO] [STEP 1] Navigate to Pipelines ${projectName} [2026-07-14T17:20:35.857Z] [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-14T17:20:36.843Z] [INFO] [EXEC] oc delete project test-pipelines-prj-643148 --wait=false --ignore-not-found 0 passing (2m) 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:352: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: 2 minutes, 28 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-14T17:20:42.682Z] [INFO] Setting tests timeout to: 480 seconds Verify that a pipeline can be scheduled to run [2026-07-14T17:20:42.731Z] [INFO] Starting 480s timeout for: Admin imports a pipeline and schedules it to run [2026-07-14T17:20:42.736Z] [INFO] Test title: Admin imports a pipeline and schedules it to run [2026-07-14T17:20:42.753Z] [INFO] Test tags: ["@Pipelines","@Dashboard","@Smoke","@SmokeSet4"] [2026-07-14T17:20:42.763Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-14T17:20:42.769Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T17:20:42.829Z] [INFO] Executing command: oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-14T17:20:43.247Z] [INFO] [EXEC] oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-14T17:20:43.256Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-dsp-schedule-prj-115465\" not found","exitCode":1} [2026-07-14T17:20:43.268Z] [INFO] Project 'test-dsp-schedule-prj-115465' does not exist. [2026-07-14T17:20:43.285Z] [INFO] Creating project test-dsp-schedule-prj-115465 [2026-07-14T17:20:43.723Z] [INFO] [EXEC] oc new-project test-dsp-schedule-prj-115465 [2026-07-14T17:20:44.130Z] [INFO] [EXEC] oc label namespace test-dsp-schedule-prj-115465 opendatahub.io/dashboard=true --overwrite [2026-07-14T17:20:44.141Z] [INFO] Executing command: oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-14T17:20:44.454Z] [INFO] [EXEC] oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-14T17:20:44.461Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-schedule-prj-115465","stderr":"","exitCode":0} [2026-07-14T17:20:44.476Z] [INFO] Project 'test-dsp-schedule-prj-115465' exists. [2026-07-14T17:20:44.878Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784049644488-z4n2z2qge.yaml && rm -f /tmp/cypress-yaml-1784049644488-z4n2z2qge.yaml [2026-07-14T17:20:44.886Z] [INFO] Command exit code: 0 [2026-07-14T17:20:45.299Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784049644900-hld9pr29q.yaml && rm -f /tmp/cypress-yaml-1784049644900-hld9pr29q.yaml [2026-07-14T17:20:45.315Z] [INFO] Command exit code: 0 [2026-07-14T17:20:45.683Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784049645320-8yiwl9dva.yaml && rm -f /tmp/cypress-yaml-1784049645320-8yiwl9dva.yaml [2026-07-14T17:20:45.703Z] [INFO] Command exit code: 0 [2026-07-14T17:20:45.751Z] [INFO] [STEP 1] Navigate to Pipelines test-dsp-schedule-prj-115465 [2026-07-14T17:20:45.789Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-14T17:20:46.303Z] [INFO] Starting 480s timeout for: Admin imports a pipeline and schedules it to run [2026-07-14T17:20:46.309Z] [INFO] Test title: Admin imports a pipeline and schedules it to run [2026-07-14T17:20:46.316Z] [INFO] Test tags: ["@Pipelines","@Dashboard","@Smoke","@SmokeSet4"] [2026-07-14T17:20:46.321Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-14T17:20:46.325Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T17:20:46.335Z] [INFO] Executing command: oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-14T17:20:46.628Z] [INFO] [EXEC] oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-14T17:20:46.634Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-schedule-prj-115465","stderr":"","exitCode":0} [2026-07-14T17:20:46.641Z] [INFO] Project 'test-dsp-schedule-prj-115465' exists. [2026-07-14T17:20:46.648Z] [INFO] Project test-dsp-schedule-prj-115465 already exists. Deleting it. [2026-07-14T17:21:00.944Z] [INFO] [EXEC] oc delete project test-dsp-schedule-prj-115465 --wait [2026-07-14T17:21:00.954Z] [INFO] Waiting for project test-dsp-schedule-prj-115465 to be fully deleted... [2026-07-14T17:21:00.961Z] [INFO] Executing command: oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-14T17:21:01.256Z] [INFO] [EXEC] oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-14T17:21:01.262Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-dsp-schedule-prj-115465\" not found","exitCode":1} [2026-07-14T17:21:01.267Z] [INFO] Project 'test-dsp-schedule-prj-115465' does not exist. [2026-07-14T17:21:01.277Z] [INFO] Creating project test-dsp-schedule-prj-115465 [2026-07-14T17:21:01.918Z] [INFO] [EXEC] oc new-project test-dsp-schedule-prj-115465 [2026-07-14T17:21:02.256Z] [INFO] [EXEC] oc label namespace test-dsp-schedule-prj-115465 opendatahub.io/dashboard=true --overwrite [2026-07-14T17:21:02.262Z] [INFO] Executing command: oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-14T17:21:02.562Z] [INFO] [EXEC] oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-14T17:21:02.568Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-schedule-prj-115465","stderr":"","exitCode":0} [2026-07-14T17:21:02.573Z] [INFO] Project 'test-dsp-schedule-prj-115465' exists. [2026-07-14T17:21:02.942Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784049662575-dtt7hnzo4.yaml && rm -f /tmp/cypress-yaml-1784049662575-dtt7hnzo4.yaml [2026-07-14T17:21:02.948Z] [INFO] Command exit code: 0 [2026-07-14T17:21:03.346Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784049662949-lxnyfitoz.yaml && rm -f /tmp/cypress-yaml-1784049662949-lxnyfitoz.yaml [2026-07-14T17:21:03.352Z] [INFO] Command exit code: 0 [2026-07-14T17:21:03.729Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784049663354-xedo6294r.yaml && rm -f /tmp/cypress-yaml-1784049663354-xedo6294r.yaml [2026-07-14T17:21:03.734Z] [INFO] Command exit code: 0 [2026-07-14T17:21:03.760Z] [INFO] [STEP 1] Navigate to Pipelines test-dsp-schedule-prj-115465 [2026-07-14T17:21:03.771Z] [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-14T17:21:04.404Z] [INFO] [EXEC] oc delete project test-dsp-schedule-prj-115465 --wait=false --ignore-not-found 0 passing (22s) 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:352: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: 21 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 493ms 4 - - 4 - │ │ on.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ modelRegistry/testCreateModelRegist 05:11 3 3 - - - │ │ ry.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ modelRegistry/testRegisterModel.cy. 02:14 4 - 4 - - │ │ ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ pipelines/createRunDeletePipelineCu 00:17 1 - 1 - - │ │ stomPipMirror.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ pipelines/pipelines.cy.ts 02:28 1 - 1 - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ pipelines/testSchedulePipeline.cy.t 00:21 1 - 1 - - │ │ s │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✖ 4 of 6 failed (67%) 10:34 14 3 7 4 -