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-10T20:08:24.945Z] [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-10T20:08:24.973Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (90ms) 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-10T20:08:27.743Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-09-10T20:08:27.754Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-10T20:08:27.782Z] [INFO] Ensure operator has optimal memory for testing [2026-09-10T20:08:28.337Z] [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-10T20:08:28.349Z] [INFO] Current operator memory limit: 512Mi [2026-09-10T20:08:28.353Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-09-10T20:08:28.668Z] [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-10T20:08:28.676Z] [INFO] Successfully patched operator memory to 1Gi [2026-09-10T20:08:41.483Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-09-10T20:08:41.492Z] [INFO] Operator rollout completed successfully [2026-09-10T20:08:41.502Z] [INFO] Create and verify SQL database for model registry [2026-09-10T20:08:41.518Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-09-10T20:08:41.530Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-09-10T20:08:41.818Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-10T20:08:41.825Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-09-10T20:08:42.327Z] [INFO] [EXEC] oc apply -f /tmp/db-1789070921830.yaml [2026-09-10T20:08:42.423Z] [INFO] [EXEC] rm -f /tmp/db-1789070921830.yaml [2026-09-10T20:08:42.441Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-09-10T20:08:42.446Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-09-10T20:09:40.380Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-10T20:09:40.404Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-09-10T20:09:40.414Z] [INFO] Create and verify PostgreSQL database for model registry [2026-09-10T20:09:40.428Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-09-10T20:09:40.444Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-09-10T20:09:40.754Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-10T20:09:40.774Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-09-10T20:09:41.386Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1789070980823.yaml [2026-09-10T20:09:41.480Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1789070980823.yaml [2026-09-10T20:09:41.491Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-09-10T20:09:41.508Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-09-10T20:10:05.478Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-10T20:10:05.508Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-09-10T20:10:05.575Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-09-10T20:10:05.580Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-09-10T20:10:05.588Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-10T20:10:05.592Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T20:10:05.598Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-10T20:10:05.640Z] [INFO] [STEP 1] Login as an Admin [2026-09-10T20:10:05.658Z] [INFO] Navigate to: https://rh-ai.apps.325e327945af09cca235.prod.konflux-ocp-ci.dev/ [2026-09-10T20:10:07.855Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-10T20:10:08.050Z] [INFO] Navigate to: https://rh-ai.apps.325e327945af09cca235.prod.konflux-ocp-ci.dev/settings/model-resources-operations/model-registry [2026-09-10T20:10:10.518Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-09-10T20:10:12.223Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-10T20:10:40.380Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-10T20:10:40.443Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-10T20:10:40.887Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-10T20:10:40.921Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 28s [2026-09-10T20:10:40.952Z] [INFO] [STEP 6] Delete the model registry [2026-09-10T20:10:41.577Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-09-10T20:10:42.044Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-09-10T20:10:42.090Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-10T20:10:42.488Z] [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 (134841ms) [2026-09-10T20:10:42.744Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-09-10T20:10:42.746Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-09-10T20:10:42.750Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-10T20:10:42.754Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T20:10:42.758Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-10T20:10:42.783Z] [INFO] [STEP 1] Login as an Admin [2026-09-10T20:10:42.797Z] [INFO] Navigate to: https://rh-ai.apps.325e327945af09cca235.prod.konflux-ocp-ci.dev/ [2026-09-10T20:10:43.444Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-10T20:10:43.466Z] [INFO] Navigate to: https://rh-ai.apps.325e327945af09cca235.prod.konflux-ocp-ci.dev/settings/model-resources-operations/model-registry [2026-09-10T20:10:44.562Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-09-10T20:10:46.379Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-10T20:11:14.296Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-10T20:11:14.321Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-10T20:11:14.738Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-10T20:11:14.793Z] [INFO] Command output: rhoai-model-registries postgres-registry-298031 True 28s [2026-09-10T20:11:14.826Z] [INFO] [STEP 6] Delete the model registry [2026-09-10T20:11:15.455Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-09-10T20:11:15.885Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-09-10T20:11:15.922Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-10T20:11:16.321Z] [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 (33670ms) [2026-09-10T20:11:16.524Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-09-10T20:11:16.527Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-09-10T20:11:16.532Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-10T20:11:16.536Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T20:11:16.540Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-10T20:11:16.569Z] [INFO] [STEP 1] Login as an Admin [2026-09-10T20:11:16.584Z] [INFO] Navigate to: https://rh-ai.apps.325e327945af09cca235.prod.konflux-ocp-ci.dev/ [2026-09-10T20:11:17.242Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-10T20:11:17.266Z] [INFO] Navigate to: https://rh-ai.apps.325e327945af09cca235.prod.konflux-ocp-ci.dev/settings/model-resources-operations/model-registry [2026-09-10T20:11:18.161Z] [INFO] [STEP 3] Create a model registry with default database [2026-09-10T20:11:18.729Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-10T20:12:18.030Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-10T20:12:18.058Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-10T20:12:18.490Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-10T20:12:18.551Z] [INFO] Command output: rhoai-model-registries default-db-registry-298031 True 60s [2026-09-10T20:12:18.584Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-09-10T20:12:18.624Z] [INFO] Waiting for default database 'default-db-registry-298031' to be ready... [2026-09-10T20:12:19.066Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-10T20:12:19.099Z] [INFO] Default database wait result: deployment.apps/default-db-registry-298031 condition met [2026-09-10T20:12:19.127Z] [INFO] Checking if default database 'default-db-registry-298031' exists for registry 'default-db-registry-298031' [2026-09-10T20:12:19.463Z] [INFO] [EXEC] oc get deployment default-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-10T20:12:19.495Z] [INFO] Default database 'default-db-registry-298031' exists and ready: true [2026-09-10T20:12:19.506Z] [INFO] [STEP 7] Delete the model registry with default database [2026-09-10T20:12:20.187Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-09-10T20:12:48.028Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-09-10T20:12:48.058Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-10T20:12:48.444Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-10T20:12:48.555Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-09-10T20:12:49.638Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-09-10T20:12:49.678Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-09-10T20:12:50.256Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-10T20:12:50.339Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-09-10T20:12:50.428Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-10T20:12:50.949Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-10T20:12:50.997Z] [INFO] [STEP 13] Delete the MySQL database [2026-09-10T20:12:51.116Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-09-10T20:12:51.503Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-09-10T20:12:51.579Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-09-10T20:12:53.644Z] [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-10T20:12:53.652Z] [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-10T20:12:53.983Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-09-10T20:12:53.989Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-09-10T20:12:53.995Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-09-10T20:12:53.998Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-09-10T20:12:54.348Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-10T20:12:54.353Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-09-10T20:12:54.398Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-10T20:12:54.780Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-10T20:12:54.786Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-09-10T20:12:54.826Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-09-10T20:12:55.159Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-09-10T20:12:55.167Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-09-10T20:12:56.547Z] [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-10T20:12:56.592Z] [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-10T20:12:56.963Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-09-10T20:12:57.007Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (91984ms) 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, 29 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-09-10T20:13:00.511Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-09-10T20:13:00.521Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-10T20:13:00.554Z] [INFO] Ensure operator has optimal memory for testing [2026-09-10T20:13:00.861Z] [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-10T20:13:00.867Z] [INFO] Current operator memory limit: 1Gi [2026-09-10T20:13:00.871Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-09-10T20:13:00.879Z] [INFO] Create and verify SQL database for model registry [2026-09-10T20:13:00.882Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-09-10T20:13:00.884Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-09-10T20:13:01.173Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-10T20:13:01.179Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-09-10T20:13:01.680Z] [INFO] [EXEC] oc apply -f /tmp/db-1789071181182.yaml [2026-09-10T20:13:01.778Z] [INFO] [EXEC] rm -f /tmp/db-1789071181182.yaml [2026-09-10T20:13:01.789Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-09-10T20:13:01.792Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-09-10T20:13:20.759Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-09-10T20:13:20.777Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-09-10T20:13:20.787Z] [INFO] Create a model registry using YAML [2026-09-10T20:13:20.802Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-09-10T20:13:21.404Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789071200815-x15eui7u6.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789071200815-x15eui7u6.yaml; exit $status [2026-09-10T20:13:21.433Z] [INFO] Command exit code: 0 [2026-09-10T20:13:21.447Z] [INFO] Verify model registry is created [2026-09-10T20:13:21.451Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-10T20:13:21.813Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-10T20:13:21.833Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 0s [2026-09-10T20:13:21.851Z] [INFO] Wait for model registry to be in Available state [2026-09-10T20:13:21.867Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-09-10T20:13:37.044Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-09-10T20:13:37.063Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-09-10T20:13:47.076Z] [INFO] Create a project for register and store test [2026-09-10T20:13:47.081Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-09-10T20:13:47.390Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-09-10T20:13:47.399Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-09-10T20:13:47.433Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-09-10T20:13:47.475Z] [INFO] Creating project test-register-store-662874 [2026-09-10T20:13:47.840Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-09-10T20:13:47.848Z] [INFO] 🔍 Polling for namespace test-register-store-662874 (max 30s) [2026-09-10T20:13:48.156Z] [INFO] [EXEC] oc get namespace test-register-store-662874 [2026-09-10T20:13:48.163Z] [INFO] ✅ namespace test-register-store-662874 (found after 0.3s) [2026-09-10T20:13:48.538Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-09-10T20:13:48.546Z] [INFO] 🔍 Polling for project test-register-store-662874 dashboard-ready (max 15s) [2026-09-10T20:13:48.861Z] [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-10T20:13:48.884Z] [INFO] ✅ project test-register-store-662874 dashboard-ready (found after 0.3s) [2026-09-10T20:13:48.929Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-09-10T20:13:49.275Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-09-10T20:13:49.281Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-09-10T20:13:49.319Z] [INFO] Project 'test-register-store-662874' exists. [2026-09-10T20:13:49.340Z] [INFO] Grant project access to the model registry [2026-09-10T20:13:49.760Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1789071229372-jpwyn9et3.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789071229372-jpwyn9et3.yaml; exit $status [2026-09-10T20:13:49.766Z] [INFO] Command exit code: 0 [2026-09-10T20:13:49.849Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-09-10T20:13:49.858Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-09-10T20:13:49.867Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-09-10T20:13:49.871Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T20:13:49.875Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-10T20:13:49.908Z] [INFO] [STEP 1] Log into the application [2026-09-10T20:13:49.919Z] [INFO] Navigate to: https://rh-ai.apps.325e327945af09cca235.prod.konflux-ocp-ci.dev/ [2026-09-10T20:13:52.188Z] [INFO] [STEP 2] Clean up test models from any previous retry attempts [2026-09-10T20:13:52.728Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-09-10T20:13:52.820Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model [2026-09-10T20:13:53.649Z] [INFO] [EXEC] oc exec model-registry-db-662874-f958cd66c-ztxm5 -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-10T20:13:53.933Z] [INFO] Database cleanup completed successfully [2026-09-10T20:13:53.997Z] [INFO] [STEP 3] Navigate to Model Registry [2026-09-10T20:13:54.108Z] [INFO] Navigate to: https://rh-ai.apps.325e327945af09cca235.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874 [2026-09-10T20:13:58.361Z] [INFO] [STEP 4] Register a model using object storage [2026-09-10T20:14:02.757Z] [INFO] [STEP 5] Verify the object storage model was registered [2026-09-10T20:14:04.309Z] [INFO] [STEP 6] Navigate back to register another model using direct URL [2026-09-10T20:14:06.793Z] [INFO] Navigate to: https://rh-ai.apps.325e327945af09cca235.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874/register/model [2026-09-10T20:14:12.406Z] [INFO] [STEP 7] Register a model using URI [2026-09-10T20:14:15.871Z] [INFO] [STEP 8] Verify the URI model was registered [2026-09-10T20:14:18.712Z] [INFO] [STEP 9] Navigate back to model registry to verify both models [2026-09-10T20:14:21.647Z] [INFO] Navigate to: https://rh-ai.apps.325e327945af09cca235.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874 [2026-09-10T20:14:23.982Z] [INFO] [STEP 10] Verify both models are visible in the registry ✓ Registers models via model registry using object storage and URI (88899ms) [2026-09-10T20:14:30.075Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-09-10T20:14:30.077Z] [INFO] Test title: Registers a new version via versions view [2026-09-10T20:14:30.081Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-09-10T20:14:30.086Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T20:14:30.090Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-10T20:14:30.110Z] [INFO] [STEP 1] Log into the application [2026-09-10T20:14:30.117Z] [INFO] Navigate to: https://rh-ai.apps.325e327945af09cca235.prod.konflux-ocp-ci.dev/ [2026-09-10T20:14:31.166Z] [INFO] [STEP 2] Navigate to Model Registry [2026-09-10T20:14:31.208Z] [INFO] Navigate to: https://rh-ai.apps.325e327945af09cca235.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874 [2026-09-10T20:14:32.921Z] [INFO] [STEP 3] Navigate to the first registered model [2026-09-10T20:14:33.404Z] [INFO] [STEP 4] Wait for model details page to load [2026-09-10T20:14:33.666Z] [INFO] [STEP 5] Navigate to versions tab [2026-09-10T20:14:37.223Z] [INFO] [STEP 6] Click Register new version button [2026-09-10T20:14:40.932Z] [INFO] [STEP 7] Fill in version details [2026-09-10T20:14:43.240Z] [INFO] [STEP 8] Configure URI location for the new version [2026-09-10T20:14:43.762Z] [INFO] [STEP 9] Submit the new version [2026-09-10T20:14:44.002Z] [INFO] [STEP 10] Verify the new version was registered ✓ Registers a new version via versions view (15847ms) [2026-09-10T20:14:47.079Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-09-10T20:14:47.082Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-09-10T20:14:47.086Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-09-10T20:14:47.090Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T20:14:47.094Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-10T20:14:47.138Z] [INFO] [STEP 1] Log into the application [2026-09-10T20:14:47.155Z] [INFO] Navigate to: https://rh-ai.apps.325e327945af09cca235.prod.konflux-ocp-ci.dev/ [2026-09-10T20:14:47.986Z] [INFO] [STEP 2] Navigate to Model Registry [2026-09-10T20:14:48.015Z] [INFO] Navigate to: https://rh-ai.apps.325e327945af09cca235.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874 [2026-09-10T20:14:49.860Z] [INFO] [STEP 3] Click Register Model button [2026-09-10T20:14:50.483Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-09-10T20:14:50.543Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-09-10T20:14:50.775Z] [INFO] [STEP 6] Verify namespace selector appears [2026-09-10T20:14:50.831Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-09-10T20:14:51.598Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-09-10T20:14:51.641Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-09-10T20:14:51.795Z] [INFO] [STEP 10] Fill in model details [2026-09-10T20:14:54.161Z] [INFO] [STEP 11] Fill in transfer job name [2026-09-10T20:14:54.484Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-09-10T20:14:56.125Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-09-10T20:14:57.026Z] [INFO] [STEP 14] Verify submit button is enabled [2026-09-10T20:14:57.059Z] [INFO] [STEP 15] Submit the register and store form [2026-09-10T20:14:57.252Z] [INFO] [STEP 16] Verify transfer job started notification appears [2026-09-10T20:14:57.780Z] [INFO] [STEP 17] Verify transfer job and pod started in the backend [2026-09-10T20:14:57.821Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-transfer-job-662874) [2026-09-10T20:14:58.512Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-transfer-job-662874 --for=condition=PodScheduled pod --timeout=120s [2026-09-10T20:14:58.664Z] [INFO] oc wait stdout: pod/oci-transfer-job-662874-q6gnk condition met [2026-09-10T20:14:58.699Z] [INFO] [STEP 18] Verify navigation away from the registration form ✓ Registers and stores a model to an OCI destination (12642ms) [2026-09-10T20:14:59.376Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-09-10T20:14:59.378Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-09-10T20:14:59.382Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-09-10T20:14:59.386Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T20:14:59.389Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-10T20:14:59.419Z] [INFO] [STEP 1] Log into the application [2026-09-10T20:14:59.430Z] [INFO] Navigate to: https://rh-ai.apps.325e327945af09cca235.prod.konflux-ocp-ci.dev/ [2026-09-10T20:15:00.107Z] [INFO] [STEP 2] Navigate to Model Registry [2026-09-10T20:15:00.127Z] [INFO] Navigate to: https://rh-ai.apps.325e327945af09cca235.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874 [2026-09-10T20:15:01.704Z] [INFO] [STEP 3] Click Register Model button [2026-09-10T20:15:05.020Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-09-10T20:15:05.095Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-09-10T20:15:05.396Z] [INFO] [STEP 6] Verify namespace selector appears [2026-09-10T20:15:05.442Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-09-10T20:15:06.218Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-09-10T20:15:06.433Z] [INFO] [STEP 9] Fill in model details [2026-09-10T20:15:08.793Z] [INFO] [STEP 10] Fill in transfer job name [2026-09-10T20:15:09.115Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-09-10T20:15:09.873Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-09-10T20:15:10.980Z] [INFO] [STEP 13] Verify submit button is enabled [2026-09-10T20:15:11.042Z] [INFO] [STEP 14] Submit the register and store form [2026-09-10T20:15:11.337Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-09-10T20:15:11.860Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-09-10T20:15:11.916Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job-662874) [2026-09-10T20:15:12.529Z] [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-10T20:15:15.529Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-662874-845s7 condition met [2026-09-10T20:15:15.667Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-09-10T20:15:16.221Z] [INFO] [STEP 18] Navigate away from model registry before cleanup [2026-09-10T20:15:17.977Z] [INFO] [STEP 19] Clean up registered models from database [2026-09-10T20:15:18.490Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-09-10T20:15:18.993Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-09-10T20:15:20.004Z] [INFO] [EXEC] oc exec model-registry-db-662874-f958cd66c-ztxm5 -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-10T20:15:20.248Z] [INFO] Database cleanup completed successfully [2026-09-10T20:15:20.390Z] [INFO] [STEP 20] Delete the model registry [2026-09-10T20:15:20.525Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-09-10T20:15:21.259Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-09-10T20:15:21.336Z] [INFO] [STEP 21] Verify model registry is removed from the backend [2026-09-10T20:15:21.412Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-10T20:15:22.038Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-10T20:15:22.045Z] [INFO] [STEP 22] Delete the SQL database [2026-09-10T20:15:22.115Z] [INFO] Deleting model registry database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-09-10T20:15:22.455Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-09-10T20:15:22.463Z] [INFO] Database 'model-registry-db-662874' exists, proceeding with deletion... [2026-09-10T20:15:24.643Z] [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-10T20:15:24.714Z] [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-10T20:15:25.095Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-09-10T20:15:25.229Z] [INFO] Model registry database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-09-10T20:15:25.237Z] [INFO] [STEP 23] Delete the test project [2026-09-10T20:15:25.612Z] [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 (16671ms) 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, 25 seconds │ │ Spec Ran: modelRegistry/testRegisterModel.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/createRunDeletePipelineCustomPipMirror.cy.ts (4 of 6) [2026-09-10T20:15:29.856Z] [INFO] Setting tests timeout to: 480 seconds An admin user can import and run a pipeline [2026-09-10T20:15:29.891Z] [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-10T20:15:29.896Z] [INFO] Test title: Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror [2026-09-10T20:15:29.912Z] [INFO] Test tags: ["@Smoke","@SmokeSet4","@ODS-2206","@Pipelines","@Dashboard","@PipelinesCI"] [2026-09-10T20:15:29.921Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T20:15:29.926Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-10T20:15:29.959Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:15:30.267Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:15:30.274Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-dsp-custom-pip-prj-150747\" not found","exitCode":1} [2026-09-10T20:15:30.288Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' does not exist. [2026-09-10T20:15:30.304Z] [INFO] Creating project test-dsp-custom-pip-prj-150747 [2026-09-10T20:15:30.660Z] [INFO] [EXEC] oc new-project test-dsp-custom-pip-prj-150747 [2026-09-10T20:15:30.677Z] [INFO] 🔍 Polling for namespace test-dsp-custom-pip-prj-150747 (max 30s) [2026-09-10T20:15:30.983Z] [INFO] [EXEC] oc get namespace test-dsp-custom-pip-prj-150747 [2026-09-10T20:15:30.989Z] [INFO] ✅ namespace test-dsp-custom-pip-prj-150747 (found after 0.3s) [2026-09-10T20:15:31.337Z] [INFO] [EXEC] oc label namespace test-dsp-custom-pip-prj-150747 opendatahub.io/dashboard=true --overwrite [2026-09-10T20:15:31.345Z] [INFO] 🔍 Polling for project test-dsp-custom-pip-prj-150747 dashboard-ready (max 15s) [2026-09-10T20:15:31.660Z] [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-10T20:15:31.676Z] [INFO] ✅ project test-dsp-custom-pip-prj-150747 dashboard-ready (found after 0.3s) [2026-09-10T20:15:31.700Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:15:32.003Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:15:32.008Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T20:15:32.014Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T20:15:32.363Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789071332020-35p45du03.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789071332020-35p45du03.yaml; exit $status [2026-09-10T20:15:32.377Z] [INFO] Command exit code: 0 [2026-09-10T20:15:32.771Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789071332394-uhl72db43.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789071332394-uhl72db43.yaml; exit $status [2026-09-10T20:15:32.777Z] [INFO] Command exit code: 0 [2026-09-10T20:15:33.127Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789071332791-1pi11s6n5.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789071332791-1pi11s6n5.yaml; exit $status [2026-09-10T20:15:33.143Z] [INFO] Command exit code: 0 [2026-09-10T20:15:33.394Z] [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-10T20:15:33.423Z] [INFO] [STEP 1] Navigate to Pipelines test-dsp-custom-pip-prj-150747 [2026-09-10T20:15:33.456Z] [INFO] Navigate to: https://rh-ai.apps.325e327945af09cca235.prod.konflux-ocp-ci.dev/ [2026-09-10T20:15:40.449Z] [INFO] ✅ Project "test-dsp-custom-pip-prj-150747" visible in list [2026-09-10T20:15:40.643Z] [INFO] [STEP 2] Wait for pipeline server (DSPA) to be ready [2026-09-10T20:15:40.728Z] [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-10T20:23:30.905Z] [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-10T20:23:30.909Z] [INFO] Test title: Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror [2026-09-10T20:23:30.914Z] [INFO] Test tags: ["@Smoke","@SmokeSet4","@ODS-2206","@Pipelines","@Dashboard","@PipelinesCI"] [2026-09-10T20:23:30.918Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T20:23:30.922Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-10T20:23:30.937Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:31.248Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:31.254Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T20:23:31.261Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T20:23:31.269Z] [INFO] Project test-dsp-custom-pip-prj-150747 already exists. Deleting it. [2026-09-10T20:23:31.597Z] [INFO] [EXEC] oc delete project test-dsp-custom-pip-prj-150747 --wait [2026-09-10T20:23:31.607Z] [INFO] Waiting for project test-dsp-custom-pip-prj-150747 to be fully deleted... [2026-09-10T20:23:31.612Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:31.916Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:31.922Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T20:23:31.929Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T20:23:31.938Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T20:23:32.946Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:33.281Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:33.287Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T20:23:33.294Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T20:23:33.303Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T20:23:34.312Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:34.614Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:34.621Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T20:23:34.630Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T20:23:34.639Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T20:23:35.648Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:35.957Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:35.963Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T20:23:35.969Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T20:23:35.978Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T20:23:36.986Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:37.290Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:37.296Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T20:23:37.303Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T20:23:37.312Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T20:23:38.331Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:38.675Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:38.683Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T20:23:38.690Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T20:23:38.698Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T20:23:39.707Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:39.995Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:40.002Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T20:23:40.009Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T20:23:40.018Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T20:23:41.152Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:41.538Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:41.546Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T20:23:41.554Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T20:23:41.563Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T20:23:42.571Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:42.873Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:42.879Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T20:23:42.885Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T20:23:42.894Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T20:23:43.902Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:44.205Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:44.212Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T20:23:44.219Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T20:23:44.228Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T20:23:45.248Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:45.569Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:45.576Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T20:23:45.583Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T20:23:45.593Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T20:23:46.603Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:46.908Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:46.916Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T20:23:46.924Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T20:23:46.934Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T20:23:47.944Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:48.315Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:48.323Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T20:23:48.331Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T20:23:48.341Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-10T20:23:49.442Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:49.867Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:49.875Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-dsp-custom-pip-prj-150747\" not found","exitCode":1} [2026-09-10T20:23:49.882Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' does not exist. [2026-09-10T20:23:49.892Z] [INFO] Creating project test-dsp-custom-pip-prj-150747 [2026-09-10T20:23:50.250Z] [INFO] [EXEC] oc new-project test-dsp-custom-pip-prj-150747 [2026-09-10T20:23:50.258Z] [INFO] 🔍 Polling for namespace test-dsp-custom-pip-prj-150747 (max 30s) [2026-09-10T20:23:50.561Z] [INFO] [EXEC] oc get namespace test-dsp-custom-pip-prj-150747 [2026-09-10T20:23:50.568Z] [INFO] ✅ namespace test-dsp-custom-pip-prj-150747 (found after 0.3s) [2026-09-10T20:23:50.897Z] [INFO] [EXEC] oc label namespace test-dsp-custom-pip-prj-150747 opendatahub.io/dashboard=true --overwrite [2026-09-10T20:23:50.906Z] [INFO] 🔍 Polling for project test-dsp-custom-pip-prj-150747 dashboard-ready (max 15s) [2026-09-10T20:23:51.217Z] [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-10T20:23:51.224Z] [INFO] ✅ project test-dsp-custom-pip-prj-150747 dashboard-ready (found after 0.3s) [2026-09-10T20:23:51.235Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:51.549Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-10T20:23:51.555Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-10T20:23:51.563Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-10T20:23:51.946Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789071831567-etwdkax8h.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789071831567-etwdkax8h.yaml; exit $status [2026-09-10T20:23:51.953Z] [INFO] Command exit code: 0 [2026-09-10T20:23:52.319Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789071831955-pr98rfim9.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789071831955-pr98rfim9.yaml; exit $status [2026-09-10T20:23:52.327Z] [INFO] Command exit code: 0 [2026-09-10T20:23:52.696Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789071832329-lo4hl0iq0.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789071832329-lo4hl0iq0.yaml; exit $status [2026-09-10T20:23:52.704Z] [INFO] Command exit code: 0 [2026-09-10T20:23:52.976Z] [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-10T20:23:52.995Z] [INFO] [STEP 1] Navigate to Pipelines test-dsp-custom-pip-prj-150747 [2026-09-10T20:23:53.004Z] [INFO] Navigate to: https://rh-ai.apps.325e327945af09cca235.prod.konflux-ocp-ci.dev/