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-15T16:57:46.650Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-09-15T16:57:46.661Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-15T16:57:46.714Z] [INFO] Ensure operator has optimal memory for testing [2026-09-15T16:57:47.397Z] [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-15T16:57:47.407Z] [INFO] Current operator memory limit: 512Mi [2026-09-15T16:57:47.411Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-09-15T16:57:47.747Z] [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-15T16:57:47.755Z] [INFO] Successfully patched operator memory to 1Gi [2026-09-15T16:57:59.909Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-09-15T16:57:59.922Z] [INFO] Operator rollout completed successfully [2026-09-15T16:57:59.933Z] [INFO] Create and verify SQL database for model registry [2026-09-15T16:57:59.950Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-09-15T16:57:59.962Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-09-15T16:58:00.212Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-15T16:58:00.220Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-09-15T16:58:00.812Z] [INFO] [EXEC] oc apply -f /tmp/db-1789491480223.yaml [2026-09-15T16:58:00.905Z] [INFO] [EXEC] rm -f /tmp/db-1789491480223.yaml [2026-09-15T16:58:00.923Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-09-15T16:58:00.928Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-09-15T16:58:34.045Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-15T16:58:34.075Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-09-15T16:58:34.086Z] [INFO] Create and verify PostgreSQL database for model registry [2026-09-15T16:58:34.103Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-09-15T16:58:34.119Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-09-15T16:58:34.394Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-15T16:58:34.402Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-09-15T16:58:34.959Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1789491514405.yaml [2026-09-15T16:58:35.070Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1789491514405.yaml [2026-09-15T16:58:35.094Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-09-15T16:58:35.108Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-09-15T16:58:54.270Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-15T16:58:54.289Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-09-15T16:58:54.336Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-09-15T16:58:54.352Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-09-15T16:58:54.368Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-15T16:58:54.373Z] [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-15T16:58:54.377Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-15T16:58:54.410Z] [INFO] [STEP 1] Login as an Admin [2026-09-15T16:58:54.423Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-15T16:58:54.923Z] [INFO] OAuth login flow detected - completing authentication [2026-09-15T16:58:57.367Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-15T16:58:57.435Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-15T16:58:59.275Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-09-15T16:59:00.684Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-15T16:59:11.379Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-09-15T16:59:11.382Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-09-15T16:59:11.387Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-15T16:59:11.391Z] [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-15T16:59:11.395Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-15T16:59:11.423Z] [INFO] [STEP 1] Login as an Admin [2026-09-15T16:59:11.434Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-15T16:59:11.652Z] [INFO] OAuth login flow detected - completing authentication [2026-09-15T16:59:13.052Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-15T16:59:13.057Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-15T16:59:14.190Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-09-15T16:59:15.587Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-15T16:59:44.076Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-15T16:59:44.109Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-15T16:59:44.575Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-15T16:59:44.582Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 29s [2026-09-15T16:59:44.588Z] [INFO] [STEP 6] Delete the model registry [2026-09-15T16:59:45.203Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-09-15T16:59:45.428Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-09-15T16:59:45.432Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-15T16:59:45.726Z] [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 (34444ms) [2026-09-15T16:59:45.898Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-09-15T16:59:45.900Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-09-15T16:59:45.905Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-15T16:59:45.909Z] [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-15T16:59:45.913Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-15T16:59:45.937Z] [INFO] [STEP 1] Login as an Admin [2026-09-15T16:59:45.946Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-15T16:59:46.133Z] [INFO] OAuth login flow detected - completing authentication [2026-09-15T16:59:47.625Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-15T16:59:47.634Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-15T16:59:48.454Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-09-15T16:59:50.172Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-15T17:00:18.361Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-15T17:00:18.368Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-15T17:00:18.656Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-15T17:00:18.662Z] [INFO] Command output: rhoai-model-registries postgres-registry-298031 True 28s [2026-09-15T17:00:18.667Z] [INFO] [STEP 6] Delete the model registry [2026-09-15T17:00:19.188Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-09-15T17:00:48.313Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-09-15T17:00:48.317Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-15T17:00:48.629Z] [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 (62799ms) [2026-09-15T17:00:48.766Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-09-15T17:00:48.768Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-09-15T17:00:48.772Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-15T17:00:48.776Z] [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-15T17:00:48.779Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-15T17:00:48.808Z] [INFO] [STEP 1] Login as an Admin [2026-09-15T17:00:48.820Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-15T17:00:48.983Z] [INFO] OAuth login flow detected - completing authentication [2026-09-15T17:00:50.455Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-15T17:00:50.463Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-15T17:00:51.394Z] [INFO] [STEP 3] Create a model registry with default database [2026-09-15T17:00:51.887Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-15T17:05:52.438Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-09-15T17:05:52.442Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-09-15T17:05:52.447Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-15T17:05:52.451Z] [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-15T17:05:52.455Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-15T17:05:52.488Z] [INFO] [STEP 1] Login as an Admin [2026-09-15T17:05:52.502Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-15T17:05:52.762Z] [INFO] OAuth login flow detected - completing authentication [2026-09-15T17:05:54.562Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-15T17:05:54.571Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-15T17:05:56.014Z] [INFO] [STEP 3] Create a model registry with default database [2026-09-15T17:05:56.648Z] [INFO] [STEP 4] Verify it is available in the UI 1) Creates a model registry with default database and then deletes it [2026-09-15T17:10:57.054Z] [INFO] Navigate away from model registry before cleanup [2026-09-15T17:10:57.344Z] [INFO] Delete the model registry (MySQL external db) [2026-09-15T17:10:57.370Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-09-15T17:10:57.705Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-15T17:10:57.709Z] [INFO] Verify model registry (MySQL external db) is removed from the backend [2026-09-15T17:10:57.711Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-15T17:10:58.056Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-15T17:10:58.063Z] [INFO] Delete the MySQL database [2026-09-15T17:10:58.066Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-09-15T17:10:58.304Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-09-15T17:10:58.313Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-09-15T17:11:00.649Z] [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-15T17:11:00.658Z] [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-15T17:11:00.900Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-09-15T17:11:00.906Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-09-15T17:11:00.912Z] [INFO] Delete the model registry (PostgreSQL external db) [2026-09-15T17:11:00.916Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-09-15T17:11:01.291Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-15T17:11:01.295Z] [INFO] Verify model registry (PostgreSQL external db) is removed from the backend [2026-09-15T17:11:01.298Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-15T17:11:01.619Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-15T17:11:01.626Z] [INFO] Delete the PostgreSQL database [2026-09-15T17:11:01.629Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-09-15T17:11:01.920Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-09-15T17:11:01.930Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-09-15T17:11:03.342Z] [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-15T17:11:03.351Z] [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-15T17:11:03.615Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-09-15T17:11:03.621Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts 2 passing (13m) 1 failing 1) Verify a model registry can be created and deleted Creates a model registry with default database and then deletes it: Test steps were: 1. Login as an Admin 2. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 3. Navigate to Model Registry Settings 4. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry 5. Create a model registry with default database 6. Verify it is available in the UI Timed out retrying after 300000ms: Expected to find content: 'Available' within the element: