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-11T10:55:04.577Z] [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-11T10:55:04.622Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (112ms) 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-11T10:55:07.260Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-09-11T10:55:07.269Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-11T10:55:07.296Z] [INFO] Ensure operator has optimal memory for testing [2026-09-11T10:55:07.911Z] [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-11T10:55:07.922Z] [INFO] Current operator memory limit: 512Mi [2026-09-11T10:55:07.928Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-09-11T10:55:08.229Z] [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-11T10:55:08.236Z] [INFO] Successfully patched operator memory to 1Gi [2026-09-11T10:55:20.270Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-09-11T10:55:20.286Z] [INFO] Operator rollout completed successfully [2026-09-11T10:55:20.297Z] [INFO] Create and verify SQL database for model registry [2026-09-11T10:55:20.316Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-09-11T10:55:20.327Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-09-11T10:55:20.624Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-11T10:55:20.631Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-09-11T10:55:21.154Z] [INFO] [EXEC] oc apply -f /tmp/db-1789124120635.yaml [2026-09-11T10:55:21.260Z] [INFO] [EXEC] rm -f /tmp/db-1789124120635.yaml [2026-09-11T10:55:21.272Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-09-11T10:55:21.287Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-09-11T10:55:52.455Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-11T10:55:52.485Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-09-11T10:55:52.511Z] [INFO] Create and verify PostgreSQL database for model registry [2026-09-11T10:55:52.532Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-09-11T10:55:52.550Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-09-11T10:55:52.822Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-11T10:55:52.828Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-09-11T10:55:53.320Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1789124152832.yaml [2026-09-11T10:55:53.455Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1789124152832.yaml [2026-09-11T10:55:53.487Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-09-11T10:55:53.505Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-09-11T10:56:20.652Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-11T10:56:20.688Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-09-11T10:56:20.753Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-09-11T10:56:20.756Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-09-11T10:56:20.762Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-11T10:56:20.767Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-11T10:56:20.772Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-11T10:56:20.831Z] [INFO] [STEP 1] Login as an Admin [2026-09-11T10:56:20.842Z] [INFO] Navigate to: https://rh-ai.apps.0cb1c7249497e436b8e8.prod.konflux-ocp-ci.dev/ [2026-09-11T10:56:23.304Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-11T10:56:23.614Z] [INFO] Navigate to: https://rh-ai.apps.0cb1c7249497e436b8e8.prod.konflux-ocp-ci.dev/settings/model-resources-operations/model-registry [2026-09-11T10:56:27.149Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-09-11T10:56:28.904Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-11T10:56:56.806Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-11T10:56:56.846Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-11T10:56:57.260Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-11T10:56:57.267Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 28s [2026-09-11T10:56:57.310Z] [INFO] [STEP 6] Delete the model registry [2026-09-11T10:56:58.168Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-09-11T10:56:58.808Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-09-11T10:56:58.860Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-11T10:56:59.241Z] [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 (112034ms) [2026-09-11T10:56:59.444Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-09-11T10:56:59.446Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-09-11T10:56:59.451Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-11T10:56:59.457Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-11T10:56:59.463Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-11T10:56:59.496Z] [INFO] [STEP 1] Login as an Admin [2026-09-11T10:56:59.509Z] [INFO] Navigate to: https://rh-ai.apps.0cb1c7249497e436b8e8.prod.konflux-ocp-ci.dev/ [2026-09-11T10:57:00.820Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-11T10:57:00.866Z] [INFO] Navigate to: https://rh-ai.apps.0cb1c7249497e436b8e8.prod.konflux-ocp-ci.dev/settings/model-resources-operations/model-registry [2026-09-11T10:57:02.508Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-09-11T10:57:04.434Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-11T10:57:32.305Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-11T10:57:32.330Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-11T10:57:32.738Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-11T10:57:32.745Z] [INFO] Command output: rhoai-model-registries postgres-registry-298031 True 28s [2026-09-11T10:57:32.752Z] [INFO] [STEP 6] Delete the model registry [2026-09-11T10:57:33.478Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-09-11T10:57:33.964Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-09-11T10:57:33.992Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-11T10:57:34.372Z] [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 (35005ms) [2026-09-11T10:57:34.508Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-09-11T10:57:34.511Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-09-11T10:57:34.515Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-11T10:57:34.519Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-11T10:57:34.523Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-11T10:57:34.557Z] [INFO] [STEP 1] Login as an Admin [2026-09-11T10:57:34.570Z] [INFO] Navigate to: https://rh-ai.apps.0cb1c7249497e436b8e8.prod.konflux-ocp-ci.dev/ [2026-09-11T10:57:35.232Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-11T10:57:35.256Z] [INFO] Navigate to: https://rh-ai.apps.0cb1c7249497e436b8e8.prod.konflux-ocp-ci.dev/settings/model-resources-operations/model-registry [2026-09-11T10:57:36.446Z] [INFO] [STEP 3] Create a model registry with default database [2026-09-11T10:57:37.085Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-11T10:58:36.290Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-11T10:58:36.320Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-11T10:58:36.738Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-11T10:58:36.745Z] [INFO] Command output: rhoai-model-registries default-db-registry-298031 True 59s [2026-09-11T10:58:36.781Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-09-11T10:58:36.819Z] [INFO] Waiting for default database 'default-db-registry-298031' to be ready... [2026-09-11T10:58:37.249Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-11T10:58:37.319Z] [INFO] Default database wait result: deployment.apps/default-db-registry-298031 condition met [2026-09-11T10:58:37.357Z] [INFO] Checking if default database 'default-db-registry-298031' exists for registry 'default-db-registry-298031' [2026-09-11T10:58:37.688Z] [INFO] [EXEC] oc get deployment default-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-11T10:58:37.695Z] [INFO] Default database 'default-db-registry-298031' exists and ready: true [2026-09-11T10:58:37.731Z] [INFO] [STEP 7] Delete the model registry with default database [2026-09-11T10:58:38.433Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-09-11T10:59:06.294Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-09-11T10:59:06.323Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-11T10:59:06.692Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-11T10:59:06.875Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-09-11T10:59:07.905Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-09-11T10:59:07.947Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-09-11T10:59:08.500Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-11T10:59:08.624Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-09-11T10:59:08.760Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-11T10:59:09.214Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-11T10:59:09.282Z] [INFO] [STEP 13] Delete the MySQL database [2026-09-11T10:59:09.424Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-09-11T10:59:09.939Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-09-11T10:59:10.039Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-09-11T10:59:12.690Z] [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-11T10:59:12.731Z] [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-11T10:59:13.041Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-09-11T10:59:13.047Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-09-11T10:59:13.052Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-09-11T10:59:13.055Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-09-11T10:59:13.380Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-11T10:59:13.419Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-09-11T10:59:13.457Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-11T10:59:13.847Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-11T10:59:13.887Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-09-11T10:59:13.926Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-09-11T10:59:14.252Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-09-11T10:59:14.262Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-09-11T10:59:15.719Z] [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-11T10:59:15.728Z] [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-11T10:59:16.069Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-09-11T10:59:16.076Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (92248ms) 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: 4 minutes, 9 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-09-11T10:59:19.003Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-09-11T10:59:19.014Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-11T10:59:19.051Z] [INFO] Ensure operator has optimal memory for testing [2026-09-11T10:59:19.346Z] [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-11T10:59:19.353Z] [INFO] Current operator memory limit: 1Gi [2026-09-11T10:59:19.356Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-09-11T10:59:19.365Z] [INFO] Create and verify SQL database for model registry [2026-09-11T10:59:19.368Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-09-11T10:59:19.371Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-09-11T10:59:19.656Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-11T10:59:19.663Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-09-11T10:59:20.125Z] [INFO] [EXEC] oc apply -f /tmp/db-1789124359667.yaml [2026-09-11T10:59:20.230Z] [INFO] [EXEC] rm -f /tmp/db-1789124359667.yaml [2026-09-11T10:59:20.239Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-09-11T10:59:20.243Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-09-11T10:59:39.802Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-09-11T10:59:39.819Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-09-11T10:59:39.830Z] [INFO] Create a model registry using YAML [2026-09-11T10:59:39.846Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-09-11T10:59:40.494Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789124379868-x3xsbspgi.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789124379868-x3xsbspgi.yaml; exit $status [2026-09-11T10:59:40.510Z] [INFO] Command exit code: 0 [2026-09-11T10:59:40.528Z] [INFO] Verify model registry is created [2026-09-11T10:59:40.545Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-11T10:59:40.915Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-11T10:59:40.922Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 0s [2026-09-11T10:59:40.927Z] [INFO] Wait for model registry to be in Available state [2026-09-11T10:59:40.943Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-09-11T11:00:00.171Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-09-11T11:00:00.192Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-09-11T11:00:10.207Z] [INFO] Create a project for register and store test [2026-09-11T11:00:10.226Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-09-11T11:00:10.502Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-09-11T11:00:10.526Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-09-11T11:00:10.571Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-09-11T11:00:10.615Z] [INFO] Creating project test-register-store-662874 [2026-09-11T11:00:10.994Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-09-11T11:00:11.031Z] [INFO] 🔍 Polling for namespace test-register-store-662874 (max 30s) [2026-09-11T11:00:11.335Z] [INFO] [EXEC] oc get namespace test-register-store-662874 [2026-09-11T11:00:11.340Z] [INFO] ✅ namespace test-register-store-662874 (found after 0.3s) [2026-09-11T11:00:11.686Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-09-11T11:00:11.707Z] [INFO] 🔍 Polling for project test-register-store-662874 dashboard-ready (max 15s) [2026-09-11T11:00:12.002Z] [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-11T11:00:12.008Z] [INFO] ✅ project test-register-store-662874 dashboard-ready (found after 0.3s) [2026-09-11T11:00:12.044Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-09-11T11:00:12.349Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-09-11T11:00:12.355Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-09-11T11:00:12.377Z] [INFO] Project 'test-register-store-662874' exists. [2026-09-11T11:00:12.396Z] [INFO] Grant project access to the model registry [2026-09-11T11:00:12.783Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1789124412426-jbsva0rw3.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789124412426-jbsva0rw3.yaml; exit $status [2026-09-11T11:00:12.789Z] [INFO] Command exit code: 0 [2026-09-11T11:00:12.851Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-09-11T11:00:12.855Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-09-11T11:00:12.877Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-09-11T11:00:12.914Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-11T11:00:12.921Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-11T11:00:12.999Z] [INFO] [STEP 1] Log into the application [2026-09-11T11:00:13.046Z] [INFO] Navigate to: https://rh-ai.apps.0cb1c7249497e436b8e8.prod.konflux-ocp-ci.dev/ [2026-09-11T11:00:15.157Z] [INFO] [STEP 2] Clean up test models from any previous retry attempts [2026-09-11T11:00:15.634Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-09-11T11:00:15.710Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model [2026-09-11T11:00:16.599Z] [INFO] [EXEC] oc exec model-registry-db-662874-f958cd66c-7f7xj -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-11T11:00:16.738Z] [INFO] Database cleanup completed successfully [2026-09-11T11:00:16.804Z] [INFO] [STEP 3] Navigate to Model Registry [2026-09-11T11:00:16.915Z] [INFO] Navigate to: https://rh-ai.apps.0cb1c7249497e436b8e8.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874 [2026-09-11T11:00:21.209Z] [INFO] [STEP 4] Register a model using object storage [2026-09-11T11:00:25.577Z] [INFO] [STEP 5] Verify the object storage model was registered [2026-09-11T11:00:27.308Z] [INFO] [STEP 6] Navigate back to register another model using direct URL [2026-09-11T11:00:29.402Z] [INFO] Navigate to: https://rh-ai.apps.0cb1c7249497e436b8e8.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874/register/model [2026-09-11T11:00:35.176Z] [INFO] [STEP 7] Register a model using URI [2026-09-11T11:00:38.580Z] [INFO] [STEP 8] Verify the URI model was registered [2026-09-11T11:00:40.659Z] [INFO] [STEP 9] Navigate back to model registry to verify both models [2026-09-11T11:00:43.914Z] [INFO] Navigate to: https://rh-ai.apps.0cb1c7249497e436b8e8.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874 [2026-09-11T11:00:46.176Z] [INFO] [STEP 10] Verify both models are visible in the registry ✓ Registers models via model registry using object storage and URI (92234ms) [2026-09-11T11:00:52.399Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-09-11T11:00:52.401Z] [INFO] Test title: Registers a new version via versions view [2026-09-11T11:00:52.405Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-09-11T11:00:52.410Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-11T11:00:52.414Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-11T11:00:52.441Z] [INFO] [STEP 1] Log into the application [2026-09-11T11:00:52.451Z] [INFO] Navigate to: https://rh-ai.apps.0cb1c7249497e436b8e8.prod.konflux-ocp-ci.dev/ [2026-09-11T11:00:53.677Z] [INFO] [STEP 2] Navigate to Model Registry [2026-09-11T11:00:53.736Z] [INFO] Navigate to: https://rh-ai.apps.0cb1c7249497e436b8e8.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874 [2026-09-11T11:00:55.953Z] [INFO] [STEP 3] Navigate to the first registered model [2026-09-11T11:00:56.526Z] [INFO] [STEP 4] Wait for model details page to load [2026-09-11T11:00:56.881Z] [INFO] [STEP 5] Navigate to versions tab [2026-09-11T11:00:58.072Z] [INFO] [STEP 6] Click Register new version button [2026-09-11T11:01:01.282Z] [INFO] [STEP 7] Fill in version details [2026-09-11T11:01:03.335Z] [INFO] [STEP 8] Configure URI location for the new version [2026-09-11T11:01:03.900Z] [INFO] [STEP 9] Submit the new version [2026-09-11T11:01:04.130Z] [INFO] [STEP 10] Verify the new version was registered ✓ Registers a new version via versions view (14383ms) [2026-09-11T11:01:06.695Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-09-11T11:01:06.702Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-09-11T11:01:06.716Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-09-11T11:01:06.725Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-11T11:01:06.738Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-11T11:01:06.800Z] [INFO] [STEP 1] Log into the application [2026-09-11T11:01:06.812Z] [INFO] Navigate to: https://rh-ai.apps.0cb1c7249497e436b8e8.prod.konflux-ocp-ci.dev/ [2026-09-11T11:01:07.478Z] [INFO] [STEP 2] Navigate to Model Registry [2026-09-11T11:01:07.498Z] [INFO] Navigate to: https://rh-ai.apps.0cb1c7249497e436b8e8.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874 [2026-09-11T11:01:09.261Z] [INFO] [STEP 3] Click Register Model button [2026-09-11T11:01:09.880Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-09-11T11:01:09.937Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-09-11T11:01:10.172Z] [INFO] [STEP 6] Verify namespace selector appears [2026-09-11T11:01:10.209Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-09-11T11:01:10.943Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-09-11T11:01:10.978Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-09-11T11:01:11.117Z] [INFO] [STEP 10] Fill in model details [2026-09-11T11:01:13.370Z] [INFO] [STEP 11] Fill in transfer job name [2026-09-11T11:01:13.655Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-09-11T11:01:15.273Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-09-11T11:01:16.257Z] [INFO] [STEP 14] Verify submit button is enabled [2026-09-11T11:01:16.300Z] [INFO] [STEP 15] Submit the register and store form [2026-09-11T11:01:16.496Z] [INFO] [STEP 16] Verify transfer job started notification appears [2026-09-11T11:01:17.125Z] [INFO] [STEP 17] Verify transfer job and pod started in the backend [2026-09-11T11:01:17.166Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-transfer-job-662874) [2026-09-11T11:01:17.682Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-transfer-job-662874 --for=condition=PodScheduled pod --timeout=120s [2026-09-11T11:01:17.730Z] [INFO] oc wait stdout: pod/oci-transfer-job-662874-6qnfs condition met [2026-09-11T11:01:17.884Z] [INFO] [STEP 18] Verify navigation away from the registration form ✓ Registers and stores a model to an OCI destination (11685ms) [2026-09-11T11:01:18.848Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-09-11T11:01:18.855Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-09-11T11:01:18.863Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-09-11T11:01:18.868Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-11T11:01:18.873Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-11T11:01:18.941Z] [INFO] [STEP 1] Log into the application [2026-09-11T11:01:18.953Z] [INFO] Navigate to: https://rh-ai.apps.0cb1c7249497e436b8e8.prod.konflux-ocp-ci.dev/ [2026-09-11T11:01:19.696Z] [INFO] [STEP 2] Navigate to Model Registry [2026-09-11T11:01:19.717Z] [INFO] Navigate to: https://rh-ai.apps.0cb1c7249497e436b8e8.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874 [2026-09-11T11:01:21.149Z] [INFO] [STEP 3] Click Register Model button [2026-09-11T11:01:24.427Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-09-11T11:01:24.496Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-09-11T11:01:24.757Z] [INFO] [STEP 6] Verify namespace selector appears [2026-09-11T11:01:24.829Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-09-11T11:01:25.612Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-09-11T11:01:25.806Z] [INFO] [STEP 9] Fill in model details [2026-09-11T11:01:28.247Z] [INFO] [STEP 10] Fill in transfer job name [2026-09-11T11:01:28.625Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-09-11T11:01:29.391Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-09-11T11:01:30.433Z] [INFO] [STEP 13] Verify submit button is enabled [2026-09-11T11:01:30.481Z] [INFO] [STEP 14] Submit the register and store form [2026-09-11T11:01:30.765Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-09-11T11:01:31.290Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-09-11T11:01:31.372Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job-662874) [2026-09-11T11:01:31.949Z] [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-11T11:01:34.964Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-662874-mthv7 condition met [2026-09-11T11:01:35.111Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-09-11T11:01:35.858Z] [INFO] [STEP 18] Navigate away from model registry before cleanup [2026-09-11T11:01:37.614Z] [INFO] [STEP 19] Clean up registered models from database [2026-09-11T11:01:38.083Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-09-11T11:01:38.473Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-09-11T11:01:39.390Z] [INFO] [EXEC] oc exec model-registry-db-662874-f958cd66c-7f7xj -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-11T11:01:39.565Z] [INFO] Database cleanup completed successfully [2026-09-11T11:01:39.642Z] [INFO] [STEP 20] Delete the model registry [2026-09-11T11:01:39.730Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-09-11T11:01:40.526Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-09-11T11:01:40.612Z] [INFO] [STEP 21] Verify model registry is removed from the backend [2026-09-11T11:01:40.703Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-11T11:01:41.321Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-11T11:01:41.396Z] [INFO] [STEP 22] Delete the SQL database [2026-09-11T11:01:41.477Z] [INFO] Deleting model registry database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-09-11T11:01:41.871Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-09-11T11:01:42.024Z] [INFO] Database 'model-registry-db-662874' exists, proceeding with deletion... [2026-09-11T11:01:44.649Z] [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-11T11:01:44.727Z] [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-11T11:01:45.123Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-09-11T11:01:45.277Z] [INFO] Model registry database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-09-11T11:01:45.354Z] [INFO] [STEP 23] Delete the test project [2026-09-11T11:01:45.766Z] [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 (16840ms) 4 passing (2m) [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, 27 seconds │ │ Spec Ran: modelRegistry/testRegisterModel.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/createRunDeletePipelineCustomPipMirror.cy.ts (4 of 6) [2026-09-11T11:01:50.086Z] [INFO] Setting tests timeout to: 480 seconds An admin user can import and run a pipeline [2026-09-11T11:01:50.103Z] [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-11T11:01:50.112Z] [INFO] Test title: Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror [2026-09-11T11:01:50.139Z] [INFO] Test tags: ["@Smoke","@SmokeSet4","@ODS-2206","@Pipelines","@Dashboard","@PipelinesCI"] [2026-09-11T11:01:50.147Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-11T11:01:50.152Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-11T11:01:50.185Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:01:50.532Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:01:50.539Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-dsp-custom-pip-prj-150747\" not found","exitCode":1} [2026-09-11T11:01:50.553Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' does not exist. [2026-09-11T11:01:50.570Z] [INFO] Creating project test-dsp-custom-pip-prj-150747 [2026-09-11T11:01:50.949Z] [INFO] [EXEC] oc new-project test-dsp-custom-pip-prj-150747 [2026-09-11T11:01:50.970Z] [INFO] 🔍 Polling for namespace test-dsp-custom-pip-prj-150747 (max 30s) [2026-09-11T11:01:51.292Z] [INFO] [EXEC] oc get namespace test-dsp-custom-pip-prj-150747 [2026-09-11T11:01:51.298Z] [INFO] ✅ namespace test-dsp-custom-pip-prj-150747 (found after 0.3s) [2026-09-11T11:01:51.627Z] [INFO] [EXEC] oc label namespace test-dsp-custom-pip-prj-150747 opendatahub.io/dashboard=true --overwrite [2026-09-11T11:01:51.636Z] [INFO] 🔍 Polling for project test-dsp-custom-pip-prj-150747 dashboard-ready (max 15s) [2026-09-11T11:01:51.954Z] [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-11T11:01:51.966Z] [INFO] ✅ project test-dsp-custom-pip-prj-150747 dashboard-ready (found after 0.3s) [2026-09-11T11:01:51.991Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:01:52.289Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:01:52.295Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-11T11:01:52.301Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-11T11:01:52.821Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789124512308-fkbgxra51.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789124512308-fkbgxra51.yaml; exit $status [2026-09-11T11:01:52.850Z] [INFO] Command exit code: 0 [2026-09-11T11:01:53.415Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789124512912-4upd3r08z.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789124512912-4upd3r08z.yaml; exit $status [2026-09-11T11:01:53.436Z] [INFO] Command exit code: 0 [2026-09-11T11:01:53.799Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789124513444-91xqfvn0u.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789124513444-91xqfvn0u.yaml; exit $status [2026-09-11T11:01:53.826Z] [INFO] Command exit code: 0 [2026-09-11T11:01:54.098Z] [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-11T11:01:54.118Z] [INFO] [STEP 1] Navigate to Pipelines test-dsp-custom-pip-prj-150747 [2026-09-11T11:01:54.130Z] [INFO] Navigate to: https://rh-ai.apps.0cb1c7249497e436b8e8.prod.konflux-ocp-ci.dev/ [2026-09-11T11:02:01.788Z] [INFO] ✅ Project "test-dsp-custom-pip-prj-150747" visible in list [2026-09-11T11:02:01.973Z] [INFO] [STEP 2] Wait for pipeline server (DSPA) to be ready [2026-09-11T11:02:02.012Z] [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-11T11:09:51.241Z] [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-11T11:09:51.247Z] [INFO] Test title: Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror [2026-09-11T11:09:51.254Z] [INFO] Test tags: ["@Smoke","@SmokeSet4","@ODS-2206","@Pipelines","@Dashboard","@PipelinesCI"] [2026-09-11T11:09:51.260Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-11T11:09:51.264Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-11T11:09:51.283Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:09:51.593Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:09:51.602Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-11T11:09:51.614Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-11T11:09:51.627Z] [INFO] Project test-dsp-custom-pip-prj-150747 already exists. Deleting it. [2026-09-11T11:09:51.951Z] [INFO] [EXEC] oc delete project test-dsp-custom-pip-prj-150747 --wait [2026-09-11T11:09:51.961Z] [INFO] Waiting for project test-dsp-custom-pip-prj-150747 to be fully deleted... [2026-09-11T11:09:51.966Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:09:52.263Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:09:52.269Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-11T11:09:52.276Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-11T11:09:52.285Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-11T11:09:53.294Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:09:53.604Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:09:53.611Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-11T11:09:53.617Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-11T11:09:53.627Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-11T11:09:54.635Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:09:54.956Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:09:54.963Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-11T11:09:54.970Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-11T11:09:54.980Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-11T11:09:55.988Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:09:56.314Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:09:56.322Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-11T11:09:56.328Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-11T11:09:56.336Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-11T11:09:57.343Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:09:57.680Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:09:57.880Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-11T11:09:57.892Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-11T11:09:57.902Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-11T11:09:58.910Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:09:59.209Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:09:59.215Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-11T11:09:59.222Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-11T11:09:59.232Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-11T11:10:00.241Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:10:00.585Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:10:00.593Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-11T11:10:00.600Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-11T11:10:00.611Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-11T11:10:01.619Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:10:01.913Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:10:01.919Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-11T11:10:01.927Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-11T11:10:01.936Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-11T11:10:03.010Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:10:03.414Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:10:03.516Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-11T11:10:03.524Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-11T11:10:03.533Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-11T11:10:04.541Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:10:04.822Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:10:04.829Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-11T11:10:04.836Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-11T11:10:04.845Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-11T11:10:05.852Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:10:06.171Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:10:06.177Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-11T11:10:06.184Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-11T11:10:06.193Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-11T11:10:07.202Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:10:07.510Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:10:07.517Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-11T11:10:07.524Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-11T11:10:07.533Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-11T11:10:08.543Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:10:08.854Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:10:08.862Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-11T11:10:08.869Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-11T11:10:08.879Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-11T11:10:09.889Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:10:10.194Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:10:10.202Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-dsp-custom-pip-prj-150747\" not found","exitCode":1} [2026-09-11T11:10:10.209Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' does not exist. [2026-09-11T11:10:10.220Z] [INFO] Creating project test-dsp-custom-pip-prj-150747 [2026-09-11T11:10:10.586Z] [INFO] [EXEC] oc new-project test-dsp-custom-pip-prj-150747 [2026-09-11T11:10:10.597Z] [INFO] 🔍 Polling for namespace test-dsp-custom-pip-prj-150747 (max 30s) [2026-09-11T11:10:10.894Z] [INFO] [EXEC] oc get namespace test-dsp-custom-pip-prj-150747 [2026-09-11T11:10:10.900Z] [INFO] ✅ namespace test-dsp-custom-pip-prj-150747 (found after 0.3s) [2026-09-11T11:10:11.230Z] [INFO] [EXEC] oc label namespace test-dsp-custom-pip-prj-150747 opendatahub.io/dashboard=true --overwrite [2026-09-11T11:10:11.240Z] [INFO] 🔍 Polling for project test-dsp-custom-pip-prj-150747 dashboard-ready (max 15s) [2026-09-11T11:10:11.586Z] [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-11T11:10:11.595Z] [INFO] ✅ project test-dsp-custom-pip-prj-150747 dashboard-ready (found after 0.4s) [2026-09-11T11:10:11.608Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:10:11.964Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-11T11:10:11.972Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-11T11:10:11.981Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-11T11:10:12.339Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789125011985-4pdhfkemu.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789125011985-4pdhfkemu.yaml; exit $status [2026-09-11T11:10:12.348Z] [INFO] Command exit code: 0 [2026-09-11T11:10:12.707Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789125012351-2escqwunm.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789125012351-2escqwunm.yaml; exit $status [2026-09-11T11:10:12.716Z] [INFO] Command exit code: 0 [2026-09-11T11:10:13.064Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789125012719-yj9io3j52.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789125012719-yj9io3j52.yaml; exit $status [2026-09-11T11:10:13.073Z] [INFO] Command exit code: 0 [2026-09-11T11:10:13.354Z] [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-11T11:10:13.376Z] [INFO] [STEP 1] Navigate to Pipelines test-dsp-custom-pip-prj-150747 [2026-09-11T11:10:13.386Z] [INFO] Navigate to: https://rh-ai.apps.0cb1c7249497e436b8e8.prod.konflux-ocp-ci.dev/ [2026-09-11T11:10:22.034Z] [INFO] ✅ Project "test-dsp-custom-pip-prj-150747" visible in list [2026-09-11T11:10:22.439Z] [INFO] [STEP 2] Wait for pipeline server (DSPA) to be ready [2026-09-11T11:10:22.581Z] [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-11T11:17:52.945Z] [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.0cb1c7249497e436b8e8.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, 3 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 ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/pipelines.cy.ts (5 of 6) [2026-09-11T11:18:57.894Z] [INFO] Setting tests timeout to: 480 seconds An admin user can import and run a pipeline [2026-09-11T11:18:57.921Z] [INFO] Starting 480s timeout for: An admin User can Import and Run a Pipeline [2026-09-11T11:18:57.926Z] [INFO] Test title: An admin User can Import and Run a Pipeline [2026-09-11T11:18:57.938Z] [INFO] Test tags: ["@Smoke","@SmokeSet4","@Dashboard","@Pipelines","@ci-dashboard-regression-tags"] [2026-09-11T11:18:57.944Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-11T11:18:57.953Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-11T11:18:57.979Z] [INFO] Executing command: oc get project "test-pipelines-prj-643148" -o name [2026-09-11T11:18:58.337Z] [INFO] [EXEC] oc get project "test-pipelines-prj-643148" -o name [2026-09-11T11:18:58.343Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-pipelines-prj-643148\" not found","exitCode":1} [2026-09-11T11:18:58.356Z] [INFO] Project 'test-pipelines-prj-643148' does not exist. [2026-09-11T11:18:58.372Z] [INFO] Creating project test-pipelines-prj-643148 [2026-09-11T11:18:58.750Z] [INFO] [EXEC] oc new-project test-pipelines-prj-643148 [2026-09-11T11:18:58.759Z] [INFO] 🔍 Polling for namespace test-pipelines-prj-643148 (max 30s) [2026-09-11T11:18:59.064Z] [INFO] [EXEC] oc get namespace test-pipelines-prj-643148 [2026-09-11T11:18:59.077Z] [INFO] ✅ namespace test-pipelines-prj-643148 (found after 0.3s) [2026-09-11T11:18:59.432Z] [INFO] [EXEC] oc label namespace test-pipelines-prj-643148 opendatahub.io/dashboard=true --overwrite [2026-09-11T11:18:59.445Z] [INFO] 🔍 Polling for project test-pipelines-prj-643148 dashboard-ready (max 15s) [2026-09-11T11:18:59.791Z] [INFO] [EXEC] oc get project test-pipelines-prj-643148 -o json | jq -e '.metadata.labels["opendatahub.io/dashboard"] == "true" and .status.phase == "Active"' [2026-09-11T11:18:59.798Z] [INFO] ✅ project test-pipelines-prj-643148 dashboard-ready (found after 0.4s) [2026-09-11T11:18:59.832Z] [INFO] Executing command: oc get project "test-pipelines-prj-643148" -o name [2026-09-11T11:19:00.161Z] [INFO] [EXEC] oc get project "test-pipelines-prj-643148" -o name [2026-09-11T11:19:00.168Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-pipelines-prj-643148","stderr":"","exitCode":0} [2026-09-11T11:19:00.175Z] [INFO] Project 'test-pipelines-prj-643148' exists. [2026-09-11T11:19:00.588Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789125540192-t3e13s81p.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789125540192-t3e13s81p.yaml; exit $status [2026-09-11T11:19:00.594Z] [INFO] Command exit code: 0 [2026-09-11T11:19:01.141Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789125540609-610p3g0pi.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789125540609-610p3g0pi.yaml; exit $status [2026-09-11T11:19:01.148Z] [INFO] Command exit code: 0 [2026-09-11T11:19:01.559Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789125541162-jwbgy1ecc.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789125541162-jwbgy1ecc.yaml; exit $status [2026-09-11T11:19:01.580Z] [INFO] Command exit code: 0 [2026-09-11T11:19:01.721Z] [INFO] [STEP 1] Navigate to Pipelines ${projectName} [2026-09-11T11:19:01.731Z] [INFO] Navigate to: https://rh-ai.apps.0cb1c7249497e436b8e8.prod.konflux-ocp-ci.dev/ [2026-09-11T11:19:08.723Z] [INFO] ✅ Project "test-pipelines-prj-643148" visible in list [2026-09-11T11:19:08.939Z] [INFO] [STEP 2] Wait for pipeline server (DSPA) to be ready [2026-09-11T11:19:08.989Z] [INFO] Waiting for DSPA to be ready: oc wait --for=condition=Ready dspa/dspa -n test-pipelines-prj-643148 --timeout=600000ms