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-15T07:57:18.670Z] [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-15T07:57:18.697Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (93ms) 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-15T07:57:21.515Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-09-15T07:57:21.525Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-15T07:57:21.553Z] [INFO] Ensure operator has optimal memory for testing [2026-09-15T07:57:22.099Z] [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-15T07:57:22.108Z] [INFO] Current operator memory limit: 512Mi [2026-09-15T07:57:22.113Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-09-15T07:57:22.403Z] [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-15T07:57:22.412Z] [INFO] Successfully patched operator memory to 1Gi [2026-09-15T07:57:34.610Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-09-15T07:57:34.626Z] [INFO] Operator rollout completed successfully [2026-09-15T07:57:34.637Z] [INFO] Create and verify SQL database for model registry [2026-09-15T07:57:34.654Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-09-15T07:57:34.668Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-09-15T07:57:34.931Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-15T07:57:34.937Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-09-15T07:57:35.418Z] [INFO] [EXEC] oc apply -f /tmp/db-1789459054940.yaml [2026-09-15T07:57:35.514Z] [INFO] [EXEC] rm -f /tmp/db-1789459054940.yaml [2026-09-15T07:57:35.533Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-09-15T07:57:35.546Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-09-15T07:58:04.708Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-15T07:58:04.715Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-09-15T07:58:04.735Z] [INFO] Create and verify PostgreSQL database for model registry [2026-09-15T07:58:04.750Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-09-15T07:58:04.768Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-09-15T07:58:05.039Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-15T07:58:05.045Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-09-15T07:58:05.592Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1789459085048.yaml [2026-09-15T07:58:05.687Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1789459085048.yaml [2026-09-15T07:58:05.698Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-09-15T07:58:05.714Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-09-15T07:58:30.771Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-15T07:58:30.778Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-09-15T07:58:30.820Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-09-15T07:58:30.832Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-09-15T07:58:30.848Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-15T07:58:30.864Z] [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-15T07:58:30.869Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-15T07:58:30.896Z] [INFO] [STEP 1] Login as an Admin [2026-09-15T07:58:30.910Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-15T07:58:31.348Z] [INFO] OAuth login flow detected - completing authentication [2026-09-15T07:58:33.465Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-15T07:58:33.567Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-15T07:58:34.885Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-09-15T07:58:36.025Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-15T07:59:04.645Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-15T07:59:04.649Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-15T07:59:04.992Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-15T07:59:04.998Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 28s [2026-09-15T07:59:05.029Z] [INFO] [STEP 6] Delete the model registry [2026-09-15T07:59:05.685Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-09-15T07:59:16.119Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-09-15T07:59:16.122Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-09-15T07:59:16.126Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-15T07:59:16.130Z] [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-15T07:59:16.134Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-15T07:59:16.159Z] [INFO] [STEP 1] Login as an Admin [2026-09-15T07:59:16.174Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-15T07:59:16.448Z] [INFO] OAuth login flow detected - completing authentication [2026-09-15T07:59:17.659Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-15T07:59:17.738Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-15T07:59:18.819Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-09-15T07:59:19.997Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-15T07:59:48.685Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-15T07:59:48.689Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-15T07:59:49.033Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-15T07:59:49.040Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 29s [2026-09-15T07:59:49.049Z] [INFO] [STEP 6] Delete the model registry [2026-09-15T07:59:49.676Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-09-15T07:59:49.988Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-09-15T07:59:49.992Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-15T07:59:50.292Z] [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 (34279ms) [2026-09-15T07:59:50.449Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-09-15T07:59:50.452Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-09-15T07:59:50.456Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-15T07:59:50.459Z] [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-15T07:59:50.463Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-15T07:59:50.484Z] [INFO] [STEP 1] Login as an Admin [2026-09-15T07:59:50.495Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-15T07:59:50.750Z] [INFO] OAuth login flow detected - completing authentication [2026-09-15T07:59:51.741Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-15T07:59:51.847Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-15T07:59:52.694Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-09-15T07:59:54.271Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-15T08:00:22.546Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-15T08:00:22.577Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-15T08:00:22.966Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-15T08:00:23.011Z] [INFO] Command output: rhoai-model-registries postgres-registry-298031 True 28s [2026-09-15T08:00:23.021Z] [INFO] [STEP 6] Delete the model registry [2026-09-15T08:00:23.646Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-09-15T08:00:24.007Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-09-15T08:00:24.013Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-15T08:00:24.373Z] [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 (33996ms) [2026-09-15T08:00:24.502Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-09-15T08:00:24.505Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-09-15T08:00:24.509Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-15T08:00:24.514Z] [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-15T08:00:24.521Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-15T08:00:24.565Z] [INFO] [STEP 1] Login as an Admin [2026-09-15T08:00:24.579Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-15T08:00:24.752Z] [INFO] OAuth login flow detected - completing authentication [2026-09-15T08:00:25.796Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-15T08:00:25.869Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-15T08:00:26.927Z] [INFO] [STEP 3] Create a model registry with default database [2026-09-15T08:00:27.534Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-15T08:01:26.597Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-15T08:01:26.601Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-15T08:01:26.895Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-15T08:01:26.901Z] [INFO] Command output: rhoai-model-registries default-db-registry-298031 True 59s [2026-09-15T08:01:26.906Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-09-15T08:01:26.909Z] [INFO] Waiting for default database 'default-db-registry-298031' to be ready... [2026-09-15T08:01:27.314Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-15T08:01:27.320Z] [INFO] Default database wait result: deployment.apps/default-db-registry-298031 condition met [2026-09-15T08:01:27.326Z] [INFO] Checking if default database 'default-db-registry-298031' exists for registry 'default-db-registry-298031' [2026-09-15T08:01:27.571Z] [INFO] [EXEC] oc get deployment default-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-15T08:01:27.578Z] [INFO] Default database 'default-db-registry-298031' exists and ready: true [2026-09-15T08:01:27.583Z] [INFO] [STEP 7] Delete the model registry with default database [2026-09-15T08:01:28.085Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-09-15T08:01:38.427Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-09-15T08:01:38.430Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-09-15T08:01:38.442Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-15T08:01:38.449Z] [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-15T08:01:38.452Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-15T08:01:38.481Z] [INFO] [STEP 1] Login as an Admin [2026-09-15T08:01:38.506Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-15T08:01:38.755Z] [INFO] OAuth login flow detected - completing authentication [2026-09-15T08:01:39.999Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-15T08:01:40.084Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-15T08:01:41.207Z] [INFO] [STEP 3] Create a model registry with default database [2026-09-15T08:01:41.771Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-15T08:02:40.988Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-15T08:02:40.993Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-15T08:02:41.360Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-15T08:02:41.367Z] [INFO] Command output: rhoai-model-registries default-db-registry-298031 True 60s [2026-09-15T08:02:41.374Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-09-15T08:02:41.378Z] [INFO] Waiting for default database 'default-db-registry-298031' to be ready... [2026-09-15T08:02:41.718Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-15T08:02:41.724Z] [INFO] Default database wait result: deployment.apps/default-db-registry-298031 condition met [2026-09-15T08:02:41.730Z] [INFO] Checking if default database 'default-db-registry-298031' exists for registry 'default-db-registry-298031' [2026-09-15T08:02:41.968Z] [INFO] [EXEC] oc get deployment default-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-15T08:02:41.974Z] [INFO] Default database 'default-db-registry-298031' exists and ready: true [2026-09-15T08:02:41.980Z] [INFO] [STEP 7] Delete the model registry with default database [2026-09-15T08:02:42.609Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-09-15T08:02:42.774Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-09-15T08:02:42.781Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-15T08:02:43.096Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-15T08:02:43.208Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-09-15T08:02:43.470Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-09-15T08:02:43.499Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-09-15T08:02:43.822Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-15T08:02:43.826Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-09-15T08:02:43.829Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-15T08:02:44.113Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-15T08:02:44.121Z] [INFO] [STEP 13] Delete the MySQL database [2026-09-15T08:02:44.125Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-09-15T08:02:44.354Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-09-15T08:02:44.361Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-09-15T08:02:46.685Z] [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-15T08:02:46.693Z] [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-15T08:02:46.935Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-09-15T08:02:46.941Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-09-15T08:02:46.946Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-09-15T08:02:46.949Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-09-15T08:02:47.245Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-15T08:02:47.250Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-09-15T08:02:47.253Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-15T08:02:47.539Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-15T08:02:47.547Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-09-15T08:02:47.550Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-09-15T08:02:47.801Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-09-15T08:02:47.808Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-09-15T08:02:49.395Z] [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-15T08:02:49.403Z] [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-15T08:02:49.666Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-09-15T08:02:49.672Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (64773ms) 3 passing (5m) [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: 2 │ │ Video: false │ │ Duration: 5 minutes, 28 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1280x720) istry/testCreateModelRegistry.cy.ts/Verify a model registry can be created and d eleted -- Creates a model registry with mysql database and then deletes it (fail ed).png - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1280x720) istry/testCreateModelRegistry.cy.ts/Verify a model registry can be created and d eleted -- Creates a model registry with default database and then deletes it (fa iled).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-09-15T08:02:52.476Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-09-15T08:02:52.485Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-15T08:02:52.514Z] [INFO] Ensure operator has optimal memory for testing [2026-09-15T08:02:52.778Z] [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-15T08:02:52.785Z] [INFO] Current operator memory limit: 1Gi [2026-09-15T08:02:52.788Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-09-15T08:02:52.797Z] [INFO] Create and verify SQL database for model registry [2026-09-15T08:02:52.800Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-09-15T08:02:52.802Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-09-15T08:02:53.127Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-15T08:02:53.134Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-09-15T08:02:53.652Z] [INFO] [EXEC] oc apply -f /tmp/db-1789459373137.yaml [2026-09-15T08:02:53.752Z] [INFO] [EXEC] rm -f /tmp/db-1789459373137.yaml [2026-09-15T08:02:53.762Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-09-15T08:02:53.767Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-09-15T08:03:26.502Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-09-15T08:03:26.517Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-09-15T08:03:26.528Z] [INFO] Create a model registry using YAML [2026-09-15T08:03:26.543Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-09-15T08:03:27.108Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789459406563-da7j7x26r.yaml; return_code=$?; rm -f -- /tmp/cypress-yaml-1789459406563-da7j7x26r.yaml; exit $return_code [2026-09-15T08:03:27.114Z] [INFO] Command exit code: 0 [2026-09-15T08:03:27.120Z] [INFO] Verify model registry is created [2026-09-15T08:03:27.135Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-15T08:03:27.428Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-15T08:03:27.434Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 1s [2026-09-15T08:03:27.439Z] [INFO] Wait for model registry to be in Available state [2026-09-15T08:03:27.454Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-09-15T08:03:48.345Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-09-15T08:03:48.351Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-09-15T08:03:58.363Z] [INFO] Create a project for register and store test [2026-09-15T08:03:58.369Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-09-15T08:03:58.641Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-09-15T08:03:58.651Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-09-15T08:03:58.692Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-09-15T08:03:58.732Z] [INFO] Creating project test-register-store-662874 [2026-09-15T08:03:59.202Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-09-15T08:03:59.246Z] [INFO] 🔍 Polling for namespace test-register-store-662874 (max 30s) [2026-09-15T08:03:59.480Z] [INFO] [EXEC] oc get namespace test-register-store-662874 [2026-09-15T08:03:59.486Z] [INFO] ✅ namespace test-register-store-662874 (found after 0.3s) [2026-09-15T08:03:59.792Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-09-15T08:03:59.800Z] [INFO] 🔍 Polling for project test-register-store-662874 dashboard-ready (max 15s) [2026-09-15T08:04:00.136Z] [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-15T08:04:00.173Z] [INFO] ✅ project test-register-store-662874 dashboard-ready (found after 0.4s) [2026-09-15T08:04:00.223Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-09-15T08:04:00.505Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-09-15T08:04:00.541Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-09-15T08:04:00.599Z] [INFO] Project 'test-register-store-662874' exists. [2026-09-15T08:04:00.622Z] [INFO] Grant project access to the model registry [2026-09-15T08:04:01.003Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1789459440659-qoqgfjwin.yaml; return_code=$?; rm -f -- /tmp/cypress-yaml-1789459440659-qoqgfjwin.yaml; exit $return_code [2026-09-15T08:04:01.041Z] [INFO] Command exit code: 0 [2026-09-15T08:04:01.117Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-09-15T08:04:01.137Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-09-15T08:04:01.175Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-09-15T08:04:01.211Z] [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-15T08:04:01.219Z] [INFO] Grep tags: ["@SmokeSet4"] - Registers models via model registry using object storage and URI [2026-09-15T08:04:01.289Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-09-15T08:04:01.291Z] [INFO] Test title: Registers a new version via versions view [2026-09-15T08:04:01.296Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-09-15T08:04:01.300Z] [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-15T08:04:01.304Z] [INFO] Grep tags: ["@SmokeSet4"] - Registers a new version via versions view [2026-09-15T08:04:01.333Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-09-15T08:04:01.335Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-09-15T08:04:01.340Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-09-15T08:04:01.344Z] [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-15T08:04:01.348Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-15T08:04:01.382Z] [INFO] [STEP 1] Log into the application [2026-09-15T08:04:01.394Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-15T08:04:01.762Z] [INFO] OAuth login flow detected - completing authentication [2026-09-15T08:04:03.554Z] [INFO] [STEP 2] Navigate to Model Registry [2026-09-15T08:04:03.611Z] [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-15T08:04:05.113Z] [INFO] [STEP 3] Click Register Model button [2026-09-15T08:04:05.561Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-09-15T08:04:05.610Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-09-15T08:04:05.789Z] [INFO] [STEP 6] Verify namespace selector appears [2026-09-15T08:04:05.825Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-09-15T08:04:06.536Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-09-15T08:04:06.576Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-09-15T08:04:06.645Z] [INFO] [STEP 10] Fill in model details [2026-09-15T08:04:08.513Z] [INFO] [STEP 11] Fill in transfer job name [2026-09-15T08:04:08.761Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-09-15T08:04:10.152Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-09-15T08:04:10.959Z] [INFO] [STEP 14] Verify submit button is enabled [2026-09-15T08:04:10.987Z] [INFO] [STEP 15] Submit the register and store form [2026-09-15T08:04:11.161Z] [INFO] [STEP 16] Verify transfer job started notification appears [2026-09-15T08:04:11.523Z] [INFO] [STEP 17] Verify transfer job and pod started in the backend [2026-09-15T08:04:11.558Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-transfer-job-662874) [2026-09-15T08:04:12.010Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-transfer-job-662874 --for=condition=PodScheduled pod --timeout=120s [2026-09-15T08:04:12.017Z] [INFO] oc wait stdout: pod/oci-transfer-job-662874-5q7xl condition met [2026-09-15T08:04:12.024Z] [INFO] [STEP 18] Verify navigation away from the registration form ✓ Registers and stores a model to an OCI destination (10818ms) [2026-09-15T08:04:12.293Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-09-15T08:04:12.295Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-09-15T08:04:12.298Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-09-15T08:04:12.302Z] [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-15T08:04:12.305Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-15T08:04:12.335Z] [INFO] [STEP 1] Log into the application [2026-09-15T08:04:12.346Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-15T08:04:12.504Z] [INFO] OAuth login flow detected - completing authentication [2026-09-15T08:04:13.428Z] [INFO] [STEP 2] Navigate to Model Registry [2026-09-15T08:04:13.477Z] [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-15T08:04:14.607Z] [INFO] [STEP 3] Click Register Model button [2026-09-15T08:04:14.836Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-09-15T08:04:14.850Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-09-15T08:04:14.962Z] [INFO] [STEP 6] Verify namespace selector appears [2026-09-15T08:04:14.976Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-09-15T08:04:15.535Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-09-15T08:04:15.582Z] [INFO] [STEP 9] Fill in model details [2026-09-15T08:04:17.326Z] [INFO] [STEP 10] Fill in transfer job name [2026-09-15T08:04:17.574Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-09-15T08:04:18.108Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-09-15T08:04:18.867Z] [INFO] [STEP 13] Verify submit button is enabled [2026-09-15T08:04:18.898Z] [INFO] [STEP 14] Submit the register and store form [2026-09-15T08:04:19.063Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-09-15T08:04:19.407Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-09-15T08:04:19.451Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job-662874) [2026-09-15T08:04:19.849Z] [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-15T08:04:19.880Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-662874-d4nf8 condition met [2026-09-15T08:04:19.909Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-09-15T08:04:20.130Z] [INFO] [STEP 18] Navigate away from model registry before cleanup [2026-09-15T08:04:20.325Z] [INFO] [STEP 19] Clean up registered models from database [2026-09-15T08:04:20.616Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-09-15T08:04:20.652Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-09-15T08:04:21.232Z] [INFO] [EXEC] oc exec model-registry-db-662874-7956bc68d9-p9hfh -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-15T08:04:21.264Z] [INFO] Database cleanup completed successfully [2026-09-15T08:04:21.291Z] [INFO] [STEP 20] Delete the model registry [2026-09-15T08:04:21.319Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-09-15T08:04:21.793Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-09-15T08:04:21.796Z] [INFO] [STEP 21] Verify model registry is removed from the backend [2026-09-15T08:04:21.799Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-15T08:04:22.097Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-15T08:04:22.103Z] [INFO] [STEP 22] Delete the SQL database [2026-09-15T08:04:22.134Z] [INFO] Deleting model registry database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-09-15T08:04:22.416Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-09-15T08:04:22.450Z] [INFO] Database 'model-registry-db-662874' exists, proceeding with deletion... [2026-09-15T08:04:25.007Z] [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-15T08:04:25.015Z] [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-15T08:04:25.292Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-09-15T08:04:25.298Z] [INFO] Model registry database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-09-15T08:04:25.303Z] [INFO] [STEP 23] Delete the test project [2026-09-15T08:04:25.601Z] [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 (7777ms) 2 passing (2m) 2 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_002.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 2 │ │ Failing: 0 │ │ Pending: 2 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 1 minute, 33 seconds │ │ Spec Ran: modelRegistry/testRegisterModel.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/createRunDeletePipelineCustomPipMirror.cy.ts (4 of 6) [2026-09-15T08:04:29.814Z] [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-15T08:04:29.828Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (87ms) 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/createRunDeletePipelineCustomPipMirror.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/pipelines.cy.ts (5 of 6) [2026-09-15T08:04:33.457Z] [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-15T08:04:33.469Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (76ms) 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/pipelines.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/testSchedulePipeline.cy.ts (6 of 6) [2026-09-15T08:04:36.932Z] [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-15T08:04:36.950Z] [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_005.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" 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 ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ ✔ automl/testAutomlBinaryClassificati 99ms 4 - - 4 - │ │ on.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ modelRegistry/testCreateModelRegist 05:28 3 3 - - - │ │ ry.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ modelRegistry/testRegisterModel.cy. 01:33 4 2 - 2 - │ │ ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/createRunDeletePipelineCu 92ms 1 - - 1 - │ │ stomPipMirror.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/pipelines.cy.ts 84ms 1 - - 1 - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/testSchedulePipeline.cy.t 98ms 1 - - 1 - │ │ s │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 07:01 14 5 - 9 -