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: 5 found (modelRegistry/testCreateModelRegistry.cy.ts, modelRegistry/testRegist │ │ erModel.cy.ts, pipelines/createRunDeletePipelineCustomPipMirror.cy.ts, pipelin │ │ es/pipelines.cy.ts, pipelines/testSchedulePipeline.cy.ts) │ │ Searched: cypress/tests/e2e/modelRegistry/testCreateModelRegistry.cy.ts, cypress/tests/e │ │ 2e/modelRegistry/testRegisterModel.cy.ts, cypress/tests/e2e/pipelines/createRu │ │ nDeletePipelineCustomPipMirror.cy.ts, cypress/tests/e2e/pipelines/pipelines.cy │ │ .ts, cypress/tests/e2e/pipelines/testSchedulePipeline.cy.ts │ │ Experiments: experimentalInteractiveRunEvents=true,experimentalMemoryManagement=true │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Remove output folder /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testCreateModelRegistry.cy.ts (1 of 5) [2026-09-17T17:56:15.118Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-09-17T17:56:15.129Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-17T17:56:15.158Z] [INFO] Ensure operator has optimal memory for testing [2026-09-17T17:56:15.669Z] [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-17T17:56:15.679Z] [INFO] Current operator memory limit: 512Mi [2026-09-17T17:56:15.683Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-09-17T17:56:15.961Z] [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-17T17:56:15.971Z] [INFO] Successfully patched operator memory to 1Gi [2026-09-17T17:56:28.129Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-09-17T17:56:28.145Z] [INFO] Operator rollout completed successfully [2026-09-17T17:56:28.162Z] [INFO] Create and verify SQL database for model registry [2026-09-17T17:56:28.178Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-09-17T17:56:28.190Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-09-17T17:56:28.428Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-17T17:56:28.436Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-09-17T17:56:28.958Z] [INFO] [EXEC] oc apply -f /tmp/db-1789667788439.yaml [2026-09-17T17:56:29.054Z] [INFO] [EXEC] rm -f /tmp/db-1789667788439.yaml [2026-09-17T17:56:29.064Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-09-17T17:56:29.077Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-09-17T17:57:01.347Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-17T17:57:01.373Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-09-17T17:57:01.384Z] [INFO] Create and verify PostgreSQL database for model registry [2026-09-17T17:57:01.397Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-09-17T17:57:01.411Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-09-17T17:57:01.706Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-17T17:57:01.724Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-09-17T17:57:02.367Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1789667821735.yaml [2026-09-17T17:57:02.456Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1789667821735.yaml [2026-09-17T17:57:02.477Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-09-17T17:57:02.492Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-09-17T17:57:22.712Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-17T17:57:22.740Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-09-17T17:57:22.783Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-09-17T17:57:22.796Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-09-17T17:57:22.801Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-17T17:57:22.805Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492"] [2026-09-17T17:57:22.810Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-17T17:57:22.842Z] [INFO] [STEP 1] Login as an Admin [2026-09-17T17:57:22.855Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-17T17:57:23.319Z] [INFO] OAuth login flow detected - completing authentication [2026-09-17T17:57:25.588Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-17T17:57:25.657Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-17T17:57:27.360Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-09-17T17:57:28.716Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-17T17:57:57.149Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-17T17:57:57.175Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-17T17:57:57.498Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-17T17:57:57.504Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 29s [2026-09-17T17:57:57.510Z] [INFO] [STEP 6] Delete the model registry [2026-09-17T17:57:58.182Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-09-17T17:57:58.416Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-09-17T17:57:58.444Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-17T17:57:58.775Z] [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 (103738ms) [2026-09-17T17:57:58.945Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-09-17T17:57:58.949Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-09-17T17:57:58.954Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-17T17:57:58.957Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492"] [2026-09-17T17:57:58.962Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-17T17:57:58.993Z] [INFO] [STEP 1] Login as an Admin [2026-09-17T17:57:59.003Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-17T17:57:59.211Z] [INFO] OAuth login flow detected - completing authentication [2026-09-17T17:58:00.850Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-17T17:58:00.857Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-17T17:58:01.877Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-09-17T17:58:03.589Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-17T17:58:31.622Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-17T17:58:31.650Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-17T17:58:32.003Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-17T17:58:32.034Z] [INFO] Command output: rhoai-model-registries postgres-registry-298031 True 28s [2026-09-17T17:58:32.060Z] [INFO] [STEP 6] Delete the model registry [2026-09-17T17:58:32.691Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-09-17T17:58:32.990Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-09-17T17:58:33.023Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-17T17:58:33.398Z] [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 (34500ms) [2026-09-17T17:58:33.523Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-09-17T17:58:33.525Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-09-17T17:58:33.532Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-17T17:58:33.536Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492"] [2026-09-17T17:58:33.539Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-17T17:58:33.568Z] [INFO] [STEP 1] Login as an Admin [2026-09-17T17:58:33.581Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-17T17:58:33.796Z] [INFO] OAuth login flow detected - completing authentication [2026-09-17T17:58:35.231Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-17T17:58:35.236Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-17T17:58:36.110Z] [INFO] [STEP 3] Create a model registry with default database [2026-09-17T17:58:36.632Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-17T17:59:35.975Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-17T17:59:35.995Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-17T17:59:36.315Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-17T17:59:36.342Z] [INFO] Command output: rhoai-model-registries default-db-registry-298031 True 60s [2026-09-17T17:59:36.350Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-09-17T17:59:36.354Z] [INFO] Waiting for default database 'default-db-registry-298031' to be ready... [2026-09-17T17:59:36.718Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-17T17:59:36.750Z] [INFO] Default database wait result: deployment.apps/default-db-registry-298031 condition met [2026-09-17T17:59:36.758Z] [INFO] Checking if default database 'default-db-registry-298031' exists for registry 'default-db-registry-298031' [2026-09-17T17:59:37.137Z] [INFO] [EXEC] oc get deployment default-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-17T17:59:37.177Z] [INFO] Default database 'default-db-registry-298031' exists and ready: true [2026-09-17T17:59:37.198Z] [INFO] [STEP 7] Delete the model registry with default database [2026-09-17T17:59:37.893Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-09-17T18:00:06.033Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-09-17T18:00:06.055Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-17T18:00:06.393Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-17T18:00:06.496Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-09-17T18:00:06.844Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-09-17T18:00:06.874Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-09-17T18:00:07.259Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-17T18:00:07.263Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-09-17T18:00:07.266Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-17T18:00:07.566Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-17T18:00:07.571Z] [INFO] [STEP 13] Delete the MySQL database [2026-09-17T18:00:07.599Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-09-17T18:00:07.861Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-09-17T18:00:07.870Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-09-17T18:00:10.660Z] [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-17T18:00:10.668Z] [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-17T18:00:10.932Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-09-17T18:00:10.939Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-09-17T18:00:10.945Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-09-17T18:00:10.948Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-09-17T18:00:11.298Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-17T18:00:11.302Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-09-17T18:00:11.334Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-17T18:00:11.664Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-17T18:00:11.671Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-09-17T18:00:11.709Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-09-17T18:00:11.986Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-09-17T18:00:12.059Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-09-17T18:00:13.828Z] [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-17T18:00:13.837Z] [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-17T18:00:14.130Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-09-17T18:00:14.136Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (92916ms) 3 passing (4m) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 3 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 3 minutes, 59 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (2 of 5) [2026-09-17T18:00:17.210Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-09-17T18:00:17.224Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-17T18:00:17.257Z] [INFO] Ensure operator has optimal memory for testing [2026-09-17T18:00:17.514Z] [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-17T18:00:17.522Z] [INFO] Current operator memory limit: 1Gi [2026-09-17T18:00:17.526Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-09-17T18:00:17.536Z] [INFO] Create and verify PostgreSQL database for model registry [2026-09-17T18:00:17.539Z] [INFO] Create PostgreSQL database 'model-registry-db-662874' for model registry [2026-09-17T18:00:17.542Z] [INFO] Creating PostgreSQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-09-17T18:00:17.791Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-17T18:00:17.797Z] [INFO] PostgreSQL database 'model-registry-db-662874' does not exist, proceeding with creation [2026-09-17T18:00:18.301Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1789668017800.yaml [2026-09-17T18:00:18.404Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1789668017800.yaml [2026-09-17T18:00:18.415Z] [INFO] Wait for PostgreSQL database 'model-registry-db-662874' to be ready [2026-09-17T18:00:18.420Z] [INFO] Waiting for PostgreSQL database 'model-registry-db-662874' to be ready... [2026-09-17T18:00:36.794Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-09-17T18:00:36.813Z] [INFO] PostgreSQL database wait result: deployment.apps/model-registry-db-662874 condition met [2026-09-17T18:00:36.824Z] [INFO] Create a PostgreSQL-backed model registry using YAML [2026-09-17T18:00:36.839Z] [INFO] Creating PostgreSQL-backed model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-09-17T18:00:37.190Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789668036859-wtzlp3xxx.yaml; return_code=$?; rm -f -- /tmp/cypress-yaml-1789668036859-wtzlp3xxx.yaml; exit $return_code [2026-09-17T18:00:37.197Z] [INFO] Command exit code: 0 [2026-09-17T18:00:37.202Z] [INFO] Verify model registry is created [2026-09-17T18:00:37.219Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-17T18:00:37.576Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-17T18:00:37.584Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 0s [2026-09-17T18:00:37.607Z] [INFO] Wait for model registry to be in Available state [2026-09-17T18:00:37.634Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-09-17T18:00:57.045Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-09-17T18:00:57.066Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-09-17T18:01:07.081Z] [INFO] Create a project for register and store test [2026-09-17T18:01:07.085Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-09-17T18:01:07.381Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-09-17T18:01:07.406Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-09-17T18:01:07.446Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-09-17T18:01:07.493Z] [INFO] Creating project test-register-store-662874 [2026-09-17T18:01:08.077Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-09-17T18:01:08.109Z] [INFO] 🔍 Polling for namespace test-register-store-662874 (max 30s) [2026-09-17T18:01:08.372Z] [INFO] [EXEC] oc get namespace test-register-store-662874 [2026-09-17T18:01:08.379Z] [INFO] ✅ namespace test-register-store-662874 (found after 0.3s) [2026-09-17T18:01:08.713Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-09-17T18:01:08.738Z] [INFO] 🔍 Polling for project test-register-store-662874 dashboard-ready (max 15s) [2026-09-17T18:01:09.006Z] [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-17T18:01:09.013Z] [INFO] ✅ project test-register-store-662874 dashboard-ready (found after 0.3s) [2026-09-17T18:01:09.046Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-09-17T18:01:09.313Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-09-17T18:01:09.319Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-09-17T18:01:09.325Z] [INFO] Project 'test-register-store-662874' exists. [2026-09-17T18:01:09.330Z] [INFO] Grant project access to the model registry [2026-09-17T18:01:09.615Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1789668069334-gto2k4zm4.yaml; return_code=$?; rm -f -- /tmp/cypress-yaml-1789668069334-gto2k4zm4.yaml; exit $return_code [2026-09-17T18:01:09.640Z] [INFO] Command exit code: 0 [2026-09-17T18:01:09.717Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-09-17T18:01:09.723Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-09-17T18:01:09.762Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-09-17T18:01:09.811Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492"] [2026-09-17T18:01:09.843Z] [INFO] Grep tags: ["@SmokeSet4"] - Registers models via model registry using object storage and URI [2026-09-17T18:01:09.916Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-09-17T18:01:09.919Z] [INFO] Test title: Registers a new version via versions view [2026-09-17T18:01:09.923Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-09-17T18:01:09.928Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492"] [2026-09-17T18:01:09.933Z] [INFO] Grep tags: ["@SmokeSet4"] - Registers a new version via versions view [2026-09-17T18:01:09.963Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-09-17T18:01:09.966Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-09-17T18:01:09.970Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-09-17T18:01:09.975Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492"] [2026-09-17T18:01:09.979Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-17T18:01:10.019Z] [INFO] [STEP 1] Log into the application [2026-09-17T18:01:10.043Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-17T18:01:10.274Z] [INFO] OAuth login flow detected - completing authentication [2026-09-17T18:01:12.387Z] [INFO] [STEP 2] Navigate to Model Registry [2026-09-17T18:01:12.433Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ai-hub/models/registry/test-model-registry-662874 [2026-09-17T18:01:14.381Z] [INFO] [STEP 3] Click Register Model button [2026-09-17T18:01:14.879Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-09-17T18:01:14.934Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-09-17T18:01:15.133Z] [INFO] [STEP 6] Verify namespace selector appears [2026-09-17T18:01:15.172Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-09-17T18:01:15.958Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-09-17T18:01:15.996Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-09-17T18:01:16.126Z] [INFO] [STEP 10] Fill in model details [2026-09-17T18:01:18.251Z] [INFO] [STEP 11] Fill in transfer job name [2026-09-17T18:01:18.511Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-09-17T18:01:19.881Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-09-17T18:01:20.691Z] [INFO] [STEP 14] Verify submit button is enabled [2026-09-17T18:01:20.720Z] [INFO] [STEP 15] Submit the register and store form [2026-09-17T18:01:20.911Z] [INFO] [STEP 16] Verify transfer job started notification appears [2026-09-17T18:01:21.347Z] [INFO] [STEP 17] Verify transfer job and pod started in the backend [2026-09-17T18:01:21.383Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-transfer-job-662874) [2026-09-17T18:01:21.818Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-transfer-job-662874 --for=condition=PodScheduled pod --timeout=120s [2026-09-17T18:01:21.935Z] [INFO] oc wait stdout: pod/oci-transfer-job-662874-65xst condition met [2026-09-17T18:01:21.943Z] [INFO] [STEP 18] Verify navigation away from the registration form ✓ Registers and stores a model to an OCI destination (12111ms) [2026-09-17T18:01:22.170Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-09-17T18:01:22.174Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-09-17T18:01:22.178Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-09-17T18:01:22.181Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492"] [2026-09-17T18:01:22.185Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-17T18:01:22.236Z] [INFO] [STEP 1] Log into the application [2026-09-17T18:01:22.257Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-17T18:01:22.476Z] [INFO] OAuth login flow detected - completing authentication [2026-09-17T18:01:24.113Z] [INFO] [STEP 2] Navigate to Model Registry [2026-09-17T18:01:24.133Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ai-hub/models/registry/test-model-registry-662874 [2026-09-17T18:01:25.411Z] [INFO] [STEP 3] Click Register Model button [2026-09-17T18:01:25.770Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-09-17T18:01:25.809Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-09-17T18:01:25.981Z] [INFO] [STEP 6] Verify namespace selector appears [2026-09-17T18:01:26.007Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-09-17T18:01:26.782Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-09-17T18:01:26.858Z] [INFO] [STEP 9] Fill in model details [2026-09-17T18:01:28.881Z] [INFO] [STEP 10] Fill in transfer job name [2026-09-17T18:01:29.132Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-09-17T18:01:29.675Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-09-17T18:01:30.456Z] [INFO] [STEP 13] Verify submit button is enabled [2026-09-17T18:01:30.484Z] [INFO] [STEP 14] Submit the register and store form [2026-09-17T18:01:30.663Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-09-17T18:01:31.034Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-09-17T18:01:31.078Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job-662874) [2026-09-17T18:01:31.491Z] [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-17T18:01:31.499Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-662874-p2ndk condition met [2026-09-17T18:01:31.536Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-09-17T18:01:31.769Z] [INFO] [STEP 18] Navigate away from model registry before cleanup [2026-09-17T18:01:31.991Z] [INFO] [STEP 19] Clean up registered models from database [2026-09-17T18:01:32.316Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-09-17T18:01:32.383Z] [INFO] Cleaning up registered models from PostgreSQL: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-09-17T18:01:32.972Z] [INFO] [EXEC] oc exec model-registry-db-662874-6449944bf8-5tkg5 -n rhoai-model-registries -- env PGPASSWORD=TheBlurstOfTimes psql -U modelregistryuser -d model-registry -c "DELETE FROM contextproperty WHERE context_id IN (SELECT id FROM context WHERE name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874')); DELETE FROM parentcontext WHERE context_id IN (SELECT id FROM context WHERE name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874')) OR parent_context_id IN (SELECT id FROM context WHERE name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874')); DELETE FROM association WHERE context_id IN (SELECT id FROM context WHERE name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874')); DELETE FROM attribution WHERE context_id IN (SELECT id FROM context WHERE 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-17T18:01:32.978Z] [INFO] PostgreSQL database cleanup failed: ERROR: relation "contextproperty" does not exist LINE 1: DELETE FROM contextproperty WHERE context_id IN (SELECT id F... ^ command terminated with exit code 1 [2026-09-17T18:01:32.982Z] [INFO] [STEP 20] Delete the model registry [2026-09-17T18:01:32.985Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-09-17T18:01:33.485Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-09-17T18:01:33.523Z] [INFO] [STEP 21] Verify model registry is removed from the backend [2026-09-17T18:01:33.557Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-17T18:01:34.218Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-17T18:01:34.271Z] [INFO] [STEP 22] Delete the PostgreSQL database [2026-09-17T18:01:34.314Z] [INFO] Deleting PostgreSQL database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-09-17T18:01:34.648Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-09-17T18:01:34.714Z] [INFO] PostgreSQL database 'model-registry-db-662874' exists, proceeding with deletion... [2026-09-17T18:01:36.249Z] [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-17T18:01:36.322Z] [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-17T18:01:36.633Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-09-17T18:01:36.700Z] [INFO] PostgreSQL database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-09-17T18:01:36.708Z] [INFO] [STEP 23] Delete the test project [2026-09-17T18:01:37.031Z] [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 (9506ms) 2 passing (1m) 2 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 2 │ │ Failing: 0 │ │ Pending: 2 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 1 minute, 20 seconds │ │ Spec Ran: modelRegistry/testRegisterModel.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/createRunDeletePipelineCustomPipMirror.cy.ts (3 of 5) [2026-09-17T18:01:42.124Z] [INFO] Setting tests timeout to: 480 seconds An admin user can import and run a pipeline - Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror [2026-09-17T18:01:42.141Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (88ms) 1 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_002.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 1 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: pipelines/createRunDeletePipelineCustomPipMirror.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/pipelines.cy.ts (4 of 5) [2026-09-17T18:01:45.662Z] [INFO] Setting tests timeout to: 480 seconds An admin user can import and run a pipeline - An admin User can Import and Run a Pipeline [2026-09-17T18:01:45.677Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (95ms) 1 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_003.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 1 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: pipelines/pipelines.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/testSchedulePipeline.cy.ts (5 of 5) [2026-09-17T18:01:49.345Z] [INFO] Setting tests timeout to: 480 seconds Verify that a pipeline can be scheduled to run - Admin imports a pipeline and schedules it to run [2026-09-17T18:01:49.364Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (96ms) 1 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_004.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 1 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: pipelines/testSchedulePipeline.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Start generate report process Read and merge jsons from "/workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons" Media folder "/workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots" not found, nothing to copy Enhance report Create HTML report HTML report successfully created! /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/index.html ================================================================================ (Run Finished) Spec Tests Passing Failing Pending Skipped ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ ✔ modelRegistry/testCreateModelRegist 03:59 3 3 - - - │ │ ry.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ modelRegistry/testRegisterModel.cy. 01:20 4 2 - 2 - │ │ ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/createRunDeletePipelineCu 93ms 1 - - 1 - │ │ stomPipMirror.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/pipelines.cy.ts 96ms 1 - - 1 - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/testSchedulePipeline.cy.t 101ms 1 - - 1 - │ │ s │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 05:19 10 5 - 5 -