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-12T12:17:02.725Z] [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-12T12:17:02.817Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (231ms) 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-12T12:17:12.630Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-07-12T12:17:12.723Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-12T12:17:12.910Z] [INFO] Ensure operator has optimal memory for testing [2026-07-12T12:17:15.434Z] [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-12T12:17:15.531Z] [INFO] Current operator memory limit: 512Mi [2026-07-12T12:17:15.622Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-07-12T12:17:16.726Z] [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-12T12:17:16.814Z] [INFO] Successfully patched operator memory to 1Gi [2026-07-12T12:17:29.422Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-07-12T12:17:29.514Z] [INFO] Operator rollout completed successfully [2026-07-12T12:17:29.531Z] [INFO] Create and verify SQL database for model registry [2026-07-12T12:17:29.616Z] [INFO] Create SQL database 'mysql-db-registry-1783858632117' for model registry [2026-07-12T12:17:29.623Z] [INFO] Creating SQL database 'mysql-db-registry-1783858632117' for model registry in namespace rhoai-model-registries [2026-07-12T12:17:30.327Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1783858632117 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-12T12:17:30.418Z] [INFO] Database 'mysql-db-registry-1783858632117' does not exist, proceeding with creation [2026-07-12T12:17:31.624Z] [INFO] [EXEC] oc apply -f /tmp/db-1783858650432.yaml [2026-07-12T12:17:31.864Z] [INFO] [EXEC] rm -f /tmp/db-1783858650432.yaml [2026-07-12T12:17:31.950Z] [INFO] Wait for model registry database 'mysql-db-registry-1783858632117' to be ready [2026-07-12T12:17:32.017Z] [INFO] Waiting for model registry database 'mysql-db-registry-1783858632117' to be ready... [2026-07-12T12:17:48.126Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-1783858632117 -n rhoai-model-registries --timeout=600s [2026-07-12T12:17:48.212Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-1783858632117 condition met [2026-07-12T12:17:48.226Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-12T12:17:48.249Z] [INFO] Create PostgreSQL database 'postgres-db-registry-1783858632117' for model registry [2026-07-12T12:17:48.331Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-1783858632117' for model registry in namespace rhoai-model-registries [2026-07-12T12:17:48.948Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1783858632117 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-12T12:17:49.026Z] [INFO] PostgreSQL database 'postgres-db-registry-1783858632117' does not exist, proceeding with creation [2026-07-12T12:17:50.025Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1783858669046.yaml [2026-07-12T12:17:50.510Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1783858669046.yaml [2026-07-12T12:17:50.629Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-1783858632117' to be ready [2026-07-12T12:17:50.721Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-1783858632117' to be ready... [2026-07-12T12:18:13.616Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-1783858632117 -n rhoai-model-registries --timeout=600s [2026-07-12T12:18:13.627Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-1783858632117 condition met [2026-07-12T12:18:13.818Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-12T12:18:13.911Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-12T12:18:13.939Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-12T12:18:14.010Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-12T12:18:14.018Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T12:18:14.123Z] [INFO] [STEP 1] Login as an Admin [2026-07-12T12:18:14.140Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-12T12:18:15.913Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T12:18:21.433Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-12T12:18:21.721Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/settings/model-resources-operations/model-registry [2026-07-12T12:18:25.744Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-07-12T12:18:38.334Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-12T12:18:38.338Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-12T12:18:38.345Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-12T12:18:38.351Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-12T12:18:38.370Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T12:18:38.443Z] [INFO] [STEP 1] Login as an Admin [2026-07-12T12:18:38.459Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-12T12:18:38.856Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T12:18:39.970Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-12T12:18:40.099Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/settings/model-resources-operations/model-registry [2026-07-12T12:18:41.941Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-07-12T12:18:43.307Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-12T12:19:41.354Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-12T12:19:41.420Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-12T12:19:41.912Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-12T12:19:41.923Z] [INFO] Command output: rhoai-model-registries e2e-test-registry True 58s [2026-07-12T12:19:41.931Z] [INFO] [STEP 6] Delete the model registry [2026-07-12T12:19:42.641Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-12T12:19:43.026Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-12T12:19:43.039Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-12T12:19:43.537Z] [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 (66008ms) [2026-07-12T12:19:44.482Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-12T12:19:44.485Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-12T12:19:44.490Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-12T12:19:44.511Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-12T12:19:44.518Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T12:19:44.546Z] [INFO] [STEP 1] Login as an Admin [2026-07-12T12:19:44.563Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-12T12:19:44.763Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T12:19:45.874Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-12T12:19:46.034Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/settings/model-resources-operations/model-registry [2026-07-12T12:19:47.256Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-07-12T12:19:48.991Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-12T12:20:47.249Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-12T12:20:47.358Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783858632117 [2026-07-12T12:20:47.923Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783858632117 [2026-07-12T12:20:48.010Z] [INFO] Command output: rhoai-model-registries postgres-registry-1783858632117 True 58s [2026-07-12T12:20:48.019Z] [INFO] [STEP 6] Delete the model registry [2026-07-12T12:20:48.697Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-12T12:20:48.889Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-12T12:20:48.894Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783858632117 [2026-07-12T12:20:49.204Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783858632117 ✓ Creates a model registry with PostgreSQL database and then deletes it (65559ms) [2026-07-12T12:20:50.196Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-12T12:20:50.199Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-12T12:20:50.214Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-12T12:20:50.220Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-12T12:20:50.226Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T12:20:50.258Z] [INFO] [STEP 1] Login as an Admin [2026-07-12T12:20:50.273Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-12T12:20:50.453Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T12:20:51.413Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-12T12:20:51.523Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/settings/model-resources-operations/model-registry [2026-07-12T12:20:52.842Z] [INFO] [STEP 3] Create a model registry with default database [2026-07-12T12:20:53.427Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-12T12:21:22.756Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-12T12:21:22.816Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1783858632117 [2026-07-12T12:21:23.346Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1783858632117 [2026-07-12T12:21:23.352Z] [INFO] Command output: rhoai-model-registries default-db-registry-1783858632117 True 30s [2026-07-12T12:21:23.359Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-07-12T12:21:23.363Z] [INFO] Waiting for default database 'default-db-registry-1783858632117' to be ready... [2026-07-12T12:21:24.142Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-1783858632117 -n rhoai-model-registries --timeout=600s [2026-07-12T12:21:24.149Z] [INFO] Default database wait result: deployment.apps/default-db-registry-1783858632117 condition met [2026-07-12T12:21:24.156Z] [INFO] Checking if default database 'default-db-registry-1783858632117' exists for registry 'default-db-registry-1783858632117' [2026-07-12T12:21:24.736Z] [INFO] [EXEC] oc get deployment default-db-registry-1783858632117 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-12T12:21:24.814Z] [INFO] Default database 'default-db-registry-1783858632117' exists and ready: true [2026-07-12T12:21:24.825Z] [INFO] [STEP 7] Delete the model registry with default database [2026-07-12T12:21:26.024Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-07-12T12:21:26.326Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-07-12T12:21:26.333Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1783858632117 [2026-07-12T12:21:27.045Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1783858632117 [2026-07-12T12:21:27.245Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-07-12T12:21:27.611Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-07-12T12:21:27.642Z] [INFO] Deleting model registry e2e-test-registry from namespace rhoai-model-registries [2026-07-12T12:21:28.411Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry -n rhoai-model-registries --timeout=240s [2026-07-12T12:21:28.416Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-07-12T12:21:28.419Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-12T12:21:29.044Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-12T12:21:29.051Z] [INFO] [STEP 13] Delete the MySQL database [2026-07-12T12:21:29.113Z] [INFO] Deleting model registry database 'mysql-db-registry-1783858632117' from namespace rhoai-model-registries [2026-07-12T12:21:29.523Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1783858632117 -n rhoai-model-registries [2026-07-12T12:21:29.533Z] [INFO] Database 'mysql-db-registry-1783858632117' exists, proceeding with deletion... [2026-07-12T12:21:31.930Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=mysql-db-registry-1783858632117 -n rhoai-model-registries --ignore-not-found=true [2026-07-12T12:21:31.943Z] [INFO] Delete command output: service "mysql-db-registry-1783858632117" deleted persistentvolumeclaim "mysql-db-registry-1783858632117" deleted deployment.apps "mysql-db-registry-1783858632117" deleted secret "mysql-db-registry-1783858632117" deleted [2026-07-12T12:21:32.220Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1783858632117 -n rhoai-model-registries [2026-07-12T12:21:32.229Z] [INFO] Model registry database 'mysql-db-registry-1783858632117' successfully deleted after 1 attempts [2026-07-12T12:21:32.237Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-07-12T12:21:32.241Z] [INFO] Deleting model registry postgres-registry-1783858632117 from namespace rhoai-model-registries [2026-07-12T12:21:32.666Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-1783858632117 -n rhoai-model-registries --timeout=240s [2026-07-12T12:21:32.669Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-07-12T12:21:32.673Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783858632117 [2026-07-12T12:21:33.126Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783858632117 [2026-07-12T12:21:33.141Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-07-12T12:21:33.145Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-1783858632117' from namespace rhoai-model-registries [2026-07-12T12:21:33.520Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1783858632117 -n rhoai-model-registries [2026-07-12T12:21:33.533Z] [INFO] PostgreSQL database 'postgres-db-registry-1783858632117' exists, proceeding with deletion... [2026-07-12T12:21:35.339Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=postgres-db-registry-1783858632117 -n rhoai-model-registries --ignore-not-found=true [2026-07-12T12:21:35.348Z] [INFO] Delete command output: service "postgres-db-registry-1783858632117" deleted persistentvolumeclaim "postgres-db-registry-1783858632117" deleted deployment.apps "postgres-db-registry-1783858632117" deleted secret "postgres-db-registry-1783858632117" deleted [2026-07-12T12:21:35.597Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1783858632117 -n rhoai-model-registries [2026-07-12T12:21:35.605Z] [INFO] PostgreSQL database 'postgres-db-registry-1783858632117' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (37768ms) 3 passing (4m) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 3 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 1 │ │ Video: false │ │ Duration: 4 minutes, 23 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-12T12:21:44.116Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-07-12T12:21:44.130Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-12T12:21:44.425Z] [INFO] Ensure operator has optimal memory for testing [2026-07-12T12:21:45.226Z] [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-12T12:21:45.238Z] [INFO] Current operator memory limit: 1Gi [2026-07-12T12:21:45.243Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-07-12T12:21:45.252Z] [INFO] Create and verify SQL database for model registry [2026-07-12T12:21:45.258Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-07-12T12:21:45.312Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-07-12T12:21:45.821Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-12T12:21:45.829Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-07-12T12:21:46.523Z] [INFO] [EXEC] oc apply -f /tmp/db-1783858905835.yaml [2026-07-12T12:21:46.739Z] [INFO] [EXEC] rm -f /tmp/db-1783858905835.yaml [2026-07-12T12:21:46.811Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-07-12T12:21:46.820Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-07-12T12:22:13.051Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-07-12T12:22:13.124Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-07-12T12:22:13.139Z] [INFO] Create a model registry using YAML [2026-07-12T12:22:13.155Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-07-12T12:22:13.957Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783858933220-p349y155v.yaml && rm -f /tmp/cypress-yaml-1783858933220-p349y155v.yaml [2026-07-12T12:22:14.022Z] [INFO] Command exit code: 0 [2026-07-12T12:22:14.033Z] [INFO] Verify model registry is created [2026-07-12T12:22:14.039Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-12T12:22:14.724Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-12T12:22:14.732Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 1s [2026-07-12T12:22:14.740Z] [INFO] Wait for model registry to be in Available state [2026-07-12T12:22:14.816Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-07-12T12:22:29.733Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-07-12T12:22:29.743Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-07-12T12:22:39.847Z] [INFO] Create a project for register and store test [2026-07-12T12:22:39.915Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-12T12:22:40.523Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-12T12:22:40.550Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-07-12T12:22:40.632Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-07-12T12:22:40.735Z] [INFO] Creating project test-register-store-662874 [2026-07-12T12:22:41.333Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-07-12T12:22:41.820Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-07-12T12:22:41.828Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-12T12:22:42.456Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-12T12:22:42.482Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-07-12T12:22:42.556Z] [INFO] Project 'test-register-store-662874' exists. [2026-07-12T12:22:42.564Z] [INFO] Grant project access to the model registry [2026-07-12T12:22:43.039Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1783858962569-iqhewi1et.yaml && rm -f /tmp/cypress-yaml-1783858962569-iqhewi1et.yaml [2026-07-12T12:22:43.087Z] [INFO] Command exit code: 0 [2026-07-12T12:22:43.164Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-07-12T12:22:43.169Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-07-12T12:22:43.229Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-12T12:22:43.258Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-12T12:22:43.265Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T12:22:43.418Z] [INFO] [STEP 1] Log into the application [2026-07-12T12:22:43.465Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-12T12:22:44.153Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-07-12T12:22:44.158Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-07-12T12:22:44.171Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-12T12:22:44.216Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-12T12:22:44.223Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T12:22:44.255Z] [INFO] [STEP 1] Log into the application [2026-07-12T12:22:44.270Z] [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-12T12:22:44.720Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-12T12:22:44.725Z] [INFO] Test title: Registers a new version via versions view [2026-07-12T12:22:44.731Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-12T12:22:44.737Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-12T12:22:44.742Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T12:22:44.763Z] [INFO] [STEP 1] Log into the application [2026-07-12T12:22:44.777Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-12T12:22:45.158Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-12T12:22:45.213Z] [INFO] Test title: Registers a new version via versions view [2026-07-12T12:22:45.230Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-12T12:22:45.235Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-12T12:22:45.239Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T12:22:45.261Z] [INFO] [STEP 1] Log into the application [2026-07-12T12:22:45.271Z] [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-12T12:22:45.665Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-12T12:22:45.667Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-12T12:22:45.671Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-12T12:22:45.674Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-12T12:22:45.677Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T12:22:45.718Z] [INFO] [STEP 1] Log into the application [2026-07-12T12:22:45.731Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-12T12:22:46.091Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-12T12:22:46.110Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-12T12:22:46.117Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-12T12:22:46.124Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-12T12:22:46.130Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T12:22:46.164Z] [INFO] [STEP 1] Log into the application [2026-07-12T12:22:46.178Z] [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-12T12:22:46.587Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-12T12:22:46.589Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-12T12:22:46.592Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-12T12:22:46.596Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-12T12:22:46.599Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T12:22:46.626Z] [INFO] [STEP 1] Log into the application [2026-07-12T12:22:46.638Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-12T12:22:46.982Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-12T12:22:46.985Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-12T12:22:46.989Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-12T12:22:46.993Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-12T12:22:46.998Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T12:22:47.033Z] [INFO] [STEP 1] Log into the application [2026-07-12T12:22:47.047Z] [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-12T12:22:47.392Z] [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 (1m) 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:429: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:429: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:429: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:429: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: 1 minute, 4 seconds │ │ Spec Ran: modelRegistry/testRegisterModel.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1919x1079) istry/testRegisterModel.cy.ts/Verify models can be registered in a model registr y -- Registers 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-12T12:22:55.435Z] [INFO] Setting tests timeout to: 480 seconds An admin user can import and run a pipeline [2026-07-12T12:22:55.617Z] [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-12T12:22:55.624Z] [INFO] Test title: Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror [2026-07-12T12:22:55.639Z] [INFO] Test tags: ["@Smoke","@SmokeSet4","@ODS-2206","@Pipelines","@Dashboard","@PipelinesCI"] [2026-07-12T12:22:55.722Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-12T12:22:55.730Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T12:22:55.837Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-12T12:22:56.521Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-12T12:22:56.537Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-dsp-custom-pip-prj-150747\" not found","exitCode":1} [2026-07-12T12:22:56.551Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' does not exist. [2026-07-12T12:22:56.628Z] [INFO] Creating project test-dsp-custom-pip-prj-150747 [2026-07-12T12:22:57.327Z] [INFO] [EXEC] oc new-project test-dsp-custom-pip-prj-150747 [2026-07-12T12:22:57.822Z] [INFO] [EXEC] oc label namespace test-dsp-custom-pip-prj-150747 opendatahub.io/dashboard=true --overwrite [2026-07-12T12:22:57.834Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-12T12:22:58.323Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-12T12:22:58.354Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-07-12T12:22:58.424Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-07-12T12:22:58.765Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783858978431-0g0ula954.yaml && rm -f /tmp/cypress-yaml-1783858978431-0g0ula954.yaml [2026-07-12T12:22:58.773Z] [INFO] Command exit code: 0 [2026-07-12T12:22:59.422Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783858978785-lc8q9tr89.yaml && rm -f /tmp/cypress-yaml-1783858978785-lc8q9tr89.yaml [2026-07-12T12:22:59.429Z] [INFO] Command exit code: 0 [2026-07-12T12:23:00.228Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783858979513-qcplzu8z0.yaml && rm -f /tmp/cypress-yaml-1783858979513-qcplzu8z0.yaml [2026-07-12T12:23:00.246Z] [INFO] Command exit code: 0 [2026-07-12T12:23:00.923Z] [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-12T12:23:01.012Z] [INFO] [STEP 1] Navigate to Pipelines test-dsp-custom-pip-prj-150747 [2026-07-12T12:23:01.027Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-12T12:23:01.539Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T12:23:08.536Z] [INFO] [STEP 2] Wait for pipeline server (DSPA) to be ready [2026-07-12T12:23:08.563Z] [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-12T12:23:35.223Z] [INFO] [EXEC] oc wait --for=condition=Ready dspa/dspa -n test-dsp-custom-pip-prj-150747 --timeout=600s [2026-07-12T12:23:35.258Z] [INFO] DSPA is ready [2026-07-12T12:23:35.326Z] [INFO] [STEP 3] Ensure Import Pipeline button is loaded [2026-07-12T12:23:35.336Z] [INFO] Import Pipeline button not found, reloading page once [2026-07-12T12:23:35.427Z] [INFO] [STEP 4] Import a pipeline from a yaml local file [2026-07-12T12:24:35.963Z] [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-12T12:24:36.010Z] [INFO] Test title: Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror [2026-07-12T12:24:36.019Z] [INFO] Test tags: ["@Smoke","@SmokeSet4","@ODS-2206","@Pipelines","@Dashboard","@PipelinesCI"] [2026-07-12T12:24:36.027Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-12T12:24:36.034Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T12:24:36.053Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-12T12:24:36.520Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-12T12:24:36.530Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-07-12T12:24:36.538Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-07-12T12:24:36.547Z] [INFO] Project test-dsp-custom-pip-prj-150747 already exists. Deleting it. [2026-07-12T12:25:20.057Z] [INFO] [EXEC] oc delete project test-dsp-custom-pip-prj-150747 --wait [2026-07-12T12:25:20.066Z] [INFO] Waiting for project test-dsp-custom-pip-prj-150747 to be fully deleted... [2026-07-12T12:25:20.072Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-12T12:25:20.327Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-12T12:25:20.335Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-dsp-custom-pip-prj-150747\" not found","exitCode":1} [2026-07-12T12:25:20.341Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' does not exist. [2026-07-12T12:25:20.354Z] [INFO] Creating project test-dsp-custom-pip-prj-150747 [2026-07-12T12:25:20.675Z] [INFO] [EXEC] oc new-project test-dsp-custom-pip-prj-150747 [2026-07-12T12:25:20.945Z] [INFO] [EXEC] oc label namespace test-dsp-custom-pip-prj-150747 opendatahub.io/dashboard=true --overwrite [2026-07-12T12:25:20.951Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-12T12:25:21.205Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-12T12:25:21.212Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-07-12T12:25:21.220Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-07-12T12:25:21.529Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783859121223-6psbffyoh.yaml && rm -f /tmp/cypress-yaml-1783859121223-6psbffyoh.yaml [2026-07-12T12:25:21.536Z] [INFO] Command exit code: 0 [2026-07-12T12:25:21.810Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783859121537-341fh1sil.yaml && rm -f /tmp/cypress-yaml-1783859121537-341fh1sil.yaml [2026-07-12T12:25:21.818Z] [INFO] Command exit code: 0 [2026-07-12T12:25:22.087Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783859121820-yuw49t52h.yaml && rm -f /tmp/cypress-yaml-1783859121820-yuw49t52h.yaml [2026-07-12T12:25:22.093Z] [INFO] Command exit code: 0 [2026-07-12T12:25:22.322Z] [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-12T12:25:22.338Z] [INFO] [STEP 1] Navigate to Pipelines test-dsp-custom-pip-prj-150747 [2026-07-12T12:25:22.346Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-12T12:25:28.825Z] [INFO] [STEP 2] Wait for pipeline server (DSPA) to be ready [2026-07-12T12:25:28.863Z] [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-12T12:26:01.763Z] [INFO] [EXEC] oc wait --for=condition=Ready dspa/dspa -n test-dsp-custom-pip-prj-150747 --timeout=600s [2026-07-12T12:26:01.773Z] [INFO] DSPA is ready [2026-07-12T12:26:01.777Z] [INFO] [STEP 3] Ensure Import Pipeline button is loaded [2026-07-12T12:26:01.784Z] [INFO] Import Pipeline button not found, reloading page once [2026-07-12T12:26:01.846Z] [INFO] [STEP 4] Import a pipeline from a yaml local file 1) Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror [2026-07-12T12:27:02.441Z] [INFO] [EXEC] oc delete project test-dsp-custom-pip-prj-150747 --wait=false --ignore-not-found 0 passing (4m) 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/ 3. Wait for pipeline server (DSPA) to be ready 4. Ensure Import Pipeline button is loaded 5. Import a pipeline from a yaml local file Timed out retrying after 60000ms: Unable to find an element by: [data-testid="import-pipeline-button"] Ignored nodes: comments, script, style

Application is not available

The application is currently not serving requests at this endpoint. It may not have been started or is still starting.

Possible reasons you are seeing this page:

  • The host doesn't exist. Make sure the hostname was typed correctly and that a route matching this hostname exists.
  • The host exists, but doesn't have a matching path. Check if the URL path was typed correctly and that the route was created using the desired path.
  • Route and path matches, but all pods are down. Make sure that the resources exposed by this route (pods, services, deployment configs, etc) have at least one pod running.
AssertionError: Timed out retrying after 60000ms: Unable to find an element by: [data-testid="import-pipeline-button"] Ignored nodes: comments, script, style

Application is not available

The application is currently not serving requests at this endpoint. It may not have been started or is still starting.

Possible reasons you are seeing this page:

  • The host doesn't exist. Make sure the hostname was typed correctly and that a route matching this hostname exists.
  • The host exists, but doesn't have a matching path. Check if the URL path was typed correctly and that the route was created using the desired path.
  • Route and path matches, but all pods are down. Make sure that the resources exposed by this route (pods, services, deployment configs, etc) have at least one pod running.
at ProjectDetails.findImportPipelineButton (webpack://@odh-dashboard/cypress/./cypress/pages/projects.ts:248:14) at Context.eval (webpack://@odh-dashboard/cypress/./cypress/tests/e2e/pipelines/createRunDeletePipelineCustomPipMirror.cy.ts:70:21) [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: 4 minutes, 7 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-12T12:27:07.402Z] [INFO] Setting tests timeout to: 480 seconds An admin user can import and run a pipeline [2026-07-12T12:27:07.423Z] [INFO] Starting 480s timeout for: An admin User can Import and Run a Pipeline [2026-07-12T12:27:07.428Z] [INFO] Test title: An admin User can Import and Run a Pipeline [2026-07-12T12:27:07.442Z] [INFO] Test tags: ["@Smoke","@SmokeSet4","@Dashboard","@Pipelines","@ci-dashboard-regression-tags"] [2026-07-12T12:27:07.452Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-12T12:27:07.457Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T12:27:07.490Z] [INFO] Executing command: oc get project "test-pipelines-prj-643148" -o name [2026-07-12T12:27:07.773Z] [INFO] [EXEC] oc get project "test-pipelines-prj-643148" -o name [2026-07-12T12:27:07.785Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-pipelines-prj-643148\" not found","exitCode":1} [2026-07-12T12:27:07.793Z] [INFO] Project 'test-pipelines-prj-643148' does not exist. [2026-07-12T12:27:07.811Z] [INFO] Creating project test-pipelines-prj-643148 [2026-07-12T12:27:08.180Z] [INFO] [EXEC] oc new-project test-pipelines-prj-643148 [2026-07-12T12:27:08.470Z] [INFO] [EXEC] oc label namespace test-pipelines-prj-643148 opendatahub.io/dashboard=true --overwrite [2026-07-12T12:27:08.480Z] [INFO] Executing command: oc get project "test-pipelines-prj-643148" -o name [2026-07-12T12:27:08.837Z] [INFO] [EXEC] oc get project "test-pipelines-prj-643148" -o name [2026-07-12T12:27:08.844Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-pipelines-prj-643148","stderr":"","exitCode":0} [2026-07-12T12:27:08.861Z] [INFO] Project 'test-pipelines-prj-643148' exists. [2026-07-12T12:27:09.202Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783859228875-62xadczem.yaml && rm -f /tmp/cypress-yaml-1783859228875-62xadczem.yaml [2026-07-12T12:27:09.209Z] [INFO] Command exit code: 0 [2026-07-12T12:27:09.532Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783859229235-gt89iytin.yaml && rm -f /tmp/cypress-yaml-1783859229235-gt89iytin.yaml [2026-07-12T12:27:09.568Z] [INFO] Command exit code: 0 [2026-07-12T12:27:09.891Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783859229583-1trazeytc.yaml && rm -f /tmp/cypress-yaml-1783859229583-1trazeytc.yaml [2026-07-12T12:27:09.906Z] [INFO] Command exit code: 0 [2026-07-12T12:27:09.941Z] [INFO] [STEP 1] Navigate to Pipelines ${projectName} [2026-07-12T12:27:09.963Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-12T12:27:10.605Z] [INFO] Starting 480s timeout for: An admin User can Import and Run a Pipeline [2026-07-12T12:27:10.608Z] [INFO] Test title: An admin User can Import and Run a Pipeline [2026-07-12T12:27:10.612Z] [INFO] Test tags: ["@Smoke","@SmokeSet4","@Dashboard","@Pipelines","@ci-dashboard-regression-tags"] [2026-07-12T12:27:10.619Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-12T12:27:10.624Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T12:27:10.635Z] [INFO] Executing command: oc get project "test-pipelines-prj-643148" -o name [2026-07-12T12:27:10.874Z] [INFO] [EXEC] oc get project "test-pipelines-prj-643148" -o name [2026-07-12T12:27:10.880Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-pipelines-prj-643148","stderr":"","exitCode":0} [2026-07-12T12:27:10.887Z] [INFO] Project 'test-pipelines-prj-643148' exists. [2026-07-12T12:27:10.896Z] [INFO] Project test-pipelines-prj-643148 already exists. Deleting it. [2026-07-12T12:27:27.766Z] [INFO] [EXEC] oc delete project test-pipelines-prj-643148 --wait [2026-07-12T12:27:27.783Z] [INFO] Waiting for project test-pipelines-prj-643148 to be fully deleted... [2026-07-12T12:27:27.788Z] [INFO] Executing command: oc get project "test-pipelines-prj-643148" -o name [2026-07-12T12:27:28.029Z] [INFO] [EXEC] oc get project "test-pipelines-prj-643148" -o name [2026-07-12T12:27:28.035Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-pipelines-prj-643148\" not found","exitCode":1} [2026-07-12T12:27:28.040Z] [INFO] Project 'test-pipelines-prj-643148' does not exist. [2026-07-12T12:27:28.051Z] [INFO] Creating project test-pipelines-prj-643148 [2026-07-12T12:27:28.439Z] [INFO] [EXEC] oc new-project test-pipelines-prj-643148 [2026-07-12T12:27:28.712Z] [INFO] [EXEC] oc label namespace test-pipelines-prj-643148 opendatahub.io/dashboard=true --overwrite [2026-07-12T12:27:28.718Z] [INFO] Executing command: oc get project "test-pipelines-prj-643148" -o name [2026-07-12T12:27:28.966Z] [INFO] [EXEC] oc get project "test-pipelines-prj-643148" -o name [2026-07-12T12:27:28.972Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-pipelines-prj-643148","stderr":"","exitCode":0} [2026-07-12T12:27:28.978Z] [INFO] Project 'test-pipelines-prj-643148' exists. [2026-07-12T12:27:29.259Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783859248980-3ywck591w.yaml && rm -f /tmp/cypress-yaml-1783859248980-3ywck591w.yaml [2026-07-12T12:27:29.266Z] [INFO] Command exit code: 0 [2026-07-12T12:27:29.543Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783859249268-9n5ipjuiz.yaml && rm -f /tmp/cypress-yaml-1783859249268-9n5ipjuiz.yaml [2026-07-12T12:27:29.549Z] [INFO] Command exit code: 0 [2026-07-12T12:27:29.838Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783859249551-op3m0l5j7.yaml && rm -f /tmp/cypress-yaml-1783859249551-op3m0l5j7.yaml [2026-07-12T12:27:29.843Z] [INFO] Command exit code: 0 [2026-07-12T12:27:29.861Z] [INFO] [STEP 1] Navigate to Pipelines ${projectName} [2026-07-12T12:27:29.871Z] [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-12T12:27:30.466Z] [INFO] [EXEC] oc delete project test-pipelines-prj-643148 --wait=false --ignore-not-found 0 passing (23s) 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:429: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: 23 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-12T12:27:34.641Z] [INFO] Setting tests timeout to: 480 seconds Verify that a pipeline can be scheduled to run [2026-07-12T12:27:34.654Z] [INFO] Starting 480s timeout for: Admin imports a pipeline and schedules it to run [2026-07-12T12:27:34.659Z] [INFO] Test title: Admin imports a pipeline and schedules it to run [2026-07-12T12:27:34.674Z] [INFO] Test tags: ["@Pipelines","@Dashboard","@Smoke","@SmokeSet4"] [2026-07-12T12:27:34.683Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-12T12:27:34.688Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T12:27:34.720Z] [INFO] Executing command: oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-12T12:27:35.028Z] [INFO] [EXEC] oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-12T12:27:35.039Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-dsp-schedule-prj-115465\" not found","exitCode":1} [2026-07-12T12:27:35.054Z] [INFO] Project 'test-dsp-schedule-prj-115465' does not exist. [2026-07-12T12:27:35.071Z] [INFO] Creating project test-dsp-schedule-prj-115465 [2026-07-12T12:27:35.485Z] [INFO] [EXEC] oc new-project test-dsp-schedule-prj-115465 [2026-07-12T12:27:35.750Z] [INFO] [EXEC] oc label namespace test-dsp-schedule-prj-115465 opendatahub.io/dashboard=true --overwrite [2026-07-12T12:27:35.762Z] [INFO] Executing command: oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-12T12:27:36.029Z] [INFO] [EXEC] oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-12T12:27:36.052Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-schedule-prj-115465","stderr":"","exitCode":0} [2026-07-12T12:27:36.070Z] [INFO] Project 'test-dsp-schedule-prj-115465' exists. [2026-07-12T12:27:36.434Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783859256083-papcyclyx.yaml && rm -f /tmp/cypress-yaml-1783859256083-papcyclyx.yaml [2026-07-12T12:27:36.441Z] [INFO] Command exit code: 0 [2026-07-12T12:27:36.798Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783859256445-fi63l7b5h.yaml && rm -f /tmp/cypress-yaml-1783859256445-fi63l7b5h.yaml [2026-07-12T12:27:36.803Z] [INFO] Command exit code: 0 [2026-07-12T12:27:37.174Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783859256808-wtfm6czuc.yaml && rm -f /tmp/cypress-yaml-1783859256808-wtfm6czuc.yaml [2026-07-12T12:27:37.192Z] [INFO] Command exit code: 0 [2026-07-12T12:27:37.237Z] [INFO] [STEP 1] Navigate to Pipelines test-dsp-schedule-prj-115465 [2026-07-12T12:27:37.269Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-12T12:27:37.918Z] [INFO] Starting 480s timeout for: Admin imports a pipeline and schedules it to run [2026-07-12T12:27:37.923Z] [INFO] Test title: Admin imports a pipeline and schedules it to run [2026-07-12T12:27:37.928Z] [INFO] Test tags: ["@Pipelines","@Dashboard","@Smoke","@SmokeSet4"] [2026-07-12T12:27:37.933Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-12T12:27:37.938Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T12:27:37.949Z] [INFO] Executing command: oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-12T12:27:38.249Z] [INFO] [EXEC] oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-12T12:27:38.256Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-schedule-prj-115465","stderr":"","exitCode":0} [2026-07-12T12:27:38.263Z] [INFO] Project 'test-dsp-schedule-prj-115465' exists. [2026-07-12T12:27:38.271Z] [INFO] Project test-dsp-schedule-prj-115465 already exists. Deleting it. [2026-07-12T12:27:53.560Z] [INFO] [EXEC] oc delete project test-dsp-schedule-prj-115465 --wait [2026-07-12T12:27:53.575Z] [INFO] Waiting for project test-dsp-schedule-prj-115465 to be fully deleted... [2026-07-12T12:27:53.580Z] [INFO] Executing command: oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-12T12:27:53.870Z] [INFO] [EXEC] oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-12T12:27:53.876Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-dsp-schedule-prj-115465\" not found","exitCode":1} [2026-07-12T12:27:53.881Z] [INFO] Project 'test-dsp-schedule-prj-115465' does not exist. [2026-07-12T12:27:53.892Z] [INFO] Creating project test-dsp-schedule-prj-115465 [2026-07-12T12:27:54.241Z] [INFO] [EXEC] oc new-project test-dsp-schedule-prj-115465 [2026-07-12T12:27:54.537Z] [INFO] [EXEC] oc label namespace test-dsp-schedule-prj-115465 opendatahub.io/dashboard=true --overwrite [2026-07-12T12:27:54.545Z] [INFO] Executing command: oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-12T12:27:54.890Z] [INFO] [EXEC] oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-12T12:27:54.896Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-schedule-prj-115465","stderr":"","exitCode":0} [2026-07-12T12:27:54.903Z] [INFO] Project 'test-dsp-schedule-prj-115465' exists. [2026-07-12T12:27:55.328Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783859274905-ap4sbgo5d.yaml && rm -f /tmp/cypress-yaml-1783859274905-ap4sbgo5d.yaml [2026-07-12T12:27:55.335Z] [INFO] Command exit code: 0 [2026-07-12T12:27:55.725Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783859275337-5vwdndeqg.yaml && rm -f /tmp/cypress-yaml-1783859275337-5vwdndeqg.yaml [2026-07-12T12:27:55.732Z] [INFO] Command exit code: 0 [2026-07-12T12:27:56.072Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783859275735-z5ak8jiaq.yaml && rm -f /tmp/cypress-yaml-1783859275735-z5ak8jiaq.yaml [2026-07-12T12:27:56.079Z] [INFO] Command exit code: 0 [2026-07-12T12:27:56.144Z] [INFO] [STEP 1] Navigate to Pipelines test-dsp-schedule-prj-115465 [2026-07-12T12:27:56.252Z] [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-12T12:27:57.472Z] [INFO] [EXEC] oc delete project test-dsp-schedule-prj-115465 --wait=false --ignore-not-found 0 passing (23s) 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:429: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: 22 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 290ms 4 - - 4 - │ │ on.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ modelRegistry/testCreateModelRegist 04:23 3 3 - - - │ │ ry.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ modelRegistry/testRegisterModel.cy. 01:04 4 - 4 - - │ │ ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ pipelines/createRunDeletePipelineCu 04:07 1 - 1 - - │ │ stomPipMirror.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ pipelines/pipelines.cy.ts 00:23 1 - 1 - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ pipelines/testSchedulePipeline.cy.t 00:22 1 - 1 - - │ │ s │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✖ 4 of 6 failed (67%) 10:21 14 3 7 4 -