Danger alert: General loading error
Unknown error occurred during startup.
Logging out and logging back in may solve the issue.
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-16T16:40:22.172Z] [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-16T16:40:22.215Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (108ms) 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-16T16:40:25.403Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-07-16T16:40:25.413Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-16T16:40:25.439Z] [INFO] Ensure operator has optimal memory for testing [2026-07-16T16:40:26.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-07-16T16:40:26.110Z] [INFO] Current operator memory limit: 512Mi [2026-07-16T16:40:26.116Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-07-16T16:40:26.521Z] [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-16T16:40:26.530Z] [INFO] Successfully patched operator memory to 1Gi [2026-07-16T16:40:39.313Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-07-16T16:40:39.336Z] [INFO] Operator rollout completed successfully [2026-07-16T16:40:39.348Z] [INFO] Create and verify SQL database for model registry [2026-07-16T16:40:39.369Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-07-16T16:40:39.387Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-16T16:40:39.631Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-16T16:40:39.639Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-07-16T16:40:40.052Z] [INFO] [EXEC] oc apply -f /tmp/db-1784220039643.yaml [2026-07-16T16:40:40.204Z] [INFO] [EXEC] rm -f /tmp/db-1784220039643.yaml [2026-07-16T16:40:40.230Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-07-16T16:40:40.247Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-07-16T16:41:11.762Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-16T16:41:11.795Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-07-16T16:41:11.826Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-16T16:41:11.847Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-07-16T16:41:11.866Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-16T16:41:12.101Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-16T16:41:12.110Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-07-16T16:41:12.501Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1784220072114.yaml [2026-07-16T16:41:12.593Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1784220072114.yaml [2026-07-16T16:41:12.635Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-07-16T16:41:12.658Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-07-16T16:41:27.488Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-16T16:41:27.509Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-07-16T16:41:27.541Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-16T16:41:27.557Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-16T16:41:27.576Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-16T16:41:27.607Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T16:41:27.620Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T16:41:27.647Z] [INFO] [STEP 1] Login as an Admin [2026-07-16T16:41:27.661Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T16:41:28.100Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T16:41:30.515Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-16T16:41:30.613Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/settings/model-resources-operations/model-registry [2026-07-16T16:41:32.503Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-07-16T16:41:33.806Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-16T16:42:02.226Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-16T16:42:02.255Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-16T16:42:02.560Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-16T16:42:02.618Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 29s [2026-07-16T16:42:02.653Z] [INFO] [STEP 6] Delete the model registry [2026-07-16T16:42:03.302Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-16T16:42:03.435Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-16T16:42:03.441Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-16T16:42:03.769Z] [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 (98449ms) [2026-07-16T16:42:03.920Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-16T16:42:03.922Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-16T16:42:03.926Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-16T16:42:03.929Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T16:42:03.933Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T16:42:03.959Z] [INFO] [STEP 1] Login as an Admin [2026-07-16T16:42:03.971Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T16:42:04.143Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T16:42:05.030Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-16T16:42:05.135Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/settings/model-resources-operations/model-registry [2026-07-16T16:42:06.063Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-07-16T16:42:07.829Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-16T16:42:35.993Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-16T16:42:36.026Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-16T16:42:36.500Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-16T16:42:36.557Z] [INFO] Command output: rhoai-model-registries postgres-registry-298031 True 29s [2026-07-16T16:42:36.605Z] [INFO] [STEP 6] Delete the model registry [2026-07-16T16:42:37.304Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-16T16:42:37.689Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-16T16:42:37.725Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-16T16:42:38.200Z] [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 (34378ms) [2026-07-16T16:42:38.410Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-16T16:42:38.413Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-16T16:42:38.418Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-16T16:42:38.422Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T16:42:38.427Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T16:42:38.476Z] [INFO] [STEP 1] Login as an Admin [2026-07-16T16:42:38.490Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T16:42:38.713Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T16:42:39.609Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-16T16:42:39.634Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/settings/model-resources-operations/model-registry [2026-07-16T16:42:40.575Z] [INFO] [STEP 3] Create a model registry with default database [2026-07-16T16:42:41.212Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-16T16:43:40.711Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-16T16:43:40.804Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-16T16:43:41.432Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-16T16:43:41.520Z] [INFO] Command output: rhoai-model-registries default-db-registry-298031 True 60s [2026-07-16T16:43:41.551Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-07-16T16:43:41.605Z] [INFO] Waiting for default database 'default-db-registry-298031' to be ready... [2026-07-16T16:43:42.064Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-16T16:43:42.071Z] [INFO] Default database wait result: deployment.apps/default-db-registry-298031 condition met [2026-07-16T16:43:42.102Z] [INFO] Checking if default database 'default-db-registry-298031' exists for registry 'default-db-registry-298031' [2026-07-16T16:43:42.429Z] [INFO] [EXEC] oc get deployment default-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-16T16:43:42.435Z] [INFO] Default database 'default-db-registry-298031' exists and ready: true [2026-07-16T16:43:42.441Z] [INFO] [STEP 7] Delete the model registry with default database [2026-07-16T16:43:43.307Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-07-16T16:43:43.499Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-07-16T16:43:43.539Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-16T16:43:44.024Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-16T16:43:44.249Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-07-16T16:43:44.594Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-07-16T16:43:44.618Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-07-16T16:43:45.098Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-07-16T16:43:45.104Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-07-16T16:43:45.139Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-16T16:43:45.699Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-16T16:43:45.706Z] [INFO] [STEP 13] Delete the MySQL database [2026-07-16T16:43:45.743Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-07-16T16:43:46.099Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-07-16T16:43:46.145Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-07-16T16:43:48.369Z] [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-16T16:43:48.443Z] [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-16T16:43:48.714Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-07-16T16:43:48.721Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-07-16T16:43:48.728Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-07-16T16:43:48.731Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-07-16T16:43:49.012Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-07-16T16:43:49.016Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-07-16T16:43:49.019Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-16T16:43:49.374Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-16T16:43:49.380Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-07-16T16:43:49.383Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-07-16T16:43:49.629Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-07-16T16:43:49.638Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-07-16T16:43:51.078Z] [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-16T16:43:51.087Z] [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-16T16:43:51.398Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-07-16T16:43:51.405Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (65700ms) 3 passing (3m) [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, 26 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-07-16T16:43:54.794Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-07-16T16:43:54.804Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-16T16:43:54.835Z] [INFO] Ensure operator has optimal memory for testing [2026-07-16T16:43:55.155Z] [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-16T16:43:55.162Z] [INFO] Current operator memory limit: 1Gi [2026-07-16T16:43:55.167Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-07-16T16:43:55.197Z] [INFO] Create and verify SQL database for model registry [2026-07-16T16:43:55.201Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-07-16T16:43:55.205Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-07-16T16:43:55.599Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-16T16:43:55.607Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-07-16T16:43:56.195Z] [INFO] [EXEC] oc apply -f /tmp/db-1784220235610.yaml [2026-07-16T16:43:56.324Z] [INFO] [EXEC] rm -f /tmp/db-1784220235610.yaml [2026-07-16T16:43:56.339Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-07-16T16:43:56.344Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-07-16T16:44:21.168Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-07-16T16:44:21.196Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-07-16T16:44:21.207Z] [INFO] Create a model registry using YAML [2026-07-16T16:44:21.223Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-07-16T16:44:21.705Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784220261246-0q2ja8fwr.yaml && rm -f /tmp/cypress-yaml-1784220261246-0q2ja8fwr.yaml [2026-07-16T16:44:21.732Z] [INFO] Command exit code: 0 [2026-07-16T16:44:21.749Z] [INFO] Verify model registry is created [2026-07-16T16:44:21.840Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-16T16:44:22.164Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-16T16:44:22.202Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 1s [2026-07-16T16:44:22.221Z] [INFO] Wait for model registry to be in Available state [2026-07-16T16:44:22.237Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-07-16T16:44:42.780Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-07-16T16:44:42.803Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-07-16T16:44:52.831Z] [INFO] Create a project for register and store test [2026-07-16T16:44:52.835Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-16T16:44:53.173Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-16T16:44:53.198Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-07-16T16:44:53.222Z] [INFO] Project 'test-register-store-662874' exists. [2026-07-16T16:44:53.261Z] [INFO] Project test-register-store-662874 already exists. Deleting it. [2026-07-16T16:45:01.610Z] [INFO] [EXEC] oc delete project test-register-store-662874 --wait [2026-07-16T16:45:01.637Z] [INFO] Waiting for project test-register-store-662874 to be fully deleted... [2026-07-16T16:45:01.655Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-16T16:45:01.917Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-16T16:45:01.925Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-07-16T16:45:01.931Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-07-16T16:45:01.942Z] [INFO] Creating project test-register-store-662874 [2026-07-16T16:45:02.294Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-07-16T16:45:02.565Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-07-16T16:45:02.572Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-16T16:45:02.851Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-16T16:45:02.895Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-07-16T16:45:02.927Z] [INFO] Project 'test-register-store-662874' exists. [2026-07-16T16:45:02.936Z] [INFO] Grant project access to the model registry [2026-07-16T16:45:03.356Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1784220302978-2ez7mi70j.yaml && rm -f /tmp/cypress-yaml-1784220302978-2ez7mi70j.yaml [2026-07-16T16:45:03.363Z] [INFO] Command exit code: 0 [2026-07-16T16:45:03.414Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-07-16T16:45:03.432Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-07-16T16:45:03.455Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-16T16:45:03.459Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T16:45:03.463Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T16:45:03.546Z] [INFO] [STEP 1] Log into the application [2026-07-16T16:45:03.579Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T16:45:03.940Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T16:45:05.963Z] [INFO] [STEP 2] Clean up test models from any previous retry attempts [2026-07-16T16:45:06.292Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-07-16T16:45:06.329Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model [2026-07-16T16:45:06.938Z] [INFO] [EXEC] oc exec model-registry-db-662874-7956bc68d9-dbkqz -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-16T16:45:07.015Z] [INFO] Database cleanup completed successfully [2026-07-16T16:45:07.022Z] [INFO] [STEP 3] Navigate to Model Registry [2026-07-16T16:45:07.162Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-16T16:45:08.811Z] [INFO] [STEP 4] Register a model using object storage [2026-07-16T16:45:12.049Z] [INFO] [STEP 5] Verify the object storage model was registered [2026-07-16T16:45:12.536Z] [INFO] [STEP 6] Navigate back to register another model using direct URL [2026-07-16T16:45:12.602Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ai-hub/models/registry/test-model-registry-662874/register/model [2026-07-16T16:45:14.735Z] [INFO] [STEP 7] Register a model using URI [2026-07-16T16:45:17.129Z] [INFO] [STEP 8] Verify the URI model was registered [2026-07-16T16:45:19.792Z] [INFO] [STEP 9] Navigate back to model registry to verify both models [2026-07-16T16:45:21.349Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-16T16:45:21.761Z] [INFO] [STEP 10] Verify both models are visible in the registry ✓ Registers models via model registry using object storage and URI (88444ms) [2026-07-16T16:45:23.654Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-16T16:45:23.656Z] [INFO] Test title: Registers a new version via versions view [2026-07-16T16:45:23.662Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-16T16:45:23.667Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T16:45:23.672Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T16:45:23.691Z] [INFO] [STEP 1] Log into the application [2026-07-16T16:45:23.698Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T16:45:23.975Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T16:45:25.017Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-16T16:45:25.057Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-16T16:45:26.062Z] [INFO] [STEP 3] Navigate to the first registered model [2026-07-16T16:45:26.732Z] [INFO] [STEP 4] Wait for model details page to load [2026-07-16T16:45:27.044Z] [INFO] [STEP 5] Navigate to versions tab [2026-07-16T16:45:58.304Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-07-16T16:45:58.308Z] [INFO] Test title: Registers a new version via versions view [2026-07-16T16:45:58.315Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-07-16T16:45:58.320Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T16:45:58.325Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T16:45:58.431Z] [INFO] [STEP 1] Log into the application [2026-07-16T16:45:58.442Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T16:45:59.082Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T16:46:00.593Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-16T16:46:00.706Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-16T16:46:02.199Z] [INFO] [STEP 3] Navigate to the first registered model [2026-07-16T16:46:03.173Z] [INFO] [STEP 4] Wait for model details page to load [2026-07-16T16:46:03.551Z] [INFO] [STEP 5] Navigate to versions tab 1) Registers a new version via versions view [2026-07-16T16:46:34.235Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-16T16:46:34.236Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-16T16:46:34.240Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-16T16:46:34.243Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T16:46:34.247Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T16:46:34.274Z] [INFO] [STEP 1] Log into the application [2026-07-16T16:46:34.283Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T16:46:34.875Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-07-16T16:46:34.878Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-07-16T16:46:34.881Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-16T16:46:34.885Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T16:46:34.900Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T16:46:34.933Z] [INFO] [STEP 1] Log into the application [2026-07-16T16:46:34.997Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ 2) Registers and stores a model to an OCI destination [2026-07-16T16:46:35.659Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-16T16:46:35.662Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-16T16:46:35.665Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-16T16:46:35.669Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T16:46:35.672Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T16:46:35.698Z] [INFO] [STEP 1] Log into the application [2026-07-16T16:46:35.707Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T16:46:35.898Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T16:46:36.842Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-16T16:46:37.024Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ai-hub/models/registry/test-model-registry-662874 [2026-07-16T16:46:38.004Z] [INFO] [STEP 3] Click Register Model button [2026-07-16T16:46:41.584Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-07-16T16:46:41.666Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-07-16T16:46:41.930Z] [INFO] [STEP 6] Verify namespace selector appears [2026-07-16T16:46:42.145Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-07-16T16:46:45.104Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-07-16T16:46:45.285Z] [INFO] [STEP 9] Fill in model details [2026-07-16T16:46:47.725Z] [INFO] [STEP 10] Fill in transfer job name [2026-07-16T16:46:48.065Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-07-16T16:46:48.797Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-07-16T16:46:49.979Z] [INFO] [STEP 13] Verify submit button is enabled [2026-07-16T16:46:50.080Z] [INFO] [STEP 14] Submit the register and store form [2026-07-16T16:46:50.397Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-07-16T16:46:50.660Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-07-16T16:46:50.739Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job) [2026-07-16T16:46:51.214Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-uri-transfer-job --for=condition=PodScheduled pod --timeout=120s [2026-07-16T16:46:51.293Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-zlmmd condition met [2026-07-16T16:46:51.391Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-07-16T16:47:02.545Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-07-16T16:47:02.549Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-07-16T16:47:02.554Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-07-16T16:47:02.558Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T16:47:02.563Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T16:47:02.599Z] [INFO] [STEP 1] Log into the application [2026-07-16T16:47:02.616Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T16:47:03.107Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T16:47:05.738Z] [INFO] [STEP 2] Navigate to Model Registry [2026-07-16T16:47:08.678Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ai-hub/models/registry/test-model-registry-662874 3) Registers and stores a model to an OCI destination using URI origin [2026-07-16T16:48:12.696Z] [INFO] Navigate away from model registry before cleanup [2026-07-16T16:48:13.072Z] [INFO] Clean up registered models from database [2026-07-16T16:48:13.691Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-07-16T16:48:13.701Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-07-16T16:48:14.149Z] [INFO] [EXEC] oc exec model-registry-db-662874-7956bc68d9-dbkqz -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-16T16:48:14.155Z] [INFO] Database cleanup completed successfully [2026-07-16T16:48:14.160Z] [INFO] Delete the model registry [2026-07-16T16:48:14.163Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-07-16T16:48:14.710Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-07-16T16:48:14.715Z] [INFO] Verify model registry is removed from the backend [2026-07-16T16:48:14.718Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-16T16:48:15.007Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-16T16:48:15.015Z] [INFO] Delete the SQL database [2026-07-16T16:48:15.019Z] [INFO] Deleting model registry database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-07-16T16:48:15.265Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-16T16:48:15.274Z] [INFO] Database 'model-registry-db-662874' exists, proceeding with deletion... [2026-07-16T16:48:17.096Z] [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-16T16:48:17.104Z] [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-16T16:48:17.358Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-16T16:48:17.364Z] [INFO] Model registry database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-07-16T16:48:17.371Z] [INFO] Delete the test project [2026-07-16T16:48:17.608Z] [INFO] [EXEC] oc delete project test-register-store-662874 --wait=false --ignore-not-found 1 passing (4m) 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.ods-qe-psi-07.osp.rh-ods.com/ 3. Navigate to Model Registry 4. Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.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
The application is currently not serving requests at this endpoint. It may not have been started or is still starting.
Possible reasons you are seeing this page:
The application is currently not serving requests at this endpoint. It may not have been started or is still starting.
Possible reasons you are seeing this page: