CY_TEST_CONFIG: /workspace/tests-shared/tests-payload/results/cypress-runtime-config.yml Warning: The allowCypressEnv configuration option is enabled. This allows any browser code to read values from Cypress.env(). This is insecure and will be removed in a future major version. 1. Replace Cypress.env() calls with cy.env() (for sensitive values) or Cypress.expose() (for public configuration) 2. Set allowCypressEnv: false in your Cypress configuration to disable Cypress.env() Learn more: https://on.cypress.io/cypress-env-migration @cypress/grep: filtering using tag(s) "@SmokeSet4" ================================================================================ (Run Starting) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Cypress: 15.17.0 │ │ Browser: Electron 138 (headless) │ │ Node Version: v22.22.0 (/usr/bin/node-22) │ │ Specs: 5 found (modelRegistry/testCreateModelRegistry.cy.ts, modelRegistry/testRegist │ │ erModel.cy.ts, pipelines/createRunDeletePipelineCustomPipMirror.cy.ts, pipelin │ │ es/pipelines.cy.ts, pipelines/testSchedulePipeline.cy.ts) │ │ Searched: cypress/tests/e2e/modelRegistry/testCreateModelRegistry.cy.ts, cypress/tests/e │ │ 2e/modelRegistry/testRegisterModel.cy.ts, cypress/tests/e2e/pipelines/createRu │ │ nDeletePipelineCustomPipMirror.cy.ts, cypress/tests/e2e/pipelines/pipelines.cy │ │ .ts, cypress/tests/e2e/pipelines/testSchedulePipeline.cy.ts │ │ Experiments: experimentalInteractiveRunEvents=true,experimentalMemoryManagement=true │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Remove output folder /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testCreateModelRegistry.cy.ts (1 of 5) [2026-09-17T11:38:04.467Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-09-17T11:38:04.478Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-17T11:38:04.503Z] [INFO] Ensure operator has optimal memory for testing [2026-09-17T11:38:05.170Z] [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-17T11:38:05.179Z] [INFO] Current operator memory limit: 512Mi [2026-09-17T11:38:05.183Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-09-17T11:38:05.463Z] [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-17T11:38:05.472Z] [INFO] Successfully patched operator memory to 1Gi