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-15T23:17:15.208Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-09-15T23:17:15.219Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-15T23:17:15.246Z] [INFO] Ensure operator has optimal memory for testing [2026-09-15T23:17:15.788Z] [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-15T23:17:15.798Z] [INFO] Current operator memory limit: 512Mi [2026-09-15T23:17:15.802Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-09-15T23:17:16.097Z] [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-15T23:17:16.105Z] [INFO] Successfully patched operator memory to 1Gi [2026-09-15T23:17:30.128Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-09-15T23:17:30.143Z] [INFO] Operator rollout completed successfully [2026-09-15T23:17:30.159Z] [INFO] Create and verify SQL database for model registry [2026-09-15T23:17:30.174Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-09-15T23:17:30.178Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-09-15T23:17:30.472Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-15T23:17:30.487Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-09-15T23:17:31.069Z] [INFO] [EXEC] oc apply -f /tmp/db-1789514250491.yaml [2026-09-15T23:17:31.154Z] [INFO] [EXEC] rm -f /tmp/db-1789514250491.yaml [2026-09-15T23:17:31.173Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-09-15T23:17:31.178Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-09-15T23:17:50.248Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-15T23:17:50.255Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-09-15T23:17:50.264Z] [INFO] Create and verify PostgreSQL database for model registry [2026-09-15T23:17:50.279Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-09-15T23:17:50.295Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-09-15T23:17:50.588Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-15T23:17:50.596Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-09-15T23:17:51.161Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1789514270599.yaml [2026-09-15T23:17:51.258Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1789514270599.yaml [2026-09-15T23:17:51.277Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-09-15T23:17:51.292Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-09-15T23:18:11.283Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-15T23:18:11.290Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-09-15T23:18:11.352Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-09-15T23:18:11.361Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-09-15T23:18:11.389Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-15T23:18:11.405Z] [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-15T23:18:11.422Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-15T23:18:11.467Z] [INFO] [STEP 1] Login as an Admin [2026-09-15T23:18:11.480Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-15T23:18:11.923Z] [INFO] OAuth login flow detected - completing authentication [2026-09-15T23:18:14.349Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-15T23:18:14.435Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-15T23:18:16.071Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-09-15T23:18:17.451Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-15T23:18:28.125Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-09-15T23:18:28.130Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-09-15T23:18:28.134Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-15T23:18:28.139Z] [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-15T23:18:28.142Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-15T23:18:28.170Z] [INFO] [STEP 1] Login as an Admin [2026-09-15T23:18:28.183Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-15T23:18:28.408Z] [INFO] OAuth login flow detected - completing authentication [2026-09-15T23:18:30.284Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-15T23:18:30.291Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-15T23:18:31.382Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-09-15T23:18:32.723Z] [INFO] [STEP 4] Verify it is available in the UI 1) Creates a model registry with mysql database and then deletes it [2026-09-15T23:18:43.121Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-09-15T23:18:43.124Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-09-15T23:18:43.134Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-15T23:18:43.138Z] [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-15T23:18:43.143Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-15T23:18:43.167Z] [INFO] [STEP 1] Login as an Admin [2026-09-15T23:18:43.181Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-15T23:18:43.364Z] [INFO] OAuth login flow detected - completing authentication [2026-09-15T23:18:44.740Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-15T23:18:44.746Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-15T23:18:45.553Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-09-15T23:18:47.450Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-15T23:18:57.843Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-09-15T23:18:57.845Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-09-15T23:18:57.849Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-15T23:18:57.853Z] [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-15T23:18:57.857Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-15T23:18:57.884Z] [INFO] [STEP 1] Login as an Admin [2026-09-15T23:18:57.896Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-15T23:18:58.105Z] [INFO] OAuth login flow detected - completing authentication [2026-09-15T23:18:59.822Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-15T23:18:59.866Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-15T23:19:00.949Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-09-15T23:19:03.032Z] [INFO] [STEP 4] Verify it is available in the UI 2) Creates a model registry with PostgreSQL database and then deletes it [2026-09-15T23:19:13.486Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-09-15T23:19:13.489Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-09-15T23:19:13.493Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-15T23:19:13.497Z] [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-15T23:19:13.501Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-15T23:19:13.530Z] [INFO] [STEP 1] Login as an Admin [2026-09-15T23:19:13.546Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-15T23:19:13.723Z] [INFO] OAuth login flow detected - completing authentication [2026-09-15T23:19:15.128Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-15T23:19:15.134Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-15T23:19:16.079Z] [INFO] [STEP 3] Create a model registry with default database [2026-09-15T23:19:16.715Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-15T23:19:27.197Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-09-15T23:19:27.199Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-09-15T23:19:27.203Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-15T23:19:27.206Z] [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-15T23:19:27.210Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-15T23:19:27.238Z] [INFO] [STEP 1] Login as an Admin [2026-09-15T23:19:27.251Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-15T23:19:27.508Z] [INFO] OAuth login flow detected - completing authentication [2026-09-15T23:19:29.206Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-15T23:19:29.212Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-15T23:19:30.230Z] [INFO] [STEP 3] Create a model registry with default database [2026-09-15T23:19:30.838Z] [INFO] [STEP 4] Verify it is available in the UI 3) Creates a model registry with default database and then deletes it [2026-09-15T23:24:31.557Z] [INFO] Navigate away from model registry before cleanup [2026-09-15T23:24:31.861Z] [INFO] Delete the model registry (MySQL external db) [2026-09-15T23:24:31.896Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-09-15T23:24:32.281Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-15T23:24:32.285Z] [INFO] Verify model registry (MySQL external db) is removed from the backend [2026-09-15T23:24:32.288Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-15T23:24:32.633Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-15T23:24:32.638Z] [INFO] Delete the MySQL database [2026-09-15T23:24:32.642Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-09-15T23:24:32.957Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-09-15T23:24:32.964Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-09-15T23:24:35.182Z] [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-15T23:24:35.190Z] [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-15T23:24:35.552Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-09-15T23:24:35.561Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-09-15T23:24:35.567Z] [INFO] Delete the model registry (PostgreSQL external db) [2026-09-15T23:24:35.572Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-09-15T23:24:35.896Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-15T23:24:35.900Z] [INFO] Verify model registry (PostgreSQL external db) is removed from the backend [2026-09-15T23:24:35.903Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-15T23:24:36.229Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-15T23:24:36.234Z] [INFO] Delete the PostgreSQL database [2026-09-15T23:24:36.238Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-09-15T23:24:36.515Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-09-15T23:24:36.523Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-09-15T23:24:38.100Z] [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-15T23:24:38.107Z] [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-15T23:24:38.401Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-09-15T23:24:38.406Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts 0 passing (7m) 3 failing 1) Verify a model registry can be created and deleted Creates a model registry with mysql 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 mysql database 6. Verify it is available in the UI Timed out retrying after 10000ms: Unable to find an element by: [data-testid="model-registries-table"] Ignored nodes: comments, script, style Red Hat OpenShift AI