CY_TEST_CONFIG: /workspace/tests-shared/tests-payload/results/cypress-runtime-config.yml 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-09-10T10:07:14.447Z] [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-09-10T10:07:14.487Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (95ms) 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-09-10T10:07:17.519Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-09-10T10:07:17.530Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-10T10:07:17.557Z] [INFO] Ensure operator has optimal memory for testing [2026-09-10T10:07:18.171Z] [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-09-10T10:07:18.184Z] [INFO] Current operator memory limit: 512Mi [2026-09-10T10:07:18.189Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-09-10T10:07:18.495Z] [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-09-10T10:07:18.504Z] [INFO] Successfully patched operator memory to 1Gi [2026-09-10T10:07:34.032Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-09-10T10:07:34.049Z] [INFO] Operator rollout completed successfully [2026-09-10T10:07:34.066Z] [INFO] Create and verify SQL database for model registry [2026-09-10T10:07:34.092Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-09-10T10:07:34.112Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-09-10T10:07:34.430Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-10T10:07:34.437Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-09-10T10:07:34.967Z] [INFO] [EXEC] oc apply -f /tmp/db-1789034854452.yaml [2026-09-10T10:07:35.080Z] [INFO] [EXEC] rm -f /tmp/db-1789034854452.yaml [2026-09-10T10:07:35.103Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-09-10T10:07:35.110Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-09-10T10:07:58.472Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-10T10:07:58.490Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-09-10T10:07:58.512Z] [INFO] Create and verify PostgreSQL database for model registry [2026-09-10T10:07:58.529Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-09-10T10:07:58.547Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-09-10T10:07:58.891Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-10T10:07:58.919Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-09-10T10:07:59.462Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1789034878931.yaml [2026-09-10T10:07:59.561Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1789034878931.yaml [2026-09-10T10:07:59.575Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-09-10T10:07:59.592Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-09-10T10:08:29.383Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-10T10:08:29.406Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-09-10T10:08:29.492Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-09-10T10:08:29.498Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-09-10T10:08:29.506Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-10T10:08:29.512Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T10:08:29.517Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-10T10:08:29.550Z] [INFO] [STEP 1] Login as an Admin [2026-09-10T10:08:29.567Z] [INFO] Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/ [2026-09-10T10:08:32.191Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-10T10:08:32.596Z] [INFO] Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/settings/model-resources-operations/model-registry [2026-09-10T10:08:36.236Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-09-10T10:08:38.245Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-10T10:09:05.988Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-10T10:09:06.028Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-10T10:09:06.492Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-10T10:09:06.501Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 28s [2026-09-10T10:09:06.552Z] [INFO] [STEP 6] Delete the model registry [2026-09-10T10:09:07.428Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-09-10T10:09:07.987Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-09-10T10:09:08.036Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-10T10:09:08.500Z] [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 (111031ms) [2026-09-10T10:09:08.791Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-09-10T10:09:08.795Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-09-10T10:09:08.801Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-10T10:09:08.806Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T10:09:08.811Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-10T10:09:08.856Z] [INFO] [STEP 1] Login as an Admin [2026-09-10T10:09:08.872Z] [INFO] Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/ [2026-09-10T10:09:10.498Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-10T10:09:10.565Z] [INFO] Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/settings/model-resources-operations/model-registry [2026-09-10T10:09:13.357Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-09-10T10:09:15.465Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-10T10:09:43.118Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-10T10:09:43.160Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-10T10:09:43.596Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-10T10:09:43.634Z] [INFO] Command output: rhoai-model-registries postgres-registry-298031 True 28s [2026-09-10T10:09:43.684Z] [INFO] [STEP 6] Delete the model registry [2026-09-10T10:09:44.426Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-09-10T10:09:44.972Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-09-10T10:09:45.030Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-10T10:09:45.492Z] [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 (36805ms) [2026-09-10T10:09:45.678Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-09-10T10:09:45.681Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-09-10T10:09:45.686Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-10T10:09:45.692Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T10:09:45.697Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-10T10:09:45.727Z] [INFO] [STEP 1] Login as an Admin [2026-09-10T10:09:45.762Z] [INFO] Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/ [2026-09-10T10:09:47.520Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-10T10:09:47.594Z] [INFO] Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/settings/model-resources-operations/model-registry [2026-09-10T10:09:49.290Z] [INFO] [STEP 3] Create a model registry with default database [2026-09-10T10:09:50.012Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-10T10:10:49.027Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-10T10:10:49.061Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-10T10:10:49.524Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-10T10:10:49.626Z] [INFO] Command output: rhoai-model-registries default-db-registry-298031 True 59s [2026-09-10T10:10:49.666Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-09-10T10:10:49.705Z] [INFO] Waiting for default database 'default-db-registry-298031' to be ready... [2026-09-10T10:10:50.199Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-10T10:10:50.287Z] [INFO] Default database wait result: deployment.apps/default-db-registry-298031 condition met [2026-09-10T10:10:50.335Z] [INFO] Checking if default database 'default-db-registry-298031' exists for registry 'default-db-registry-298031' [2026-09-10T10:10:50.730Z] [INFO] [EXEC] oc get deployment default-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-10T10:10:50.812Z] [INFO] Default database 'default-db-registry-298031' exists and ready: true [2026-09-10T10:10:50.851Z] [INFO] [STEP 7] Delete the model registry with default database [2026-09-10T10:10:51.653Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-09-10T10:10:51.978Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-09-10T10:10:52.031Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-10T10:10:52.481Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-10T10:10:52.733Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-09-10T10:10:53.485Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-09-10T10:10:53.556Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-09-10T10:10:54.067Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-10T10:10:54.223Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-09-10T10:10:54.320Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-10T10:10:54.923Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-10T10:10:55.006Z] [INFO] [STEP 13] Delete the MySQL database [2026-09-10T10:10:55.142Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-09-10T10:10:55.657Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-09-10T10:10:55.753Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-09-10T10:10:58.794Z] [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-09-10T10:10:58.842Z] [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-09-10T10:10:59.246Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-09-10T10:10:59.318Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-09-10T10:10:59.371Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-09-10T10:10:59.426Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-09-10T10:10:59.856Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-10T10:10:59.861Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-09-10T10:10:59.865Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-10T10:11:00.308Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-10T10:11:00.315Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-09-10T10:11:00.367Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-09-10T10:11:00.724Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-09-10T10:11:00.731Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-09-10T10:11:02.347Z] [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-09-10T10:11:02.434Z] [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-09-10T10:11:02.749Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-09-10T10:11:02.870Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (66934ms) 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: 0 │ │ Video: false │ │ Duration: 3 minutes, 45 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-09-10T10:11:07.027Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-09-10T10:11:07.050Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-10T10:11:07.091Z] [INFO] Ensure operator has optimal memory for testing [2026-09-10T10:11:07.471Z] [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-09-10T10:11:07.481Z] [INFO] Current operator memory limit: 1Gi [2026-09-10T10:11:07.487Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-09-10T10:11:07.500Z] [INFO] Create and verify SQL database for model registry [2026-09-10T10:11:07.505Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-09-10T10:11:07.510Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-09-10T10:11:07.856Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-10T10:11:07.864Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-09-10T10:11:08.338Z] [INFO] [EXEC] oc apply -f /tmp/db-1789035067869.yaml [2026-09-10T10:11:08.452Z] [INFO] [EXEC] rm -f /tmp/db-1789035067869.yaml [2026-09-10T10:11:08.464Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-09-10T10:11:08.469Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-09-10T10:11:25.923Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-09-10T10:11:25.940Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-09-10T10:11:25.952Z] [INFO] Create a model registry using YAML [2026-09-10T10:11:25.969Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-09-10T10:11:26.610Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789035085992-iq8dgkhle.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789035085992-iq8dgkhle.yaml; exit $status [2026-09-10T10:11:26.629Z] [INFO] Command exit code: 0 [2026-09-10T10:11:26.642Z] [INFO] Verify model registry is created [2026-09-10T10:11:26.646Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-10T10:11:27.018Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-10T10:11:27.025Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 0s [2026-09-10T10:11:27.031Z] [INFO] Wait for model registry to be in Available state [2026-09-10T10:11:27.049Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-09-10T10:11:46.226Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-09-10T10:11:46.246Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-09-10T10:11:56.261Z] [INFO] Create a project for register and store test [2026-09-10T10:11:56.284Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-09-10T10:11:56.593Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-09-10T10:11:56.618Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-09-10T10:11:56.665Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-09-10T10:11:56.700Z] [INFO] Creating project test-register-store-662874 [2026-09-10T10:11:57.102Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-09-10T10:11:57.113Z] [INFO] 🔍 Polling for namespace test-register-store-662874 (max 30s) [2026-09-10T10:11:57.497Z] [INFO] [EXEC] oc get namespace test-register-store-662874 [2026-09-10T10:11:57.534Z] [INFO] ✅ namespace test-register-store-662874 (found after 0.4s) [2026-09-10T10:11:57.937Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-09-10T10:11:57.945Z] [INFO] 🔍 Polling for project test-register-store-662874 dashboard-ready (max 15s) [2026-09-10T10:11:58.287Z] [INFO] [EXEC] oc get project test-register-store-662874 -o json | jq -e '.metadata.labels["opendatahub.io/dashboard"] == "true" and .status.phase == "Active"' [2026-09-10T10:11:58.294Z] [INFO] ✅ project test-register-store-662874 dashboard-ready (found after 0.3s) [2026-09-10T10:11:58.338Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-09-10T10:11:58.653Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-09-10T10:11:58.660Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-09-10T10:11:58.686Z] [INFO] Project 'test-register-store-662874' exists. [2026-09-10T10:11:58.713Z] [INFO] Grant project access to the model registry [2026-09-10T10:11:59.065Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1789035118748-s5mjlokgk.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789035118748-s5mjlokgk.yaml; exit $status [2026-09-10T10:11:59.108Z] [INFO] Command exit code: 0 [2026-09-10T10:11:59.202Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-09-10T10:11:59.206Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-09-10T10:11:59.233Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-09-10T10:11:59.276Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T10:11:59.317Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-10T10:11:59.410Z] [INFO] [STEP 1] Log into the application [2026-09-10T10:11:59.478Z] [INFO] Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/ [2026-09-10T10:12:02.084Z] [INFO] [STEP 2] Clean up test models from any previous retry attempts [2026-09-10T10:12:02.593Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-09-10T10:12:02.677Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model [2026-09-10T10:12:03.456Z] [INFO] [EXEC] oc exec model-registry-db-662874-f958cd66c-vrp2x -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-09-10T10:12:03.788Z] [INFO] Database cleanup completed successfully [2026-09-10T10:12:03.851Z] [INFO] [STEP 3] Navigate to Model Registry [2026-09-10T10:12:04.011Z] [INFO] Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874 [2026-09-10T10:12:08.037Z] [INFO] [STEP 4] Register a model using object storage [2026-09-10T10:12:13.087Z] [INFO] [STEP 5] Verify the object storage model was registered [2026-09-10T10:12:14.768Z] [INFO] [STEP 6] Navigate back to register another model using direct URL [2026-09-10T10:12:17.761Z] [INFO] Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874/register/model [2026-09-10T10:12:23.969Z] [INFO] [STEP 7] Register a model using URI [2026-09-10T10:12:28.116Z] [INFO] [STEP 8] Verify the URI model was registered [2026-09-10T10:12:30.589Z] [INFO] [STEP 9] Navigate back to model registry to verify both models [2026-09-10T10:12:34.603Z] [INFO] Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874 [2026-09-10T10:12:37.368Z] [INFO] [STEP 10] Verify both models are visible in the registry ✓ Registers models via model registry using object storage and URI (96302ms) [2026-09-10T10:12:43.979Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-09-10T10:12:43.984Z] [INFO] Test title: Registers a new version via versions view [2026-09-10T10:12:43.997Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-09-10T10:12:44.049Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T10:12:44.063Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-10T10:12:44.091Z] [INFO] [STEP 1] Log into the application [2026-09-10T10:12:44.105Z] [INFO] Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/ [2026-09-10T10:12:44.876Z] [INFO] [STEP 2] Navigate to Model Registry [2026-09-10T10:12:44.898Z] [INFO] Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874 [2026-09-10T10:12:46.550Z] [INFO] [STEP 3] Navigate to the first registered model [2026-09-10T10:12:47.077Z] [INFO] [STEP 4] Wait for model details page to load [2026-09-10T10:12:47.257Z] [INFO] [STEP 5] Navigate to versions tab [2026-09-10T10:12:51.442Z] [INFO] [STEP 6] Click Register new version button [2026-09-10T10:12:55.984Z] [INFO] [STEP 7] Fill in version details [2026-09-10T10:12:58.489Z] [INFO] [STEP 8] Configure URI location for the new version [2026-09-10T10:12:59.159Z] [INFO] [STEP 9] Submit the new version [2026-09-10T10:12:59.479Z] [INFO] [STEP 10] Verify the new version was registered ✓ Registers a new version via versions view (17805ms) [2026-09-10T10:13:02.327Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-09-10T10:13:02.329Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-09-10T10:13:02.334Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-09-10T10:13:02.338Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T10:13:02.344Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-10T10:13:02.381Z] [INFO] [STEP 1] Log into the application [2026-09-10T10:13:02.394Z] [INFO] Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/ [2026-09-10T10:13:03.390Z] [INFO] [STEP 2] Navigate to Model Registry [2026-09-10T10:13:03.410Z] [INFO] Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874 [2026-09-10T10:13:05.494Z] [INFO] [STEP 3] Click Register Model button [2026-09-10T10:13:06.125Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-09-10T10:13:06.183Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-09-10T10:13:06.405Z] [INFO] [STEP 6] Verify namespace selector appears [2026-09-10T10:13:06.444Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-09-10T10:13:07.167Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-09-10T10:13:07.200Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-09-10T10:13:07.317Z] [INFO] [STEP 10] Fill in model details [2026-09-10T10:13:09.968Z] [INFO] [STEP 11] Fill in transfer job name [2026-09-10T10:13:10.272Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-09-10T10:13:11.771Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-09-10T10:13:12.719Z] [INFO] [STEP 14] Verify submit button is enabled [2026-09-10T10:13:12.753Z] [INFO] [STEP 15] Submit the register and store form [2026-09-10T10:13:12.996Z] [INFO] [STEP 16] Verify transfer job started notification appears [2026-09-10T10:13:13.491Z] [INFO] [STEP 17] Verify transfer job and pod started in the backend [2026-09-10T10:13:13.536Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-transfer-job-662874) [2026-09-10T10:13:14.063Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-transfer-job-662874 --for=condition=PodScheduled pod --timeout=120s [2026-09-10T10:13:14.175Z] [INFO] oc wait stdout: pod/oci-transfer-job-662874-lfmnb condition met [2026-09-10T10:13:14.365Z] [INFO] [STEP 18] Verify navigation away from the registration form ✓ Registers and stores a model to an OCI destination (12626ms) [2026-09-10T10:13:15.417Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-09-10T10:13:15.419Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-09-10T10:13:15.422Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-09-10T10:13:15.427Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T10:13:15.431Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-10T10:13:15.475Z] [INFO] [STEP 1] Log into the application [2026-09-10T10:13:15.484Z] [INFO] Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/ [2026-09-10T10:13:15.759Z] [INFO] [STEP 2] Navigate to Model Registry [2026-09-10T10:13:15.780Z] [INFO] Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874 [2026-09-10T10:13:17.136Z] [INFO] [STEP 3] Click Register Model button [2026-09-10T10:13:21.256Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-09-10T10:13:21.364Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-09-10T10:13:21.648Z] [INFO] [STEP 6] Verify namespace selector appears [2026-09-10T10:13:21.741Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-09-10T10:13:22.901Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-09-10T10:13:23.203Z] [INFO] [STEP 9] Fill in model details [2026-09-10T10:13:26.377Z] [INFO] [STEP 10] Fill in transfer job name [2026-09-10T10:13:26.829Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-09-10T10:13:27.750Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-09-10T10:13:28.971Z] [INFO] [STEP 13] Verify submit button is enabled [2026-09-10T10:13:29.028Z] [INFO] [STEP 14] Submit the register and store form [2026-09-10T10:13:29.350Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-09-10T10:13:29.773Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-09-10T10:13:29.845Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job-662874) [2026-09-10T10:13:30.615Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-uri-transfer-job-662874 --for=condition=PodScheduled pod --timeout=120s [2026-09-10T10:13:34.772Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-662874-vlqpj condition met [2026-09-10T10:13:35.122Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-09-10T10:13:36.166Z] [INFO] [STEP 18] Navigate away from model registry before cleanup [2026-09-10T10:13:38.251Z] [INFO] [STEP 19] Clean up registered models from database [2026-09-10T10:13:38.846Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-09-10T10:13:39.038Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-09-10T10:13:40.160Z] [INFO] [EXEC] oc exec model-registry-db-662874-f958cd66c-vrp2x -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-09-10T10:13:40.377Z] [INFO] Database cleanup completed successfully [2026-09-10T10:13:40.466Z] [INFO] [STEP 20] Delete the model registry [2026-09-10T10:13:40.551Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-09-10T10:13:41.475Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-09-10T10:13:41.561Z] [INFO] [STEP 21] Verify model registry is removed from the backend [2026-09-10T10:13:41.716Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-10T10:13:42.253Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-10T10:13:42.260Z] [INFO] [STEP 22] Delete the SQL database [2026-09-10T10:13:42.344Z] [INFO] Deleting model registry database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-09-10T10:13:42.753Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-09-10T10:13:42.836Z] [INFO] Database 'model-registry-db-662874' exists, proceeding with deletion... [2026-09-10T10:13:45.944Z] [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-09-10T10:13:46.105Z] [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-09-10T10:13:46.452Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-09-10T10:13:46.459Z] [INFO] Model registry database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-09-10T10:13:46.548Z] [INFO] [STEP 23] Delete the test project [2026-09-10T10:13:47.018Z] [INFO] [EXEC] oc delete project test-register-store-662874 --wait=false --ignore-not-found ✓ Registers and stores a model to an OCI destination using URI origin (20489ms) 4 passing (3m) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_002.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 4 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 2 minutes, 40 seconds │ │ Spec Ran: modelRegistry/testRegisterModel.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/createRunDeletePipelineCustomPipMirror.cy.ts (4 of 6) [2026-09-10T10:13:51.824Z] [INFO] Setting tests timeout to: 480 seconds An admin user can import and run a pipeline [2026-09-10T10:13:51.879Z] [INFO] Starting 480s timeout for: Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror [2026-09-10T10:13:51.886Z] [INFO] Test title: Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror [2026-09-10T10:13:51.897Z] [INFO] Test tags: ["@Smoke","@SmokeSet4","@ODS-2206","@Pipelines","@Dashboard","@PipelinesCI"] [2026-09-10T10:13:51.945Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T10:13:51.954Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-10T10:13:51.992Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:13:52.338Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:13:52.352Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-dsp-custom-pip-prj-150747\" not found","exitCode":1} [2026-09-10T10:13:52.366Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' does not exist. [2026-09-10T10:13:52.376Z] [INFO] Creating project test-dsp-custom-pip-prj-150747 [2026-09-10T10:13:52.750Z] [INFO] [EXEC] oc new-project test-dsp-custom-pip-prj-150747 [2026-09-10T10:13:52.772Z] [INFO] 🔍 Polling for namespace test-dsp-custom-pip-prj-150747 (max 30s) [2026-09-10T10:13:53.109Z] [INFO] [EXEC] oc get namespace test-dsp-custom-pip-prj-150747 [2026-09-10T10:13:53.138Z] [INFO] ✅ namespace test-dsp-custom-pip-prj-150747 (found after 0.4s) [2026-09-10T10:13:53.491Z] [INFO] [EXEC] oc label namespace test-dsp-custom-pip-prj-150747 opendatahub.io/dashboard=true --overwrite [2026-09-10T10:13:53.506Z] [INFO] 🔍 Polling for project test-dsp-custom-pip-prj-150747 dashboard-ready (max 15s) [2026-09-10T10:13:53.830Z] [INFO] [EXEC] oc get project test-dsp-custom-pip-prj-150747 -o json | jq -e '.metadata.labels["opendatahub.io/dashboard"] == "true" and .status.phase == "Active"' [2026-09-10T10:13:53.836Z] [INFO] ✅ project test-dsp-custom-pip-prj-150747 dashboard-ready (found after 0.3s) [2026-09-10T10:13:53.867Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:13:54.206Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:13:54.236Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T10:13:54.257Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T10:13:54.645Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789035234273-egizgrtt6.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789035234273-egizgrtt6.yaml; exit $status [2026-09-10T10:13:54.652Z] [INFO] Command exit code: 0 [2026-09-10T10:13:55.045Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789035234656-4145riy8s.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789035234656-4145riy8s.yaml; exit $status [2026-09-10T10:13:55.052Z] [INFO] Command exit code: 0 [2026-09-10T10:13:55.420Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789035235056-gmig2li7m.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789035235056-gmig2li7m.yaml; exit $status [2026-09-10T10:13:55.447Z] [INFO] Command exit code: 0 [2026-09-10T10:13:55.720Z] [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-09-10T10:13:55.753Z] [INFO] [STEP 1] Navigate to Pipelines test-dsp-custom-pip-prj-150747 [2026-09-10T10:13:55.846Z] [INFO] Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/ [2026-09-10T10:14:04.064Z] [INFO] ✅ Project "test-dsp-custom-pip-prj-150747" visible in list [2026-09-10T10:14:04.270Z] [INFO] [STEP 2] Wait for pipeline server (DSPA) to be ready [2026-09-10T10:14:04.335Z] [INFO] Waiting for DSPA to be ready: oc wait --for=condition=Ready dspa/dspa -n test-dsp-custom-pip-prj-150747 --timeout=600000ms [2026-09-10T10:21:52.861Z] [INFO] Starting 480s timeout for: Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror [2026-09-10T10:21:52.865Z] [INFO] Test title: Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror [2026-09-10T10:21:52.869Z] [INFO] Test tags: ["@Smoke","@SmokeSet4","@ODS-2206","@Pipelines","@Dashboard","@PipelinesCI"] [2026-09-10T10:21:52.875Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T10:21:52.880Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-10T10:21:52.898Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:21:53.237Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:21:53.246Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T10:21:53.255Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T10:21:53.266Z] [INFO] Project test-dsp-custom-pip-prj-150747 already exists. Deleting it. [2026-09-10T10:21:53.614Z] [INFO] [EXEC] oc delete project test-dsp-custom-pip-prj-150747 --wait [2026-09-10T10:21:53.627Z] [INFO] Waiting for project test-dsp-custom-pip-prj-150747 to be fully deleted... [2026-09-10T10:21:53.635Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:21:53.961Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:21:53.970Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T10:21:53.980Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T10:21:53.994Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T10:21:55.011Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:21:55.342Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:21:55.353Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T10:21:55.366Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T10:21:55.382Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T10:21:56.395Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:21:56.834Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:21:56.842Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T10:21:56.852Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T10:21:56.865Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T10:21:57.876Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:21:58.202Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:21:58.211Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T10:21:58.222Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T10:21:58.232Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T10:21:59.394Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:21:59.977Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:21:59.985Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T10:21:59.993Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T10:22:00.005Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T10:22:01.014Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:22:01.342Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:22:01.350Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T10:22:01.358Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T10:22:01.369Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T10:22:02.378Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:22:02.711Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:22:02.720Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T10:22:02.729Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T10:22:02.739Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T10:22:03.748Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:22:04.092Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:22:04.099Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T10:22:04.108Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T10:22:04.120Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T10:22:05.153Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:22:05.475Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:22:05.483Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T10:22:05.493Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T10:22:05.506Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T10:22:06.516Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:22:06.849Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:22:06.859Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T10:22:06.870Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T10:22:07.022Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T10:22:08.033Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:22:08.365Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:22:08.376Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T10:22:08.388Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T10:22:08.401Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T10:22:09.411Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:22:09.742Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:22:09.751Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T10:22:09.762Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T10:22:09.778Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T10:22:10.788Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:22:11.088Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:22:11.096Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-dsp-custom-pip-prj-150747\" not found","exitCode":1} [2026-09-10T10:22:11.106Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' does not exist. [2026-09-10T10:22:11.119Z] [INFO] Creating project test-dsp-custom-pip-prj-150747 [2026-09-10T10:22:11.515Z] [INFO] [EXEC] oc new-project test-dsp-custom-pip-prj-150747 [2026-09-10T10:22:11.526Z] [INFO] 🔍 Polling for namespace test-dsp-custom-pip-prj-150747 (max 30s) [2026-09-10T10:22:11.828Z] [INFO] [EXEC] oc get namespace test-dsp-custom-pip-prj-150747 [2026-09-10T10:22:11.837Z] [INFO] ✅ namespace test-dsp-custom-pip-prj-150747 (found after 0.3s) [2026-09-10T10:22:12.192Z] [INFO] [EXEC] oc label namespace test-dsp-custom-pip-prj-150747 opendatahub.io/dashboard=true --overwrite [2026-09-10T10:22:12.203Z] [INFO] 🔍 Polling for project test-dsp-custom-pip-prj-150747 dashboard-ready (max 15s) [2026-09-10T10:22:12.524Z] [INFO] [EXEC] oc get project test-dsp-custom-pip-prj-150747 -o json | jq -e '.metadata.labels["opendatahub.io/dashboard"] == "true" and .status.phase == "Active"' [2026-09-10T10:22:12.534Z] [INFO] ✅ project test-dsp-custom-pip-prj-150747 dashboard-ready (found after 0.3s) [2026-09-10T10:22:12.552Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:22:12.869Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T10:22:12.878Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T10:22:12.889Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T10:22:13.254Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789035732894-exhdnk2g3.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789035732894-exhdnk2g3.yaml; exit $status [2026-09-10T10:22:13.264Z] [INFO] Command exit code: 0 [2026-09-10T10:22:13.635Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789035733267-kw80uog58.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789035733267-kw80uog58.yaml; exit $status [2026-09-10T10:22:13.643Z] [INFO] Command exit code: 0 [2026-09-10T10:22:14.175Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789035733646-yu33xv5ug.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789035733646-yu33xv5ug.yaml; exit $status [2026-09-10T10:22:14.184Z] [INFO] Command exit code: 0 [2026-09-10T10:22:14.472Z] [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-09-10T10:22:14.494Z] [INFO] [STEP 1] Navigate to Pipelines test-dsp-custom-pip-prj-150747 [2026-09-10T10:22:14.507Z] [INFO] Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/ [2026-09-10T10:22:24.703Z] [INFO] ✅ Project "test-dsp-custom-pip-prj-150747" visible in list [2026-09-10T10:22:25.249Z] [INFO] [STEP 2] Wait for pipeline server (DSPA) to be ready [2026-09-10T10:22:25.380Z] [INFO] Waiting for DSPA to be ready: oc wait --for=condition=Ready dspa/dspa -n test-dsp-custom-pip-prj-150747 --timeout=600000ms 1) Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror [2026-09-10T10:29:53.861Z] [INFO] [EXEC] oc delete project test-dsp-custom-pip-prj-150747 --wait=false --ignore-not-found 0 passing (16m) 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.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/ 3. Wait for pipeline server (DSPA) to be ready The following error originated from your test code, not from Cypress. > Test exceeded 480s timeout When Cypress detects uncaught errors originating from your test code it will automatically fail the current test. Error: The following error originated from your test code, not from Cypress. > Test exceeded 480s timeout When Cypress detects uncaught errors originating from your test code it will automatically fail the current test. at eval (webpack://@odh-dashboard/cypress/./cypress/support/e2e.ts:355:12) [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: 16 minutes, 2 seconds │ │ Spec Ran: pipelines/createRunDeletePipelineCustomPipMirror.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/pipeline (1280x720) 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 (1280x720) 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