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-07-20T06:40:09.854Z] [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-07-20T06:40:09.884Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (110ms) 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-07-20T06:40:12.594Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-07-20T06:40:12.604Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-20T06:40:12.628Z] [INFO] Ensure operator has optimal memory for testing [2026-07-20T06:40:13.177Z] [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-07-20T06:40:13.203Z] [INFO] Current operator memory limit: 512Mi [2026-07-20T06:40:13.208Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-07-20T06:40:13.441Z] [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-07-20T06:40:13.450Z] [INFO] Successfully patched operator memory to 1Gi [2026-07-20T06:40:25.816Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-07-20T06:40:25.833Z] [INFO] Operator rollout completed successfully [2026-07-20T06:40:25.843Z] [INFO] Create and verify SQL database for model registry [2026-07-20T06:40:25.859Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-07-20T06:40:25.871Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-20T06:40:26.087Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-20T06:40:26.094Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-07-20T06:40:26.368Z] [INFO] [EXEC] oc apply -f /tmp/db-1784529626097.yaml [2026-07-20T06:40:26.464Z] [INFO] [EXEC] rm -f /tmp/db-1784529626097.yaml [2026-07-20T06:40:26.483Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-07-20T06:40:26.497Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-07-20T06:40:59.972Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-20T06:40:59.978Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-07-20T06:40:59.988Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-20T06:41:00.004Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-07-20T06:41:00.019Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-20T06:41:00.230Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-20T06:41:00.236Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-07-20T06:41:00.528Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1784529660239.yaml [2026-07-20T06:41:00.623Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1784529660239.yaml [2026-07-20T06:41:00.633Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-07-20T06:41:00.650Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-07-20T06:41:30.445Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-20T06:41:30.466Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-07-20T06:41:30.528Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-20T06:41:30.531Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-20T06:41:30.540Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-20T06:41:30.546Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:41:30.558Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-20T06:41:30.603Z] [INFO] [STEP 1] Login as an Admin [2026-07-20T06:41:30.631Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ [2026-07-20T06:41:35.564Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-20T06:41:35.639Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-20T06:41:47.656Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-07-20T06:41:49.601Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-20T06:42:17.342Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-20T06:42:17.375Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-20T06:42:17.650Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-20T06:42:17.713Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 28s [2026-07-20T06:42:17.746Z] [INFO] [STEP 6] Delete the model registry [2026-07-20T06:42:18.431Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-20T06:42:18.725Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-20T06:42:18.764Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-20T06:42:19.150Z] [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 (126691ms) [2026-07-20T06:42:19.449Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-20T06:42:19.451Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-20T06:42:19.456Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-20T06:42:19.460Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:42:19.463Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-20T06:42:19.490Z] [INFO] [STEP 1] Login as an Admin [2026-07-20T06:42:19.512Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ [2026-07-20T06:42:19.629Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-20T06:42:19.922Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-20T06:42:22.312Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-07-20T06:42:25.253Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-20T06:42:51.345Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-20T06:42:51.368Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-20T06:42:51.648Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-20T06:42:51.694Z] [INFO] Command output: rhoai-model-registries postgres-registry-298031 True 26s [2026-07-20T06:42:51.718Z] [INFO] [STEP 6] Delete the model registry [2026-07-20T06:42:52.379Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-20T06:42:52.618Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-20T06:42:52.655Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-20T06:42:53.036Z] [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 (33660ms) [2026-07-20T06:42:53.160Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-20T06:42:53.162Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-20T06:42:53.167Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-20T06:42:53.171Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:42:53.175Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-20T06:42:53.201Z] [INFO] [STEP 1] Login as an Admin [2026-07-20T06:42:53.218Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ [2026-07-20T06:42:53.336Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-20T06:42:53.460Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-20T06:42:56.208Z] [INFO] [STEP 3] Create a model registry with default database [2026-07-20T06:42:57.078Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-20T06:43:55.276Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-20T06:43:55.303Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-20T06:43:55.569Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-20T06:43:55.575Z] [INFO] Command output: rhoai-model-registries default-db-registry-298031 True 58s [2026-07-20T06:43:55.582Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-07-20T06:43:55.613Z] [INFO] Waiting for default database 'default-db-registry-298031' to be ready... [2026-07-20T06:43:55.951Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-20T06:43:55.957Z] [INFO] Default database wait result: deployment.apps/default-db-registry-298031 condition met [2026-07-20T06:43:55.964Z] [INFO] Checking if default database 'default-db-registry-298031' exists for registry 'default-db-registry-298031' [2026-07-20T06:43:56.312Z] [INFO] [EXEC] oc get deployment default-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-20T06:43:56.359Z] [INFO] Default database 'default-db-registry-298031' exists and ready: true [2026-07-20T06:43:56.385Z] [INFO] [STEP 7] Delete the model registry with default database [2026-07-20T06:43:56.980Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-07-20T06:43:57.263Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-07-20T06:43:57.289Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-20T06:43:57.569Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-20T06:43:57.683Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-07-20T06:43:58.001Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-07-20T06:43:58.104Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-07-20T06:43:58.719Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-07-20T06:43:58.758Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-07-20T06:43:58.798Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-20T06:43:59.296Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-20T06:43:59.354Z] [INFO] [STEP 13] Delete the MySQL database [2026-07-20T06:43:59.445Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-07-20T06:43:59.852Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-07-20T06:43:59.971Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-07-20T06:44:02.196Z] [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-07-20T06:44:02.266Z] [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-07-20T06:44:02.517Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-07-20T06:44:02.522Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-07-20T06:44:02.528Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-07-20T06:44:02.531Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-07-20T06:44:02.783Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-07-20T06:44:02.788Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-07-20T06:44:02.791Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-20T06:44:03.133Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-20T06:44:03.140Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-07-20T06:44:03.144Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-07-20T06:44:03.410Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-07-20T06:44:03.454Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-07-20T06:44:04.315Z] [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-07-20T06:44:04.324Z] [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-07-20T06:44:04.559Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-07-20T06:44:04.634Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (64469ms) 3 passing (4m) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 3 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 3 minutes, 52 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-07-20T06:44:07.795Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-07-20T06:44:07.804Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-20T06:44:07.838Z] [INFO] Ensure operator has optimal memory for testing [2026-07-20T06:44:08.067Z] [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-07-20T06:44:08.075Z] [INFO] Current operator memory limit: 1Gi [2026-07-20T06:44:08.079Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-07-20T06:44:08.088Z] [INFO] Create and verify SQL database for model registry [2026-07-20T06:44:08.091Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-07-20T06:44:08.095Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-07-20T06:44:08.336Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-20T06:44:08.341Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-07-20T06:44:08.610Z] [INFO] [EXEC] oc apply -f /tmp/db-1784529848344.yaml [2026-07-20T06:44:08.709Z] [INFO] [EXEC] rm -f /tmp/db-1784529848344.yaml [2026-07-20T06:44:08.718Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-07-20T06:44:08.723Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-07-20T06:44:39.334Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-07-20T06:44:39.351Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-07-20T06:44:39.365Z] [INFO] Create a model registry using YAML [2026-07-20T06:44:39.382Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-07-20T06:44:39.783Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784529879408-reenhqiql.yaml && rm -f /tmp/cypress-yaml-1784529879408-reenhqiql.yaml [2026-07-20T06:44:39.790Z] [INFO] Command exit code: 0 [2026-07-20T06:44:39.795Z] [INFO] Verify model registry is created [2026-07-20T06:44:39.811Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-20T06:44:40.112Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-20T06:44:40.141Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 1s [2026-07-20T06:44:40.163Z] [INFO] Wait for model registry to be in Available state [2026-07-20T06:44:40.204Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-07-20T06:44:55.695Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-07-20T06:44:55.729Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-07-20T06:45:05.758Z] [INFO] Create a project for register and store test [2026-07-20T06:45:05.773Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-20T06:45:05.996Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-20T06:45:06.005Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-07-20T06:45:06.042Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-07-20T06:45:06.088Z] [INFO] Creating project test-register-store-662874 [2026-07-20T06:45:06.394Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-07-20T06:45:06.639Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-07-20T06:45:06.661Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-20T06:45:06.914Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-20T06:45:06.921Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-07-20T06:45:06.947Z] [INFO] Project 'test-register-store-662874' exists. [2026-07-20T06:45:06.966Z] [INFO] Grant project access to the model registry [2026-07-20T06:45:07.305Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1784529906996-cesyjcty3.yaml && rm -f /tmp/cypress-yaml-1784529906996-cesyjcty3.yaml [2026-07-20T06:45:07.327Z] [INFO] Command exit code: 0 [2026-07-20T06:45:07.356Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-07-20T06:45:07.359Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-07-20T06:45:07.363Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-20T06:45:07.367Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:45:07.371Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-20T06:45:07.431Z] [INFO] [STEP 1] Log into the application [2026-07-20T06:45:07.466Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ [2026-07-20T06:45:08.496Z] [INFO] [STEP 2] Clean up test models from any previous retry attempts [2026-07-20T06:45:08.942Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-07-20T06:45:09.013Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model [2026-07-20T06:45:09.442Z] [INFO] [EXEC] oc exec model-registry-db-662874-864c6b9cc8-659ws -n rhoai-model-registries -- mysql -u *** -pTheBlurstOfTimes --database="model-registry" -e "DELETE cp FROM ContextProperty cp JOIN Context c ON cp.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model'); DELETE pc FROM ParentContext pc JOIN Context c ON pc.context_id = c.id OR pc.parent_context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model'); DELETE a FROM Association a JOIN Context c ON a.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model'); DELETE at FROM Attribution at JOIN Context c ON at.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model'); DELETE FROM Context WHERE name IN ('test-obj-model-662874', 'test-uri-model');" [2026-07-20T06:45:09.520Z] [INFO] Database cleanup completed successfully [2026-07-20T06:45:09.559Z] [INFO] [STEP 3] Navigate to Model Registry [2026-07-20T06:45:09.633Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-20T06:45:17.664Z] [INFO] [STEP 4] Register a model using object storage [2026-07-20T06:45:21.530Z] [INFO] [STEP 5] Verify the object storage model was registered [2026-07-20T06:45:22.465Z] [INFO] [STEP 6] Navigate back to register another model using direct URL [2026-07-20T06:45:37.479Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874/register/model [2026-07-20T06:45:45.342Z] [INFO] [STEP 7] Register a model using URI [2026-07-20T06:45:48.369Z] [INFO] [STEP 8] Verify the URI model was registered [2026-07-20T06:45:50.591Z] [INFO] [STEP 9] Navigate back to model registry to verify both models [2026-07-20T06:46:05.399Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-20T06:46:06.395Z] [INFO] [STEP 10] Verify both models are visible in the registry ✓ Registers models via model registry using object storage and URI (126654ms) [2026-07-20T06:46:14.924Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-20T06:46:14.926Z] [INFO] Test title: Registers a new version via versions view [2026-07-20T06:46:14.930Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-20T06:46:14.934Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:46:14.938Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-20T06:46:14.959Z] [INFO] [STEP 1] Log into the application [2026-07-20T06:46:14.967Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ [2026-07-20T06:46:15.079Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-20T06:46:15.162Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-20T06:46:21.256Z] [INFO] [STEP 3] Navigate to the first registered model [2026-07-20T06:46:21.902Z] [INFO] [STEP 4] Wait for model details page to load [2026-07-20T06:46:22.013Z] [INFO] [STEP 5] Navigate to versions tab [2026-07-20T06:46:53.003Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-20T06:46:53.011Z] [INFO] Test title: Registers a new version via versions view [2026-07-20T06:46:53.016Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-20T06:46:53.020Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:46:53.025Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-20T06:46:53.047Z] [INFO] [STEP 1] Log into the application [2026-07-20T06:46:53.110Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ [2026-07-20T06:46:53.451Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-20T06:46:53.757Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-20T06:47:01.109Z] [INFO] [STEP 3] Navigate to the first registered model [2026-07-20T06:47:01.733Z] [INFO] [STEP 4] Wait for model details page to load [2026-07-20T06:47:01.963Z] [INFO] [STEP 5] Navigate to versions tab 1) Registers a new version via versions view [2026-07-20T06:47:32.833Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-20T06:47:32.835Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-20T06:47:32.840Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-20T06:47:32.844Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:47:32.848Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-20T06:47:32.877Z] [INFO] [STEP 1] Log into the application [2026-07-20T06:47:32.889Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ [2026-07-20T06:47:33.602Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-20T06:47:33.728Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-20T06:47:40.388Z] [INFO] [STEP 3] Click Register Model button [2026-07-20T06:48:00.522Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-20T06:48:00.603Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-20T06:48:00.883Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-20T06:48:01.056Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-20T06:48:04.158Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-07-20T06:48:04.224Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-07-20T06:48:04.389Z] [INFO] [STEP 10] Fill in model details [2026-07-20T06:48:06.960Z] [INFO] [STEP 11] Fill in transfer job name [2026-07-20T06:48:07.380Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-07-20T06:48:09.344Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-07-20T06:48:10.568Z] [INFO] [STEP 14] Verify submit button is enabled [2026-07-20T06:48:10.741Z] [INFO] [STEP 15] Submit the register and store form [2026-07-20T06:48:11.138Z] [INFO] [STEP 16] Verify transfer job started notification appears [2026-07-20T06:48:11.374Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-07-20T06:48:22.121Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-20T06:48:22.124Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-20T06:48:22.128Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-20T06:48:22.132Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:48:22.136Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-20T06:48:22.165Z] [INFO] [STEP 1] Log into the application [2026-07-20T06:48:22.177Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ [2026-07-20T06:48:22.354Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-20T06:48:22.584Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-20T06:48:29.830Z] [INFO] [STEP 3] Click Register Model button [2026-07-20T06:48:49.072Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-20T06:48:49.177Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-20T06:48:49.567Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-20T06:48:49.683Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-20T06:48:52.897Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-07-20T06:48:52.902Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-07-20T06:48:53.026Z] [INFO] [STEP 10] Fill in model details [2026-07-20T06:48:56.556Z] [INFO] [STEP 11] Fill in transfer job name [2026-07-20T06:48:57.084Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-07-20T06:48:59.732Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-07-20T06:49:01.076Z] [INFO] [STEP 14] Verify submit button is enabled [2026-07-20T06:49:01.201Z] [INFO] [STEP 15] Submit the register and store form [2026-07-20T06:49:01.627Z] [INFO] [STEP 16] Verify transfer job started notification appears 2) Registers and stores a model to an OCI destination [2026-07-20T06:49:17.539Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-20T06:49:17.542Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-20T06:49:17.546Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-20T06:49:17.551Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:49:17.555Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-20T06:49:17.584Z] [INFO] [STEP 1] Log into the application [2026-07-20T06:49:17.599Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ [2026-07-20T06:49:17.710Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-20T06:49:17.809Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-20T06:49:24.853Z] [INFO] [STEP 3] Click Register Model button [2026-07-20T06:49:43.708Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-20T06:49:43.872Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-20T06:49:44.254Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-20T06:49:44.440Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-20T06:49:47.172Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-07-20T06:49:47.390Z] [INFO] [STEP 9] Fill in model details [2026-07-20T06:49:50.268Z] [INFO] [STEP 10] Fill in transfer job name [2026-07-20T06:49:50.654Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-07-20T06:49:51.427Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-07-20T06:49:52.607Z] [INFO] [STEP 13] Verify submit button is enabled [2026-07-20T06:49:52.723Z] [INFO] [STEP 14] Submit the register and store form [2026-07-20T06:49:53.131Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-07-20T06:49:53.518Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-07-20T06:49:53.755Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job) [2026-07-20T06:49:54.298Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-uri-transfer-job --for=condition=PodScheduled pod --timeout=120s [2026-07-20T06:49:54.522Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-5gsgz condition met [2026-07-20T06:49:54.537Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-07-20T06:50:05.722Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-20T06:50:05.725Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-20T06:50:05.730Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-20T06:50:05.736Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:50:05.811Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-20T06:50:05.859Z] [INFO] [STEP 1] Log into the application [2026-07-20T06:50:05.875Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ [2026-07-20T06:50:06.273Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-20T06:50:06.560Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-20T06:50:13.042Z] [INFO] [STEP 3] Click Register Model button [2026-07-20T06:50:28.039Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-20T06:50:28.275Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-20T06:50:29.084Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-20T06:50:29.364Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-20T06:50:32.813Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-07-20T06:50:33.113Z] [INFO] [STEP 9] Fill in model details [2026-07-20T06:50:36.228Z] [INFO] [STEP 10] Fill in transfer job name [2026-07-20T06:50:36.696Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-07-20T06:50:38.002Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-07-20T06:50:40.042Z] [INFO] [STEP 13] Verify submit button is enabled [2026-07-20T06:50:40.222Z] [INFO] [STEP 14] Submit the register and store form [2026-07-20T06:50:40.794Z] [INFO] [STEP 15] Verify transfer job started notification appears 3) Registers and stores a model to an OCI destination using URI origin [2026-07-20T06:50:51.472Z] [INFO] Navigate away from model registry before cleanup [2026-07-20T06:50:52.201Z] [INFO] Clean up registered models from database [2026-07-20T06:50:52.668Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-07-20T06:50:52.734Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-07-20T06:50:53.174Z] [INFO] [EXEC] oc exec model-registry-db-662874-864c6b9cc8-659ws -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-07-20T06:50:53.808Z] [INFO] Database cleanup completed successfully [2026-07-20T06:50:53.971Z] [INFO] Delete the model registry [2026-07-20T06:50:54.133Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-07-20T06:50:54.730Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-07-20T06:50:55.179Z] [INFO] Verify model registry is removed from the backend [2026-07-20T06:50:55.347Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-20T06:50:55.877Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-20T06:50:56.010Z] [INFO] Delete the SQL database [2026-07-20T06:50:56.146Z] [INFO] Deleting model registry database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-07-20T06:50:56.381Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-20T06:50:56.389Z] [INFO] Database 'model-registry-db-662874' exists, proceeding with deletion... [2026-07-20T06:50:58.556Z] [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-07-20T06:50:58.733Z] [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-07-20T06:50:58.947Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-20T06:50:58.953Z] [INFO] Model registry database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-07-20T06:50:58.959Z] [INFO] Delete the test project [2026-07-20T06:50:59.189Z] [INFO] [EXEC] oc delete project test-register-store-662874 --wait=false --ignore-not-found 1 passing (7m) 3 failing 1) Verify models can be registered in a model registry Registers a new version via versions view: Test steps were: 1. Log into the application 2. Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ 3. Navigate to Model Registry 4. Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 5. Navigate to the first registered model 6. Wait for model details page to load 7. Navigate to versions tab Timed out retrying after 30000ms: Unable to find an element by: [data-testid="versions-tab"] Ignored nodes: comments, script, style