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-09T21:19:08.020Z] [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-09T21:19:08.047Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (88ms) 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-09T21:19:10.456Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-09-09T21:19:10.467Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-09T21:19:10.496Z] [INFO] Ensure operator has optimal memory for testing [2026-09-09T21:19:11.048Z] [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-09T21:19:11.058Z] [INFO] Current operator memory limit: 512Mi [2026-09-09T21:19:11.062Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-09-09T21:19:11.345Z] [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-09T21:19:11.353Z] [INFO] Successfully patched operator memory to 1Gi [2026-09-09T21:19:23.380Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-09-09T21:19:23.395Z] [INFO] Operator rollout completed successfully [2026-09-09T21:19:23.406Z] [INFO] Create and verify SQL database for model registry [2026-09-09T21:19:23.423Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-09-09T21:19:23.435Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-09-09T21:19:23.728Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-09T21:19:23.734Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-09-09T21:19:24.212Z] [INFO] [EXEC] oc apply -f /tmp/db-1788988763738.yaml [2026-09-09T21:19:24.300Z] [INFO] [EXEC] rm -f /tmp/db-1788988763738.yaml [2026-09-09T21:19:24.319Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-09-09T21:19:24.334Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-09-09T21:19:54.590Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-09T21:19:54.596Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-09-09T21:19:54.617Z] [INFO] Create and verify PostgreSQL database for model registry [2026-09-09T21:19:54.633Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-09-09T21:19:54.651Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-09-09T21:19:54.925Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-09T21:19:54.932Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-09-09T21:19:55.467Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1788988794935.yaml [2026-09-09T21:19:55.552Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1788988794935.yaml [2026-09-09T21:19:55.562Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-09-09T21:19:55.585Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-09-09T21:20:17.772Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-09T21:20:17.778Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-09-09T21:20:17.847Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-09-09T21:20:17.851Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-09-09T21:20:17.856Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-09T21:20:17.860Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-09T21:20:17.864Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-09T21:20:17.902Z] [INFO] [STEP 1] Login as an Admin [2026-09-09T21:20:17.946Z] [INFO] Navigate to: https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/ [2026-09-09T21:20:20.788Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-09T21:20:21.072Z] [INFO] Navigate to: https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/settings/model-resources-operations/model-registry [2026-09-09T21:20:24.422Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-09-09T21:20:26.238Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-09T21:20:54.271Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-09T21:20:54.334Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-09T21:20:54.726Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-09T21:20:54.799Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 28s [2026-09-09T21:20:54.839Z] [INFO] [STEP 6] Delete the model registry [2026-09-09T21:20:55.652Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-09-09T21:20:56.104Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-09-09T21:20:56.157Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-09T21:20:56.721Z] [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 (106319ms) [2026-09-09T21:20:56.946Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-09-09T21:20:56.949Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-09-09T21:20:56.953Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-09T21:20:56.957Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-09T21:20:56.962Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-09T21:20:56.993Z] [INFO] [STEP 1] Login as an Admin [2026-09-09T21:20:57.003Z] [INFO] Navigate to: https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/ [2026-09-09T21:20:57.846Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-09T21:20:57.871Z] [INFO] Navigate to: https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/settings/model-resources-operations/model-registry [2026-09-09T21:20:58.754Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-09-09T21:21:00.604Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-09T21:21:28.617Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-09T21:21:28.642Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-09T21:21:28.997Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-09T21:21:29.056Z] [INFO] Command output: rhoai-model-registries postgres-registry-298031 True 28s [2026-09-09T21:21:29.084Z] [INFO] [STEP 6] Delete the model registry [2026-09-09T21:21:29.779Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-09-09T21:21:30.254Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-09-09T21:21:30.289Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-09T21:21:30.652Z] [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 (33760ms) [2026-09-09T21:21:30.786Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-09-09T21:21:30.789Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-09-09T21:21:30.793Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-09T21:21:30.798Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-09T21:21:30.802Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-09T21:21:30.836Z] [INFO] [STEP 1] Login as an Admin [2026-09-09T21:21:30.850Z] [INFO] Navigate to: https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/ [2026-09-09T21:21:31.168Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-09T21:21:31.191Z] [INFO] Navigate to: https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/settings/model-resources-operations/model-registry [2026-09-09T21:21:32.400Z] [INFO] [STEP 3] Create a model registry with default database [2026-09-09T21:21:32.954Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-09T21:22:32.232Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-09T21:22:32.265Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-09T21:22:32.669Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-09T21:22:32.733Z] [INFO] Command output: rhoai-model-registries default-db-registry-298031 True 59s [2026-09-09T21:22:32.764Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-09-09T21:22:32.798Z] [INFO] Waiting for default database 'default-db-registry-298031' to be ready... [2026-09-09T21:22:33.223Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-09T21:22:33.286Z] [INFO] Default database wait result: deployment.apps/default-db-registry-298031 condition met [2026-09-09T21:22:33.325Z] [INFO] Checking if default database 'default-db-registry-298031' exists for registry 'default-db-registry-298031' [2026-09-09T21:22:33.651Z] [INFO] [EXEC] oc get deployment default-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-09T21:22:33.689Z] [INFO] Default database 'default-db-registry-298031' exists and ready: true [2026-09-09T21:22:33.724Z] [INFO] [STEP 7] Delete the model registry with default database [2026-09-09T21:22:34.463Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-09-09T21:22:34.800Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-09-09T21:22:34.840Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-09T21:22:35.208Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-09T21:22:35.432Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-09-09T21:22:36.367Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-09-09T21:22:36.414Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-09-09T21:22:36.875Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-09T21:22:36.938Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-09-09T21:22:37.038Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-09T21:22:37.520Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-09T21:22:37.580Z] [INFO] [STEP 13] Delete the MySQL database [2026-09-09T21:22:37.633Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-09-09T21:22:38.114Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-09-09T21:22:38.269Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-09-09T21:22:41.722Z] [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-09T21:22:41.788Z] [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-09T21:22:42.139Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-09-09T21:22:42.204Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-09-09T21:22:42.239Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-09-09T21:22:42.274Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-09-09T21:22:42.622Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-09T21:22:42.658Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-09-09T21:22:42.698Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-09T21:22:43.063Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-09T21:22:43.069Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-09-09T21:22:43.072Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-09-09T21:22:43.368Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-09-09T21:22:43.411Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-09-09T21:22:44.743Z] [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-09T21:22:44.751Z] [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-09T21:22:45.058Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-09-09T21:22:45.125Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (64518ms) 3 passing (4m) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 3 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 3 minutes, 34 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-09-09T21:22:48.297Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-09-09T21:22:48.308Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-09T21:22:48.347Z] [INFO] Ensure operator has optimal memory for testing [2026-09-09T21:22:48.618Z] [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-09T21:22:48.626Z] [INFO] Current operator memory limit: 1Gi [2026-09-09T21:22:48.630Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-09-09T21:22:48.638Z] [INFO] Create and verify SQL database for model registry [2026-09-09T21:22:48.642Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-09-09T21:22:48.645Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-09-09T21:22:48.927Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-09T21:22:48.934Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-09-09T21:22:49.420Z] [INFO] [EXEC] oc apply -f /tmp/db-1788988968937.yaml [2026-09-09T21:22:49.525Z] [INFO] [EXEC] rm -f /tmp/db-1788988968937.yaml [2026-09-09T21:22:49.534Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-09-09T21:22:49.538Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-09-09T21:23:14.886Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-09-09T21:23:14.902Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-09-09T21:23:14.912Z] [INFO] Create a model registry using YAML [2026-09-09T21:23:14.928Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-09-09T21:23:15.559Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1788988994949-wcds43gb6.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1788988994949-wcds43gb6.yaml; exit $status [2026-09-09T21:23:15.573Z] [INFO] Command exit code: 0 [2026-09-09T21:23:15.589Z] [INFO] Verify model registry is created [2026-09-09T21:23:15.604Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-09T21:23:15.954Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-09T21:23:15.970Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 0s [2026-09-09T21:23:15.976Z] [INFO] Wait for model registry to be in Available state [2026-09-09T21:23:15.991Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-09-09T21:23:31.947Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-09-09T21:23:31.953Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-09-09T21:23:41.980Z] [INFO] Create a project for register and store test [2026-09-09T21:23:41.998Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-09-09T21:23:42.325Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-09-09T21:23:42.334Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-09-09T21:23:42.355Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-09-09T21:23:42.402Z] [INFO] Creating project test-register-store-662874 [2026-09-09T21:23:42.779Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-09-09T21:23:42.787Z] [INFO] 🔍 Polling for namespace test-register-store-662874 (max 30s) [2026-09-09T21:23:43.104Z] [INFO] [EXEC] oc get namespace test-register-store-662874 [2026-09-09T21:23:43.137Z] [INFO] ✅ namespace test-register-store-662874 (found after 0.3s) [2026-09-09T21:23:43.478Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-09-09T21:23:43.488Z] [INFO] 🔍 Polling for project test-register-store-662874 dashboard-ready (max 15s) [2026-09-09T21:23:43.802Z] [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-09T21:23:43.839Z] [INFO] ✅ project test-register-store-662874 dashboard-ready (found after 0.3s) [2026-09-09T21:23:43.896Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-09-09T21:23:44.211Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-09-09T21:23:44.217Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-09-09T21:23:44.238Z] [INFO] Project 'test-register-store-662874' exists. [2026-09-09T21:23:44.256Z] [INFO] Grant project access to the model registry [2026-09-09T21:23:44.624Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1788989024287-efblbf9x5.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1788989024287-efblbf9x5.yaml; exit $status [2026-09-09T21:23:44.630Z] [INFO] Command exit code: 0 [2026-09-09T21:23:44.687Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-09-09T21:23:44.696Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-09-09T21:23:44.740Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-09-09T21:23:44.774Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-09T21:23:44.784Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-09T21:23:44.852Z] [INFO] [STEP 1] Log into the application [2026-09-09T21:23:44.898Z] [INFO] Navigate to: https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/ [2026-09-09T21:23:46.973Z] [INFO] [STEP 2] Clean up test models from any previous retry attempts [2026-09-09T21:23:47.511Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-09-09T21:23:47.600Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model [2026-09-09T21:23:48.440Z] [INFO] [EXEC] oc exec model-registry-db-662874-f958cd66c-wthfh -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-09T21:23:48.587Z] [INFO] Database cleanup completed successfully [2026-09-09T21:23:48.657Z] [INFO] [STEP 3] Navigate to Model Registry [2026-09-09T21:23:48.759Z] [INFO] Navigate to: https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874 [2026-09-09T21:23:52.564Z] [INFO] [STEP 4] Register a model using object storage [2026-09-09T21:23:56.801Z] [INFO] [STEP 5] Verify the object storage model was registered [2026-09-09T21:23:58.206Z] [INFO] [STEP 6] Navigate back to register another model using direct URL [2026-09-09T21:24:00.587Z] [INFO] Navigate to: https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874/register/model [2026-09-09T21:24:06.204Z] [INFO] [STEP 7] Register a model using URI [2026-09-09T21:24:09.310Z] [INFO] [STEP 8] Verify the URI model was registered [2026-09-09T21:24:11.368Z] [INFO] [STEP 9] Navigate back to model registry to verify both models [2026-09-09T21:24:14.873Z] [INFO] Navigate to: https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874 [2026-09-09T21:24:17.617Z] [INFO] [STEP 10] Verify both models are visible in the registry ✓ Registers models via model registry using object storage and URI (95071ms) [2026-09-09T21:24:24.481Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-09-09T21:24:24.483Z] [INFO] Test title: Registers a new version via versions view [2026-09-09T21:24:24.488Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-09-09T21:24:24.492Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-09T21:24:24.497Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-09T21:24:24.519Z] [INFO] [STEP 1] Log into the application [2026-09-09T21:24:24.528Z] [INFO] Navigate to: https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/ [2026-09-09T21:24:25.959Z] [INFO] [STEP 2] Navigate to Model Registry [2026-09-09T21:24:26.008Z] [INFO] Navigate to: https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874 [2026-09-09T21:24:28.345Z] [INFO] [STEP 3] Navigate to the first registered model [2026-09-09T21:24:28.763Z] [INFO] [STEP 4] Wait for model details page to load [2026-09-09T21:24:28.972Z] [INFO] [STEP 5] Navigate to versions tab [2026-09-09T21:24:29.939Z] [INFO] [STEP 6] Click Register new version button [2026-09-09T21:24:33.858Z] [INFO] [STEP 7] Fill in version details [2026-09-09T21:24:36.016Z] [INFO] [STEP 8] Configure URI location for the new version [2026-09-09T21:24:36.554Z] [INFO] [STEP 9] Submit the new version [2026-09-09T21:24:36.777Z] [INFO] [STEP 10] Verify the new version was registered ✓ Registers a new version via versions view (14564ms) [2026-09-09T21:24:38.944Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-09-09T21:24:38.947Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-09-09T21:24:38.952Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-09-09T21:24:38.957Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-09T21:24:38.961Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-09T21:24:38.998Z] [INFO] [STEP 1] Log into the application [2026-09-09T21:24:39.011Z] [INFO] Navigate to: https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/ [2026-09-09T21:24:39.961Z] [INFO] [STEP 2] Navigate to Model Registry [2026-09-09T21:24:39.986Z] [INFO] Navigate to: https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874 [2026-09-09T21:24:42.042Z] [INFO] [STEP 3] Click Register Model button [2026-09-09T21:24:42.626Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-09-09T21:24:42.694Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-09-09T21:24:42.921Z] [INFO] [STEP 6] Verify namespace selector appears [2026-09-09T21:24:42.959Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-09-09T21:24:43.659Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-09-09T21:24:43.693Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-09-09T21:24:43.817Z] [INFO] [STEP 10] Fill in model details [2026-09-09T21:24:45.984Z] [INFO] [STEP 11] Fill in transfer job name [2026-09-09T21:24:46.287Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-09-09T21:24:47.793Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-09-09T21:24:48.702Z] [INFO] [STEP 14] Verify submit button is enabled [2026-09-09T21:24:48.743Z] [INFO] [STEP 15] Submit the register and store form [2026-09-09T21:24:48.989Z] [INFO] [STEP 16] Verify transfer job started notification appears [2026-09-09T21:24:49.472Z] [INFO] [STEP 17] Verify transfer job and pod started in the backend [2026-09-09T21:24:49.516Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-transfer-job-662874) [2026-09-09T21:24:50.072Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-transfer-job-662874 --for=condition=PodScheduled pod --timeout=120s [2026-09-09T21:24:50.202Z] [INFO] oc wait stdout: pod/oci-transfer-job-662874-57lf8 condition met [2026-09-09T21:24:50.251Z] [INFO] [STEP 18] Verify navigation away from the registration form ✓ Registers and stores a model to an OCI destination (11834ms) [2026-09-09T21:24:51.271Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-09-09T21:24:51.277Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-09-09T21:24:51.288Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-09-09T21:24:51.302Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-09T21:24:51.311Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-09T21:24:51.373Z] [INFO] [STEP 1] Log into the application [2026-09-09T21:24:51.387Z] [INFO] Navigate to: https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/ [2026-09-09T21:24:52.193Z] [INFO] [STEP 2] Navigate to Model Registry [2026-09-09T21:24:52.212Z] [INFO] Navigate to: https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/ai-hub/models/registry/test-model-registry-662874 [2026-09-09T21:24:53.617Z] [INFO] [STEP 3] Click Register Model button [2026-09-09T21:24:57.011Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-09-09T21:24:57.084Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-09-09T21:24:57.308Z] [INFO] [STEP 6] Verify namespace selector appears [2026-09-09T21:24:57.360Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-09-09T21:24:58.177Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-09-09T21:24:58.409Z] [INFO] [STEP 9] Fill in model details [2026-09-09T21:25:01.092Z] [INFO] [STEP 10] Fill in transfer job name [2026-09-09T21:25:01.442Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-09-09T21:25:02.185Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-09-09T21:25:03.194Z] [INFO] [STEP 13] Verify submit button is enabled [2026-09-09T21:25:03.242Z] [INFO] [STEP 14] Submit the register and store form [2026-09-09T21:25:03.508Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-09-09T21:25:03.962Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-09-09T21:25:04.014Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job-662874) [2026-09-09T21:25:04.544Z] [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-09T21:25:04.815Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-662874-j9bnf condition met [2026-09-09T21:25:04.932Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-09-09T21:25:07.932Z] [INFO] [STEP 18] Navigate away from model registry before cleanup [2026-09-09T21:25:09.722Z] [INFO] [STEP 19] Clean up registered models from database [2026-09-09T21:25:10.156Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-09-09T21:25:10.683Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-09-09T21:25:11.732Z] [INFO] [EXEC] oc exec model-registry-db-662874-f958cd66c-wthfh -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-09T21:25:11.940Z] [INFO] Database cleanup completed successfully [2026-09-09T21:25:12.037Z] [INFO] [STEP 20] Delete the model registry [2026-09-09T21:25:12.166Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-09-09T21:25:12.848Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-09-09T21:25:12.924Z] [INFO] [STEP 21] Verify model registry is removed from the backend [2026-09-09T21:25:13.016Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-09T21:25:13.493Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-09T21:25:13.572Z] [INFO] [STEP 22] Delete the SQL database [2026-09-09T21:25:13.673Z] [INFO] Deleting model registry database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-09-09T21:25:14.046Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-09-09T21:25:14.129Z] [INFO] Database 'model-registry-db-662874' exists, proceeding with deletion... [2026-09-09T21:25:16.745Z] [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-09T21:25:16.825Z] [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-09T21:25:17.222Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-09-09T21:25:17.377Z] [INFO] Model registry database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-09-09T21:25:17.459Z] [INFO] [STEP 23] Delete the test project [2026-09-09T21:25:17.835Z] [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 (14092ms) 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, 29 seconds │ │ Spec Ran: modelRegistry/testRegisterModel.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/createRunDeletePipelineCustomPipMirror.cy.ts (4 of 6) [2026-09-09T21:25:22.503Z] [INFO] Setting tests timeout to: 480 seconds An admin user can import and run a pipeline [2026-09-09T21:25:22.524Z] [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-09T21:25:22.529Z] [INFO] Test title: Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror [2026-09-09T21:25:22.538Z] [INFO] Test tags: ["@Smoke","@SmokeSet4","@ODS-2206","@Pipelines","@Dashboard","@PipelinesCI"] [2026-09-09T21:25:22.544Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-09T21:25:22.549Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-09T21:25:22.586Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:25:22.879Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:25:22.894Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-dsp-custom-pip-prj-150747\" not found","exitCode":1} [2026-09-09T21:25:22.909Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' does not exist. [2026-09-09T21:25:22.926Z] [INFO] Creating project test-dsp-custom-pip-prj-150747 [2026-09-09T21:25:23.285Z] [INFO] [EXEC] oc new-project test-dsp-custom-pip-prj-150747 [2026-09-09T21:25:23.300Z] [INFO] 🔍 Polling for namespace test-dsp-custom-pip-prj-150747 (max 30s) [2026-09-09T21:25:23.608Z] [INFO] [EXEC] oc get namespace test-dsp-custom-pip-prj-150747 [2026-09-09T21:25:23.614Z] [INFO] ✅ namespace test-dsp-custom-pip-prj-150747 (found after 0.3s) [2026-09-09T21:25:23.964Z] [INFO] [EXEC] oc label namespace test-dsp-custom-pip-prj-150747 opendatahub.io/dashboard=true --overwrite [2026-09-09T21:25:23.981Z] [INFO] 🔍 Polling for project test-dsp-custom-pip-prj-150747 dashboard-ready (max 15s) [2026-09-09T21:25:24.274Z] [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-09T21:25:24.279Z] [INFO] ✅ project test-dsp-custom-pip-prj-150747 dashboard-ready (found after 0.3s) [2026-09-09T21:25:24.304Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:25:24.595Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:25:24.611Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-09T21:25:24.628Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-09T21:25:25.043Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1788989124648-9aghtzvcy.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1788989124648-9aghtzvcy.yaml; exit $status [2026-09-09T21:25:25.049Z] [INFO] Command exit code: 0 [2026-09-09T21:25:25.479Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1788989125078-s2efz8qmo.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1788989125078-s2efz8qmo.yaml; exit $status [2026-09-09T21:25:25.497Z] [INFO] Command exit code: 0 [2026-09-09T21:25:25.840Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1788989125512-ekze5qpp8.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1788989125512-ekze5qpp8.yaml; exit $status [2026-09-09T21:25:25.846Z] [INFO] Command exit code: 0 [2026-09-09T21:25:26.082Z] [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-09T21:25:26.125Z] [INFO] [STEP 1] Navigate to Pipelines test-dsp-custom-pip-prj-150747 [2026-09-09T21:25:26.158Z] [INFO] Navigate to: https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/ [2026-09-09T21:25:32.623Z] [INFO] ✅ Project "test-dsp-custom-pip-prj-150747" visible in list [2026-09-09T21:25:32.812Z] [INFO] [STEP 2] Wait for pipeline server (DSPA) to be ready [2026-09-09T21:25:32.872Z] [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-09T21:33:23.336Z] [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-09T21:33:23.341Z] [INFO] Test title: Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror [2026-09-09T21:33:23.347Z] [INFO] Test tags: ["@Smoke","@SmokeSet4","@ODS-2206","@Pipelines","@Dashboard","@PipelinesCI"] [2026-09-09T21:33:23.353Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-09T21:33:23.358Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-09T21:33:23.447Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:23.781Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:23.790Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-09T21:33:23.798Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-09T21:33:23.808Z] [INFO] Project test-dsp-custom-pip-prj-150747 already exists. Deleting it. [2026-09-09T21:33:24.134Z] [INFO] [EXEC] oc delete project test-dsp-custom-pip-prj-150747 --wait [2026-09-09T21:33:24.144Z] [INFO] Waiting for project test-dsp-custom-pip-prj-150747 to be fully deleted... [2026-09-09T21:33:24.151Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:24.474Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:24.481Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-09T21:33:24.489Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-09T21:33:24.498Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-09T21:33:25.507Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:25.807Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:25.814Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-09T21:33:25.821Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-09T21:33:25.830Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-09T21:33:26.838Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:27.171Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:27.179Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-09T21:33:27.186Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-09T21:33:27.194Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-09T21:33:28.202Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:28.509Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:28.517Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-09T21:33:28.526Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-09T21:33:28.536Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-09T21:33:29.544Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:29.834Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:29.842Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-09T21:33:29.850Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-09T21:33:29.861Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-09T21:33:30.871Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:31.244Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:31.256Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-09T21:33:31.262Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-09T21:33:31.273Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-09T21:33:32.287Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:32.586Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:32.594Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-09T21:33:32.602Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-09T21:33:32.614Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-09T21:33:33.623Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:33.938Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:33.946Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-09T21:33:33.954Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-09T21:33:33.964Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-09T21:33:34.973Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:35.320Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:35.327Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-09T21:33:35.334Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-09T21:33:35.344Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-09T21:33:36.352Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:36.650Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:36.658Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-09T21:33:36.666Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-09T21:33:36.676Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-09T21:33:37.684Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:37.975Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:37.983Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-09T21:33:37.990Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-09T21:33:37.999Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-09T21:33:39.008Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:39.376Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:39.382Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-09T21:33:39.389Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-09T21:33:39.398Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-09T21:33:40.407Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:40.708Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:40.715Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-09T21:33:40.722Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-09T21:33:40.732Z] [INFO] Project test-dsp-custom-pip-prj-150747 still exists, waiting... [2026-09-09T21:33:41.741Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:42.041Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:42.049Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-dsp-custom-pip-prj-150747\" not found","exitCode":1} [2026-09-09T21:33:42.055Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' does not exist. [2026-09-09T21:33:42.065Z] [INFO] Creating project test-dsp-custom-pip-prj-150747 [2026-09-09T21:33:42.435Z] [INFO] [EXEC] oc new-project test-dsp-custom-pip-prj-150747 [2026-09-09T21:33:42.535Z] [INFO] 🔍 Polling for namespace test-dsp-custom-pip-prj-150747 (max 30s) [2026-09-09T21:33:42.928Z] [INFO] [EXEC] oc get namespace test-dsp-custom-pip-prj-150747 [2026-09-09T21:33:42.936Z] [INFO] ✅ namespace test-dsp-custom-pip-prj-150747 (found after 0.5s) [2026-09-09T21:33:43.280Z] [INFO] [EXEC] oc label namespace test-dsp-custom-pip-prj-150747 opendatahub.io/dashboard=true --overwrite [2026-09-09T21:33:43.290Z] [INFO] 🔍 Polling for project test-dsp-custom-pip-prj-150747 dashboard-ready (max 15s) [2026-09-09T21:33:43.608Z] [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-09T21:33:43.616Z] [INFO] ✅ project test-dsp-custom-pip-prj-150747 dashboard-ready (found after 0.3s) [2026-09-09T21:33:43.628Z] [INFO] Executing command: oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:43.906Z] [INFO] [EXEC] oc get project "test-dsp-custom-pip-prj-150747" -o name [2026-09-09T21:33:43.914Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-dsp-custom-pip-prj-150747","stderr":"","exitCode":0} [2026-09-09T21:33:43.922Z] [INFO] Project 'test-dsp-custom-pip-prj-150747' exists. [2026-09-09T21:33:44.277Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1788989623926-miopsxgvr.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1788989623926-miopsxgvr.yaml; exit $status [2026-09-09T21:33:44.284Z] [INFO] Command exit code: 0 [2026-09-09T21:33:44.641Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1788989624286-0xx3qcqkr.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1788989624286-0xx3qcqkr.yaml; exit $status [2026-09-09T21:33:44.648Z] [INFO] Command exit code: 0 [2026-09-09T21:33:44.974Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1788989624650-gjbik6unj.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1788989624650-gjbik6unj.yaml; exit $status [2026-09-09T21:33:44.981Z] [INFO] Command exit code: 0 [2026-09-09T21:33:45.235Z] [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-09T21:33:45.254Z] [INFO] [STEP 1] Navigate to Pipelines test-dsp-custom-pip-prj-150747 [2026-09-09T21:33:45.264Z] [INFO] Navigate to: https://rh-ai.apps.98f58480886a49c10614.prod.konflux-ocp-ci.dev/ [2026-09-09T21:33:53.823Z] [INFO] ✅ Project "test-dsp-custom-pip-prj-150747" visible in list [2026-09-09T21:33:54.126Z] [INFO] [STEP 2] Wait for pipeline server (DSPA) to be ready [2026-09-09T21:33:54.137Z] [INFO] Waiting for DSPA to be ready: oc wait --for=condition=Ready dspa/dspa -n test-dsp-custom-pip-prj-150747 --timeout=600000ms