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-16T16:40:22.172Z] [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-16T16:40:22.215Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (108ms) 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-16T16:40:25.403Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-07-16T16:40:25.413Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-16T16:40:25.439Z] [INFO] Ensure operator has optimal memory for testing [2026-07-16T16:40:26.099Z] [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-16T16:40:26.110Z] [INFO] Current operator memory limit: 512Mi [2026-07-16T16:40:26.116Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-07-16T16:40:26.521Z] [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-16T16:40:26.530Z] [INFO] Successfully patched operator memory to 1Gi [2026-07-16T16:40:39.313Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-07-16T16:40:39.336Z] [INFO] Operator rollout completed successfully [2026-07-16T16:40:39.348Z] [INFO] Create and verify SQL database for model registry [2026-07-16T16:40:39.369Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-07-16T16:40:39.387Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-16T16:40:39.631Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-16T16:40:39.639Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-07-16T16:40:40.052Z] [INFO] [EXEC] oc apply -f /tmp/db-1784220039643.yaml [2026-07-16T16:40:40.204Z] [INFO] [EXEC] rm -f /tmp/db-1784220039643.yaml [2026-07-16T16:40:40.230Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-07-16T16:40:40.247Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-07-16T16:41:11.762Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-16T16:41:11.795Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-07-16T16:41:11.826Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-16T16:41:11.847Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-07-16T16:41:11.866Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-16T16:41:12.101Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-16T16:41:12.110Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-07-16T16:41:12.501Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1784220072114.yaml [2026-07-16T16:41:12.593Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1784220072114.yaml [2026-07-16T16:41:12.635Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-07-16T16:41:12.658Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-07-16T16:41:27.488Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-16T16:41:27.509Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-07-16T16:41:27.541Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-16T16:41:27.557Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-16T16:41:27.576Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-16T16:41:27.607Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T16:41:27.620Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T16:41:27.647Z] [INFO] [STEP 1] Login as an Admin [2026-07-16T16:41:27.661Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T16:41:28.100Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T16:41:30.515Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-16T16:41:30.613Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/settings/model-resources-operations/model-registry [2026-07-16T16:41:32.503Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-07-16T16:41:33.806Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-16T16:42:02.226Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-16T16:42:02.255Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-16T16:42:02.560Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-16T16:42:02.618Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 29s [2026-07-16T16:42:02.653Z] [INFO] [STEP 6] Delete the model registry [2026-07-16T16:42:03.302Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-16T16:42:03.435Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-16T16:42:03.441Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-16T16:42:03.769Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 ✓ Creates a model registry with mysql database and then deletes it (98449ms) [2026-07-16T16:42:03.920Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-16T16:42:03.922Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-16T16:42:03.926Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-16T16:42:03.929Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T16:42:03.933Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T16:42:03.959Z] [INFO] [STEP 1] Login as an Admin [2026-07-16T16:42:03.971Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T16:42:04.143Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T16:42:05.030Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-16T16:42:05.135Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/settings/model-resources-operations/model-registry [2026-07-16T16:42:06.063Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-07-16T16:42:07.829Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-16T16:42:35.993Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-16T16:42:36.026Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-16T16:42:36.500Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-16T16:42:36.557Z] [INFO] Command output: rhoai-model-registries postgres-registry-298031 True 29s [2026-07-16T16:42:36.605Z] [INFO] [STEP 6] Delete the model registry [2026-07-16T16:42:37.304Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-16T16:42:37.689Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-16T16:42:37.725Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-16T16:42:38.200Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 ✓ Creates a model registry with PostgreSQL database and then deletes it (34378ms) [2026-07-16T16:42:38.410Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-16T16:42:38.413Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-16T16:42:38.418Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-16T16:42:38.422Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T16:42:38.427Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T16:42:38.476Z] [INFO] [STEP 1] Login as an Admin [2026-07-16T16:42:38.490Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T16:42:38.713Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T16:42:39.609Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-16T16:42:39.634Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/settings/model-resources-operations/model-registry [2026-07-16T16:42:40.575Z] [INFO] [STEP 3] Create a model registry with default database [2026-07-16T16:42:41.212Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-16T16:43:40.711Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-16T16:43:40.804Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-16T16:43:41.432Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-16T16:43:41.520Z] [INFO] Command output: rhoai-model-registries default-db-registry-298031 True 60s [2026-07-16T16:43:41.551Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-07-16T16:43:41.605Z] [INFO] Waiting for default database 'default-db-registry-298031' to be ready... [2026-07-16T16:43:42.064Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-16T16:43:42.071Z] [INFO] Default database wait result: deployment.apps/default-db-registry-298031 condition met [2026-07-16T16:43:42.102Z] [INFO] Checking if default database 'default-db-registry-298031' exists for registry 'default-db-registry-298031' [2026-07-16T16:43:42.429Z] [INFO] [EXEC] oc get deployment default-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-16T16:43:42.435Z] [INFO] Default database 'default-db-registry-298031' exists and ready: true [2026-07-16T16:43:42.441Z] [INFO] [STEP 7] Delete the model registry with default database [2026-07-16T16:43:43.307Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-07-16T16:43:43.499Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-07-16T16:43:43.539Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-16T16:43:44.024Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-16T16:43:44.249Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-07-16T16:43:44.594Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-07-16T16:43:44.618Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-07-16T16:43:45.098Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-07-16T16:43:45.104Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-07-16T16:43:45.139Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-16T16:43:45.699Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-16T16:43:45.706Z] [INFO] [STEP 13] Delete the MySQL database [2026-07-16T16:43:45.743Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-07-16T16:43:46.099Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-07-16T16:43:46.145Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-07-16T16:43:48.369Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=mysql-db-registry-298031 -n rhoai-model-registries --ignore-not-found=true [2026-07-16T16:43:48.443Z] [INFO] Delete command output: service "mysql-db-registry-298031" deleted persistentvolumeclaim "mysql-db-registry-298031" deleted deployment.apps "mysql-db-registry-298031" deleted secret "mysql-db-registry-298031" deleted [2026-07-16T16:43:48.714Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-07-16T16:43:48.721Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-07-16T16:43:48.728Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-07-16T16:43:48.731Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-07-16T16:43:49.012Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-07-16T16:43:49.016Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-07-16T16:43:49.019Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-16T16:43:49.374Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-16T16:43:49.380Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-07-16T16:43:49.383Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-07-16T16:43:49.629Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-07-16T16:43:49.638Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-07-16T16:43:51.078Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=postgres-db-registry-298031 -n rhoai-model-registries --ignore-not-found=true [2026-07-16T16:43:51.087Z] [INFO] Delete command output: service "postgres-db-registry-298031" deleted persistentvolumeclaim "postgres-db-registry-298031" deleted deployment.apps "postgres-db-registry-298031" deleted secret "postgres-db-registry-298031" deleted [2026-07-16T16:43:51.398Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-07-16T16:43:51.405Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (65700ms) 3 passing (3m) [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: 0 │ │ Video: false │ │ Duration: 3 minutes, 26 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-07-16T16:43:54.794Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-07-16T16:43:54.804Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-16T16:43:54.835Z] [INFO] Ensure operator has optimal memory for testing [2026-07-16T16:43:55.155Z] [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-16T16:43:55.162Z] [INFO] Current operator memory limit: 1Gi [2026-07-16T16:43:55.167Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-07-16T16:43:55.197Z] [INFO] Create and verify SQL database for model registry [2026-07-16T16:43:55.201Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-07-16T16:43:55.205Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-07-16T16:43:55.599Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-16T16:43:55.607Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-07-16T16:43:56.195Z] [INFO] [EXEC] oc apply -f /tmp/db-1784220235610.yaml [2026-07-16T16:43:56.324Z] [INFO] [EXEC] rm -f /tmp/db-1784220235610.yaml [2026-07-16T16:43:56.339Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-07-16T16:43:56.344Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-07-16T16:44:21.168Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-07-16T16:44:21.196Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-07-16T16:44:21.207Z] [INFO] Create a model registry using YAML [2026-07-16T16:44:21.223Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-07-16T16:44:21.705Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784220261246-0q2ja8fwr.yaml && rm -f /tmp/cypress-yaml-1784220261246-0q2ja8fwr.yaml [2026-07-16T16:44:21.732Z] [INFO] Command exit code: 0 [2026-07-16T16:44:21.749Z] [INFO] Verify model registry is created [2026-07-16T16:44:21.840Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-16T16:44:22.164Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-16T16:44:22.202Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 1s [2026-07-16T16:44:22.221Z] [INFO] Wait for model registry to be in Available state [2026-07-16T16:44:22.237Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-07-16T16:44:42.780Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-07-16T16:44:42.803Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-07-16T16:44:52.831Z] [INFO] Create a project for register and store test [2026-07-16T16:44:52.835Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-16T16:44:53.173Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-16T16:44:53.198Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-07-16T16:44:53.222Z] [INFO] Project 'test-register-store-662874' exists. [2026-07-16T16:44:53.261Z] [INFO] Project test-register-store-662874 already exists. Deleting it. [2026-07-16T16:45:01.610Z] [INFO] [EXEC] oc delete project test-register-store-662874 --wait [2026-07-16T16:45:01.637Z] [INFO] Waiting for project test-register-store-662874 to be fully deleted... [2026-07-16T16:45:01.655Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-16T16:45:01.917Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-16T16:45:01.925Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-07-16T16:45:01.931Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-07-16T16:45:01.942Z] [INFO] Creating project test-register-store-662874 [2026-07-16T16:45:02.294Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-07-16T16:45:02.565Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-07-16T16:45:02.572Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-16T16:45:02.851Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-16T16:45:02.895Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-07-16T16:45:02.927Z] [INFO] Project 'test-register-store-662874' exists. [2026-07-16T16:45:02.936Z] [INFO] Grant project access to the model registry [2026-07-16T16:45:03.356Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1784220302978-2ez7mi70j.yaml && rm -f /tmp/cypress-yaml-1784220302978-2ez7mi70j.yaml [2026-07-16T16:45:03.363Z] [INFO] Command exit code: 0 [2026-07-16T16:45:03.414Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-07-16T16:45:03.432Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-07-16T16:45:03.455Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-16T16:45:03.459Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T16:45:03.463Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T16:45:03.546Z] [INFO] [STEP 1] Log into the application [2026-07-16T16:45:03.579Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T16:45:03.940Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T16:45:05.963Z] [INFO] [STEP 2] Clean up test models from any previous retry attempts [2026-07-16T16:45:06.292Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-07-16T16:45:06.329Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model [2026-07-16T16:45:06.938Z] [INFO] [EXEC] oc exec model-registry-db-662874-7956bc68d9-dbkqz -n rhoai-model-registries -- mysql -u *** -pTheBlurstOfTimes --database="model-registry" -e "DELETE cp FROM ContextProperty cp JOIN Context c ON cp.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model'); DELETE pc FROM ParentContext pc JOIN Context c ON pc.context_id = c.id OR pc.parent_context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model'); DELETE a FROM Association a JOIN Context c ON a.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model'); DELETE at FROM Attribution at JOIN Context c ON at.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model'); DELETE FROM Context WHERE name IN ('test-obj-model-662874', 'test-uri-model');" [2026-07-16T16:45:07.015Z] [INFO] Database cleanup completed successfully [2026-07-16T16:45:07.022Z] [INFO] [STEP 3] Navigate to Model Registry [2026-07-16T16:45:07.162Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-16T16:45:08.811Z] [INFO] [STEP 4] Register a model using object storage [2026-07-16T16:45:12.049Z] [INFO] [STEP 5] Verify the object storage model was registered [2026-07-16T16:45:12.536Z] [INFO] [STEP 6] Navigate back to register another model using direct URL [2026-07-16T16:45:12.602Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ai-hub/models/registry/test-model-registry-662874/register/model [2026-07-16T16:45:14.735Z] [INFO] [STEP 7] Register a model using URI [2026-07-16T16:45:17.129Z] [INFO] [STEP 8] Verify the URI model was registered [2026-07-16T16:45:19.792Z] [INFO] [STEP 9] Navigate back to model registry to verify both models [2026-07-16T16:45:21.349Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-16T16:45:21.761Z] [INFO] [STEP 10] Verify both models are visible in the registry ✓ Registers models via model registry using object storage and URI (88444ms) [2026-07-16T16:45:23.654Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-16T16:45:23.656Z] [INFO] Test title: Registers a new version via versions view [2026-07-16T16:45:23.662Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-16T16:45:23.667Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T16:45:23.672Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T16:45:23.691Z] [INFO] [STEP 1] Log into the application [2026-07-16T16:45:23.698Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T16:45:23.975Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T16:45:25.017Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-16T16:45:25.057Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-16T16:45:26.062Z] [INFO] [STEP 3] Navigate to the first registered model [2026-07-16T16:45:26.732Z] [INFO] [STEP 4] Wait for model details page to load [2026-07-16T16:45:27.044Z] [INFO] [STEP 5] Navigate to versions tab [2026-07-16T16:45:58.304Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-16T16:45:58.308Z] [INFO] Test title: Registers a new version via versions view [2026-07-16T16:45:58.315Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-16T16:45:58.320Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T16:45:58.325Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T16:45:58.431Z] [INFO] [STEP 1] Log into the application [2026-07-16T16:45:58.442Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T16:45:59.082Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T16:46:00.593Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-16T16:46:00.706Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-16T16:46:02.199Z] [INFO] [STEP 3] Navigate to the first registered model [2026-07-16T16:46:03.173Z] [INFO] [STEP 4] Wait for model details page to load [2026-07-16T16:46:03.551Z] [INFO] [STEP 5] Navigate to versions tab 1) Registers a new version via versions view [2026-07-16T16:46:34.235Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-16T16:46:34.236Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-16T16:46:34.240Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-16T16:46:34.243Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T16:46:34.247Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T16:46:34.274Z] [INFO] [STEP 1] Log into the application [2026-07-16T16:46:34.283Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T16:46:34.875Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-16T16:46:34.878Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-16T16:46:34.881Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-16T16:46:34.885Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T16:46:34.900Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T16:46:34.933Z] [INFO] [STEP 1] Log into the application [2026-07-16T16:46:34.997Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ 2) Registers and stores a model to an OCI destination [2026-07-16T16:46:35.659Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-16T16:46:35.662Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-16T16:46:35.665Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-16T16:46:35.669Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T16:46:35.672Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T16:46:35.698Z] [INFO] [STEP 1] Log into the application [2026-07-16T16:46:35.707Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T16:46:35.898Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T16:46:36.842Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-16T16:46:37.024Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-16T16:46:38.004Z] [INFO] [STEP 3] Click Register Model button [2026-07-16T16:46:41.584Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-16T16:46:41.666Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-16T16:46:41.930Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-16T16:46:42.145Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-16T16:46:45.104Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-07-16T16:46:45.285Z] [INFO] [STEP 9] Fill in model details [2026-07-16T16:46:47.725Z] [INFO] [STEP 10] Fill in transfer job name [2026-07-16T16:46:48.065Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-07-16T16:46:48.797Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-07-16T16:46:49.979Z] [INFO] [STEP 13] Verify submit button is enabled [2026-07-16T16:46:50.080Z] [INFO] [STEP 14] Submit the register and store form [2026-07-16T16:46:50.397Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-07-16T16:46:50.660Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-07-16T16:46:50.739Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job) [2026-07-16T16:46:51.214Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-uri-transfer-job --for=condition=PodScheduled pod --timeout=120s [2026-07-16T16:46:51.293Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-zlmmd condition met [2026-07-16T16:46:51.391Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-07-16T16:47:02.545Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-16T16:47:02.549Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-16T16:47:02.554Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-16T16:47:02.558Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T16:47:02.563Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T16:47:02.599Z] [INFO] [STEP 1] Log into the application [2026-07-16T16:47:02.616Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T16:47:03.107Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T16:47:05.738Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-16T16:47:08.678Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ai-hub/models/registry/test-model-registry-662874 3) Registers and stores a model to an OCI destination using URI origin [2026-07-16T16:48:12.696Z] [INFO] Navigate away from model registry before cleanup [2026-07-16T16:48:13.072Z] [INFO] Clean up registered models from database [2026-07-16T16:48:13.691Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-07-16T16:48:13.701Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-07-16T16:48:14.149Z] [INFO] [EXEC] oc exec model-registry-db-662874-7956bc68d9-dbkqz -n rhoai-model-registries -- mysql -u *** -pTheBlurstOfTimes --database="model-registry" -e "DELETE cp FROM ContextProperty cp JOIN Context c ON cp.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874'); DELETE pc FROM ParentContext pc JOIN Context c ON pc.context_id = c.id OR pc.parent_context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874'); DELETE a FROM Association a JOIN Context c ON a.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874'); DELETE at FROM Attribution at JOIN Context c ON at.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874'); DELETE FROM Context WHERE name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874');" [2026-07-16T16:48:14.155Z] [INFO] Database cleanup completed successfully [2026-07-16T16:48:14.160Z] [INFO] Delete the model registry [2026-07-16T16:48:14.163Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-07-16T16:48:14.710Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-07-16T16:48:14.715Z] [INFO] Verify model registry is removed from the backend [2026-07-16T16:48:14.718Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-16T16:48:15.007Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-16T16:48:15.015Z] [INFO] Delete the SQL database [2026-07-16T16:48:15.019Z] [INFO] Deleting model registry database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-07-16T16:48:15.265Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-16T16:48:15.274Z] [INFO] Database 'model-registry-db-662874' exists, proceeding with deletion... [2026-07-16T16:48:17.096Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=model-registry-db-662874 -n rhoai-model-registries --ignore-not-found=true [2026-07-16T16:48:17.104Z] [INFO] Delete command output: service "model-registry-db-662874" deleted persistentvolumeclaim "model-registry-db-662874" deleted deployment.apps "model-registry-db-662874" deleted secret "model-registry-db-662874" deleted [2026-07-16T16:48:17.358Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-16T16:48:17.364Z] [INFO] Model registry database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-07-16T16:48:17.371Z] [INFO] Delete the test project [2026-07-16T16:48:17.608Z] [INFO] [EXEC] oc delete project test-register-store-662874 --wait=false --ignore-not-found 1 passing (4m) 3 failing 1) Verify models can be registered in a model registry Registers a new version via versions view: Test steps were: 1. Log into the application 2. Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ 3. Navigate to Model Registry 4. Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ai-hub/models/registry/test-model-registry-662874 5. Navigate to the first registered model 6. Wait for model details page to load 7. Navigate to versions tab Timed out retrying after 30000ms: Unable to find an element by: [data-testid="versions-tab"] Ignored nodes: comments, script, style Red Hat OpenShift AI

Danger alert: General loading error

Unknown error occurred during startup.

Logging out and logging back in may solve the issue.

... AssertionError: Timed out retrying after 30000ms: Unable to find an element by: [data-testid="versions-tab"] Ignored nodes: comments, script, style Red Hat OpenShift AI

Danger alert: General loading error

Unknown error occurred during startup.

Logging out and logging back in may solve the issue.

... at Context.eval (webpack://@odh-dashboard/cypress/./cypress/tests/e2e/modelRegistry/testRegisterModel.cy.ts:205:43) 2) Verify models can be registered in a model registry Registers and stores a model to an OCI destination: Test steps were: 1. Log into the application 2. Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ Failed to visit 'https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:358:14) 3) Verify models can be registered in a model registry Registers and stores a model to an OCI destination 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 to Model Registry 4. Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ai-hub/models/registry/test-model-registry-662874 Timed out retrying after 60000ms: Unable to find an element by: [data-testid="model-registry-selector-dropdown"] 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:

AssertionError: Timed out retrying after 60000ms: Unable to find an element by: [data-testid="model-registry-selector-dropdown"] 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:

at ModelRegistry.waitForRegistryLoaded (webpack://@odh-dashboard/cypress/./cypress/pages/modelRegistry.ts:84:76) at ModelRegistry.visit (webpack://@odh-dashboard/cypress/./cypress/pages/modelRegistry.ts:63:9) at Context.eval (webpack://@odh-dashboard/cypress/./cypress/tests/e2e/modelRegistry/testRegisterModel.cy.ts:369:20) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_002.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 1 │ │ Failing: 3 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 6 │ │ Video: false │ │ Duration: 4 minutes, 23 seconds │ │ Spec Ran: modelRegistry/testRegisterModel.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1919x1079) istry/testRegisterModel.cy.ts/Verify models can be registered in a model registr y -- Registers a new version via versions view (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1919x1079) istry/testRegisterModel.cy.ts/Verify models can be registered in a model registr y -- Registers a new version via versions view (failed) (attempt 2).png - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1919x1079) istry/testRegisterModel.cy.ts/Verify models can be registered in a model registr y -- Registers and stores a model to an OCI destination (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1919x1079) istry/testRegisterModel.cy.ts/Verify models can be registered in a model registr y -- Registers and stores a model to an OCI destination (failed) (attempt 2).png - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1919x1079) istry/testRegisterModel.cy.ts/Verify models can be registered in a model registr y -- Registers and stores a model to an OCI destination using URI origin (failed ).png - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1919x1079) istry/testRegisterModel.cy.ts/Verify models can be registered in a model registr y -- Registers and stores a model to an OCI destination using URI origin (failed ) (attempt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/createRunDeletePipelineCustomPipMirror.cy.ts (4 of 6) [2026-07-16T16:48:22.169Z] [INFO] Setting tests timeout to: 480 seconds An admin user can import and run a pipeline [2026-07-16T16:48:22.187Z] [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-16T16:48:22.194Z] [INFO] Test title: Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror [2026-07-16T16:48:22.206Z] [INFO] Test tags: ["@Smoke","@SmokeSet4","@ODS-2206","@Pipelines","@Dashboard","@PipelinesCI"] [2026-07-16T16:48:22.216Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T16:48:22.223Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T16:48:22.255Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-16T16:48:22.505Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-16T16:48:22.516Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-dsp-custom-pip-prj-150747\" not found","exitCode":1} [2026-07-16T16:48:22.524Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' does not exist. [2026-07-16T16:48:22.543Z] [INFO] Creating project test-dsp-custom-pip-prj-150747 [2026-07-16T16:48:22.918Z] [INFO] [EXEC] oc new-project test-dsp-custom-pip-prj-150747 [2026-07-16T16:48:23.180Z] [INFO] [EXEC] oc label namespace test-dsp-custom-pip-prj-150747 opendatahub.io/dashboard=true --overwrite [2026-07-16T16:48:23.189Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-16T16:48:23.453Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-07-16T16:48:23.471Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-07-16T16:48:23.493Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-07-16T16:48:23.816Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784220503510-dulg21g79.yaml && rm -f /tmp/cypress-yaml-1784220503510-dulg21g79.yaml [2026-07-16T16:48:23.823Z] [INFO] Command exit code: 0 [2026-07-16T16:48:24.131Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784220503836-z25jom1d1.yaml && rm -f /tmp/cypress-yaml-1784220503836-z25jom1d1.yaml [2026-07-16T16:48:24.137Z] [INFO] Command exit code: 0 [2026-07-16T16:48:24.443Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784220504142-hp0iblfux.yaml && rm -f /tmp/cypress-yaml-1784220504142-hp0iblfux.yaml [2026-07-16T16:48:24.458Z] [INFO] Command exit code: 0 [2026-07-16T16:48:24.717Z] [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-16T16:48:24.733Z] [INFO] [STEP 1] Navigate to Pipelines test-dsp-custom-pip-prj-150747 [2026-07-16T16:48:24.764Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T16:48:24.986Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T16:48:29.396Z] [INFO] [STEP 2] Wait for pipeline server (DSPA) to be ready [2026-07-16T16:48:29.424Z] [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-16T16:48:57.052Z] [INFO] [EXEC] oc wait --for=condition=Ready dspa/dspa -n test-dsp-custom-pip-prj-150747 --timeout=600s [2026-07-16T16:48:57.100Z] [INFO] DSPA is ready [2026-07-16T16:48:57.116Z] [INFO] [STEP 3] Ensure Import Pipeline button is loaded [2026-07-16T16:48:57.156Z] [INFO] Import Pipeline button not found, reloading page once [2026-07-16T16:48:57.450Z] [INFO] [STEP 4] Import a pipeline from a yaml local file [2026-07-16T16:49:01.298Z] [INFO] Pipeline ID: f7307fd5-8e01-4437-a330-2057a856a575 [2026-07-16T16:49:01.330Z] [INFO] Version ID: 80a1b22b-eb0b-4403-9725-80064a23f408 [2026-07-16T16:49:01.361Z] [INFO] Create a test-iris-pipeline pipeline run from the Runs view [2026-07-16T16:49:02.948Z] [INFO] Run the pipeline from the Runs view [2026-07-16T16:49:05.900Z] [INFO] Expect the run to Succeed [2026-07-16T16:52:29.257Z] [INFO] Delete the pipeline version [2026-07-16T16:52:31.491Z] [INFO] Verify that the pipeline version no longer exist [2026-07-16T16:52:31.972Z] [INFO] Delete the pipeline [2026-07-16T16:52:32.836Z] [INFO] Verify that the pipeline no longer exist [2026-07-16T16:52:33.624Z] [INFO] [EXEC] oc delete project test-dsp-custom-pip-prj-150747 --wait=false --ignore-not-found ✓ Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror (251142ms) 1 passing (4m) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_003.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 4 minutes, 11 seconds │ │ Spec Ran: pipelines/createRunDeletePipelineCustomPipMirror.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/pipelines.cy.ts (5 of 6) [2026-07-16T16:52:38.712Z] [INFO] Setting tests timeout to: 480 seconds An admin user can import and run a pipeline [2026-07-16T16:52:38.729Z] [INFO] Starting 480s timeout for: An admin User can Import and Run a Pipeline [2026-07-16T16:52:38.734Z] [INFO] Test title: An admin User can Import and Run a Pipeline [2026-07-16T16:52:38.748Z] [INFO] Test tags: ["@Smoke","@SmokeSet4","@Dashboard","@Pipelines","@ci-dashboard-regression-tags"] [2026-07-16T16:52:38.757Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T16:52:38.762Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T16:52:38.808Z] [INFO] Executing command: oc get project "test-pipelines-prj-643148" -o name [2026-07-16T16:52:39.104Z] [INFO] [EXEC] oc get project "test-pipelines-prj-643148" -o name [2026-07-16T16:52:39.113Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-pipelines-prj-643148\" not found","exitCode":1} [2026-07-16T16:52:39.131Z] [INFO] Project 'test-pipelines-prj-643148' does not exist. [2026-07-16T16:52:39.153Z] [INFO] Creating project test-pipelines-prj-643148 [2026-07-16T16:52:39.539Z] [INFO] [EXEC] oc new-project test-pipelines-prj-643148 [2026-07-16T16:52:39.985Z] [INFO] [EXEC] oc label namespace test-pipelines-prj-643148 opendatahub.io/dashboard=true --overwrite [2026-07-16T16:52:40.000Z] [INFO] Executing command: oc get project "test-pipelines-prj-643148" -o name [2026-07-16T16:52:40.292Z] [INFO] [EXEC] oc get project "test-pipelines-prj-643148" -o name [2026-07-16T16:52:40.299Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-pipelines-prj-643148","stderr":"","exitCode":0} [2026-07-16T16:52:40.314Z] [INFO] Project 'test-pipelines-prj-643148' exists. [2026-07-16T16:52:40.630Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784220760328-2vprskjnu.yaml && rm -f /tmp/cypress-yaml-1784220760328-2vprskjnu.yaml [2026-07-16T16:52:40.645Z] [INFO] Command exit code: 0 [2026-07-16T16:52:40.947Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784220760656-holxrdmtl.yaml && rm -f /tmp/cypress-yaml-1784220760656-holxrdmtl.yaml [2026-07-16T16:52:40.964Z] [INFO] Command exit code: 0 [2026-07-16T16:52:41.269Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784220760976-mb5qzsrg1.yaml && rm -f /tmp/cypress-yaml-1784220760976-mb5qzsrg1.yaml [2026-07-16T16:52:41.275Z] [INFO] Command exit code: 0 [2026-07-16T16:52:41.294Z] [INFO] [STEP 1] Navigate to Pipelines ${projectName} [2026-07-16T16:52:41.317Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T16:52:41.713Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T16:53:01.305Z] [INFO] Starting 480s timeout for: An admin User can Import and Run a Pipeline [2026-07-16T16:53:01.310Z] [INFO] Test title: An admin User can Import and Run a Pipeline [2026-07-16T16:53:01.316Z] [INFO] Test tags: ["@Smoke","@SmokeSet4","@Dashboard","@Pipelines","@ci-dashboard-regression-tags"] [2026-07-16T16:53:01.322Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T16:53:01.326Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T16:53:01.340Z] [INFO] Executing command: oc get project "test-pipelines-prj-643148" -o name [2026-07-16T16:53:01.609Z] [INFO] [EXEC] oc get project "test-pipelines-prj-643148" -o name [2026-07-16T16:53:01.615Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-pipelines-prj-643148","stderr":"","exitCode":0} [2026-07-16T16:53:01.621Z] [INFO] Project 'test-pipelines-prj-643148' exists. [2026-07-16T16:53:01.628Z] [INFO] Project test-pipelines-prj-643148 already exists. Deleting it. [2026-07-16T16:53:41.944Z] [INFO] [EXEC] oc delete project test-pipelines-prj-643148 --wait [2026-07-16T16:53:41.967Z] [INFO] Waiting for project test-pipelines-prj-643148 to be fully deleted... [2026-07-16T16:53:41.975Z] [INFO] Executing command: oc get project "test-pipelines-prj-643148" -o name [2026-07-16T16:53:42.330Z] [INFO] [EXEC] oc get project "test-pipelines-prj-643148" -o name [2026-07-16T16:53:42.337Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-pipelines-prj-643148\" not found","exitCode":1} [2026-07-16T16:53:42.343Z] [INFO] Project 'test-pipelines-prj-643148' does not exist. [2026-07-16T16:53:42.356Z] [INFO] Creating project test-pipelines-prj-643148 [2026-07-16T16:53:42.774Z] [INFO] [EXEC] oc new-project test-pipelines-prj-643148 [2026-07-16T16:53:43.063Z] [INFO] [EXEC] oc label namespace test-pipelines-prj-643148 opendatahub.io/dashboard=true --overwrite [2026-07-16T16:53:43.070Z] [INFO] Executing command: oc get project "test-pipelines-prj-643148" -o name [2026-07-16T16:53:43.363Z] [INFO] [EXEC] oc get project "test-pipelines-prj-643148" -o name [2026-07-16T16:53:43.369Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-pipelines-prj-643148","stderr":"","exitCode":0} [2026-07-16T16:53:43.375Z] [INFO] Project 'test-pipelines-prj-643148' exists. [2026-07-16T16:53:43.696Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784220823377-r4q8jfuag.yaml && rm -f /tmp/cypress-yaml-1784220823377-r4q8jfuag.yaml [2026-07-16T16:53:43.709Z] [INFO] Command exit code: 0 [2026-07-16T16:53:44.042Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784220823711-svwdrk765.yaml && rm -f /tmp/cypress-yaml-1784220823711-svwdrk765.yaml [2026-07-16T16:53:44.049Z] [INFO] Command exit code: 0 [2026-07-16T16:53:44.343Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784220824051-mw36qasxv.yaml && rm -f /tmp/cypress-yaml-1784220824051-mw36qasxv.yaml [2026-07-16T16:53:44.350Z] [INFO] Command exit code: 0 [2026-07-16T16:53:44.371Z] [INFO] [STEP 1] Navigate to Pipelines ${projectName} [2026-07-16T16:53:44.381Z] [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-16T16:53:45.110Z] [INFO] [EXEC] oc delete project test-pipelines-prj-643148 --wait=false --ignore-not-found 0 passing (1m) 1 failing 1) An admin user can import and run a pipeline An admin User can Import and Run a Pipeline: Test steps were: 1. Navigate to Pipelines ${projectName} 2. Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ Failed to visit 'https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:358:14) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_004.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 2 │ │ Video: false │ │ Duration: 1 minute, 6 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-16T16:53:50.498Z] [INFO] Setting tests timeout to: 480 seconds Verify that a pipeline can be scheduled to run [2026-07-16T16:53:50.514Z] [INFO] Starting 480s timeout for: Admin imports a pipeline and schedules it to run [2026-07-16T16:53:50.519Z] [INFO] Test title: Admin imports a pipeline and schedules it to run [2026-07-16T16:53:50.537Z] [INFO] Test tags: ["@Pipelines","@Dashboard","@Smoke","@SmokeSet4"] [2026-07-16T16:53:50.544Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T16:53:50.590Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T16:53:50.619Z] [INFO] Executing command: oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-16T16:53:50.941Z] [INFO] [EXEC] oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-16T16:53:50.953Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-dsp-schedule-prj-115465\" not found","exitCode":1} [2026-07-16T16:53:50.961Z] [INFO] Project 'test-dsp-schedule-prj-115465' does not exist. [2026-07-16T16:53:50.983Z] [INFO] Creating project test-dsp-schedule-prj-115465 [2026-07-16T16:53:51.415Z] [INFO] [EXEC] oc new-project test-dsp-schedule-prj-115465 [2026-07-16T16:53:51.717Z] [INFO] [EXEC] oc label namespace test-dsp-schedule-prj-115465 opendatahub.io/dashboard=true --overwrite [2026-07-16T16:53:51.726Z] [INFO] Executing command: oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-16T16:53:52.040Z] [INFO] [EXEC] oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-16T16:53:52.047Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-schedule-prj-115465","stderr":"","exitCode":0} [2026-07-16T16:53:52.079Z] [INFO] Project 'test-dsp-schedule-prj-115465' exists. [2026-07-16T16:53:52.395Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784220832095-s90khpqh5.yaml && rm -f /tmp/cypress-yaml-1784220832095-s90khpqh5.yaml [2026-07-16T16:53:52.411Z] [INFO] Command exit code: 0 [2026-07-16T16:53:52.788Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784220832426-yex32o814.yaml && rm -f /tmp/cypress-yaml-1784220832426-yex32o814.yaml [2026-07-16T16:53:52.808Z] [INFO] Command exit code: 0 [2026-07-16T16:53:53.148Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784220832821-veck1gawe.yaml && rm -f /tmp/cypress-yaml-1784220832821-veck1gawe.yaml [2026-07-16T16:53:53.164Z] [INFO] Command exit code: 0 [2026-07-16T16:53:53.217Z] [INFO] [STEP 1] Navigate to Pipelines test-dsp-schedule-prj-115465 [2026-07-16T16:53:53.244Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T16:53:53.687Z] [INFO] Starting 480s timeout for: Admin imports a pipeline and schedules it to run [2026-07-16T16:53:53.691Z] [INFO] Test title: Admin imports a pipeline and schedules it to run [2026-07-16T16:53:53.696Z] [INFO] Test tags: ["@Pipelines","@Dashboard","@Smoke","@SmokeSet4"] [2026-07-16T16:53:53.700Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T16:53:53.705Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T16:53:53.715Z] [INFO] Executing command: oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-16T16:53:54.011Z] [INFO] [EXEC] oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-16T16:53:54.017Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-schedule-prj-115465","stderr":"","exitCode":0} [2026-07-16T16:53:54.024Z] [INFO] Project 'test-dsp-schedule-prj-115465' exists. [2026-07-16T16:53:54.032Z] [INFO] Project test-dsp-schedule-prj-115465 already exists. Deleting it. [2026-07-16T16:54:08.988Z] [INFO] [EXEC] oc delete project test-dsp-schedule-prj-115465 --wait [2026-07-16T16:54:08.999Z] [INFO] Waiting for project test-dsp-schedule-prj-115465 to be fully deleted... [2026-07-16T16:54:09.003Z] [INFO] Executing command: oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-16T16:54:09.295Z] [INFO] [EXEC] oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-16T16:54:09.301Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-dsp-schedule-prj-115465\" not found","exitCode":1} [2026-07-16T16:54:09.307Z] [INFO] Project 'test-dsp-schedule-prj-115465' does not exist. [2026-07-16T16:54:09.319Z] [INFO] Creating project test-dsp-schedule-prj-115465 [2026-07-16T16:54:09.715Z] [INFO] [EXEC] oc new-project test-dsp-schedule-prj-115465 [2026-07-16T16:54:09.999Z] [INFO] [EXEC] oc label namespace test-dsp-schedule-prj-115465 opendatahub.io/dashboard=true --overwrite [2026-07-16T16:54:10.005Z] [INFO] Executing command: oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-16T16:54:10.262Z] [INFO] [EXEC] oc get project "test-dsp-schedule-prj-115465" -o name [2026-07-16T16:54:10.267Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-schedule-prj-115465","stderr":"","exitCode":0} [2026-07-16T16:54:10.273Z] [INFO] Project 'test-dsp-schedule-prj-115465' exists. [2026-07-16T16:54:10.549Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784220850274-wrwsgm335.yaml && rm -f /tmp/cypress-yaml-1784220850274-wrwsgm335.yaml [2026-07-16T16:54:10.554Z] [INFO] Command exit code: 0 [2026-07-16T16:54:10.835Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784220850556-9oa0dl7z7.yaml && rm -f /tmp/cypress-yaml-1784220850556-9oa0dl7z7.yaml [2026-07-16T16:54:10.842Z] [INFO] Command exit code: 0 [2026-07-16T16:54:11.137Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784220850843-dmt2sd1na.yaml && rm -f /tmp/cypress-yaml-1784220850843-dmt2sd1na.yaml [2026-07-16T16:54:11.143Z] [INFO] Command exit code: 0 [2026-07-16T16:54:11.170Z] [INFO] [STEP 1] Navigate to Pipelines test-dsp-schedule-prj-115465 [2026-07-16T16:54:11.181Z] [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-16T16:54:11.735Z] [INFO] [EXEC] oc delete project test-dsp-schedule-prj-115465 --wait=false --ignore-not-found 0 passing (21s) 1 failing 1) Verify that a pipeline can be scheduled to run Admin imports a pipeline and schedules it to run: Test steps were: 1. Navigate to Pipelines test-dsp-schedule-prj-115465 2. Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ Failed to visit 'https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:358:14) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_005.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 2 │ │ Video: false │ │ Duration: 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 114ms 4 - - 4 - │ │ on.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ modelRegistry/testCreateModelRegist 03:26 3 3 - - - │ │ ry.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ modelRegistry/testRegisterModel.cy. 04:23 4 1 3 - - │ │ ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/createRunDeletePipelineCu 04:11 1 1 - - - │ │ stomPipMirror.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ pipelines/pipelines.cy.ts 01:06 1 - 1 - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ pipelines/testSchedulePipeline.cy.t 00:21 1 - 1 - - │ │ s │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✖ 3 of 6 failed (50%) 13:28 14 5 5 4 -