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) "@SmokeSet3" ================================================================================ (Run Starting) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Cypress: 15.17.0 │ │ Browser: Electron 138 (headless) │ │ Node Version: v22.22.0 (/usr/bin/node-22) │ │ Specs: 9 found (modelCatalog/testCatalogDeployModel.cy.ts, dataScienceProjects/models │ │ /testDeployLLMDServing.cy.ts, dataScienceProjects/models/testDeployOCIModel.cy │ │ .ts, dataScienceProjects/models/testModelPvcDeployment.cy.ts, dataScienceProje │ │ cts/models/testModelTo...) │ │ Searched: cypress/tests/e2e/modelCatalog/testCatalogDeployModel.cy.ts, cypress/tests/e2e │ │ /dataScienceProjects/models/testDeployLLMDServing.cy.ts, cypress/tests/e2e/dat │ │ aScienceProjects/models/testDeployOCIModel.cy.ts, cypress/tests/e2e/dataScienc │ │ eProjects/models/testModelPvcDeployment.cy.ts, cypress/tests/e2e/dataSciencePr │ │ ojects/models/testModelTokenAuth.cy.ts, cypress/tests/e2e/dataScienceProjects/ │ │ models/testSingleModelAdminCreation.cy.ts, cypress/tests/e2e/dataScienceProjec │ │ ts/models/testVLLMOnMaaS.cy.ts, cypress/tests/e2e/settings/hardwareProfiles/te │ │ stModelServingTolerations.cy.ts, cypress/tests/e2e/settings/servingRuntimes/te │ │ stServingRuntimesUnsupported.cy.ts │ │ Experiments: experimentalInteractiveRunEvents=true,experimentalMemoryManagement=true │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Remove output folder /workspace/tests-shared/tests-payload/results/SmokeSet3/e2e ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelCatalog/testCatalogDeployModel.cy.ts (1 of 9) [2026-09-10T09:56:34.233Z] [INFO] Setting tests timeout to: 480 seconds Verify a model can be deployed from model catalog [2026-09-10T09:56:34.273Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-09-10T09:56:34.278Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-09-10T09:56:34.288Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3","@ModelCatalog"] [2026-09-10T09:56:34.319Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T09:56:34.325Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-09-10T09:56:34.377Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-09-10T09:56:34.989Z] [INFO] [EXEC] oc get configmap default-catalog-sources -n rhoai-model-registries -o jsonpath='{.data.sources\.yaml}' | awk ' /^[[:space:]]*-[[:space:]]/{in_entry=1; enabled_val=""; id_val=""} in_entry && /id:/{sub(/.*id:[[:space:]]*/,""); id_val=$0} in_entry && /enabled:/{sub(/.*enabled:[[:space:]]*/,""); enabled_val=$0} in_entry && id_val=="redhat_ai_models" && enabled_val!=""{print enabled_val; exit} ' [2026-09-10T09:56:34.996Z] [INFO] Command exit code: 0 [2026-09-10T09:56:35.021Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-09-10T09:56:35.047Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-09-10T09:56:35.074Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-09-10T09:56:35.321Z] [INFO] [EXEC] oc whoami [2026-09-10T09:56:35.672Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://a5d0886f3b1294de28ae5ff0d29533b0-e8268fe435614b27.elb.us-east-2.amazonaws.com:6443" --insecure-skip-tls-verify [2026-09-10T09:56:35.677Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-09-10T09:56:35.682Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-09-10T09:56:35.981Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-09-10T09:56:35.998Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-09-10T09:56:36.027Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-09-10T09:56:36.046Z] [INFO] Creating project test-model-catalog-175228 [2026-09-10T09:56:36.381Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-09-10T09:56:36.422Z] [INFO] 🔍 Polling for namespace test-model-catalog-175228 (max 30s) [2026-09-10T09:56:36.719Z] [INFO] [EXEC] oc get namespace test-model-catalog-175228 [2026-09-10T09:56:36.726Z] [INFO] ✅ namespace test-model-catalog-175228 (found after 0.3s) [2026-09-10T09:56:37.059Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-09-10T09:56:37.079Z] [INFO] 🔍 Polling for project test-model-catalog-175228 dashboard-ready (max 15s) [2026-09-10T09:56:37.374Z] [INFO] [EXEC] oc get project test-model-catalog-175228 -o json | jq -e '.metadata.labels["opendatahub.io/dashboard"] == "true" and .status.phase == "Active"' [2026-09-10T09:56:37.382Z] [INFO] ✅ project test-model-catalog-175228 dashboard-ready (found after 0.3s) [2026-09-10T09:56:37.424Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-09-10T09:56:37.765Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-09-10T09:56:37.798Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-09-10T09:56:37.832Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-09-10T09:56:38.220Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789034197865-u0x6okrtl.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789034197865-u0x6okrtl.yaml; exit $status [2026-09-10T09:56:38.226Z] [INFO] Command exit code: 0 [2026-09-10T09:56:38.273Z] [INFO] Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/ [2026-09-10T09:56:41.734Z] [INFO] [STEP 1] Navigate to Model Catalog [2026-09-10T09:56:41.832Z] [INFO] Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/ai-hub/models/catalog [2026-09-10T09:56:45.755Z] [INFO] [STEP 2] Wait for model catalog cards to appear [2026-09-10T09:56:45.843Z] [INFO] [STEP 3] Polling for model catalog cards (max 10 attempts) [2026-09-10T09:56:56.140Z] [INFO] Attempt 1/10: cards=12, emptyState=false, elapsed=7.9s [2026-09-10T09:56:56.184Z] [INFO] ✅ Model catalog cards are now visible (found 12 cards) [2026-09-10T09:56:57.285Z] [INFO] Click attempt #1 [2026-09-10T09:56:58.522Z] [INFO] Wizard did not open, retrying... [2026-09-10T09:57:00.580Z] [INFO] Click attempt #2 [2026-09-10T09:57:00.959Z] [INFO] [STEP 4] Model deployment select project in preconfigure step [2026-09-10T09:57:02.351Z] [INFO] [STEP 5] Verify model location gets prefilled [2026-09-10T09:57:03.039Z] [INFO] [STEP 6] Model deployment step [2026-09-10T09:57:04.088Z] [INFO] [STEP 7] Advanced options step [2026-09-10T09:57:04.978Z] [INFO] [STEP 8] Summary step [2026-09-10T09:57:05.322Z] [INFO] [STEP 9] Verify redirection to the global page [2026-09-10T09:57:09.261Z] [INFO] [EXEC] oc delete project test-model-catalog-175228 --wait=false --ignore-not-found ✓ Verify a model can be deployed from model catalog (33618ms) 1 passing (35s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet3/e2e/.jsons/mochawesome.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 35 seconds │ │ Spec Ran: modelCatalog/testCatalogDeployModel.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/models/testDeployLLMDServing.cy.ts (2 of 9) [2026-09-10T09:57:12.948Z] [INFO] Setting tests timeout to: 480 seconds A user can deploy an LLMD model [2026-09-10T09:57:12.964Z] [INFO] Starting 480s timeout for: Verify User Can Deploy an LLMD Model in Deployments [2026-09-10T09:57:12.968Z] [INFO] Test title: Verify User Can Deploy an LLMD Model in Deployments [2026-09-10T09:57:12.974Z] [INFO] Test tags: ["@Smoke","@SmokeSet3","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-09-10T09:57:12.979Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T09:57:12.983Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-09-10T09:57:12.993Z] [INFO] Loading test data [2026-09-10T09:57:13.006Z] [INFO] Loaded project name: test-llmd-deployment-154399 [2026-09-10T09:57:13.010Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T09:57:13.309Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T09:57:13.315Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-llmd-deployment-154399\" not found","exitCode":1} [2026-09-10T09:57:13.321Z] [INFO] Project 'test-llmd-deployment-154399' does not exist. [2026-09-10T09:57:13.328Z] [INFO] Creating project test-llmd-deployment-154399 [2026-09-10T09:57:13.671Z] [INFO] [EXEC] oc new-project test-llmd-deployment-154399 [2026-09-10T09:57:13.682Z] [INFO] 🔍 Polling for namespace test-llmd-deployment-154399 (max 30s) [2026-09-10T09:57:13.955Z] [INFO] [EXEC] oc get namespace test-llmd-deployment-154399 [2026-09-10T09:57:13.961Z] [INFO] ✅ namespace test-llmd-deployment-154399 (found after 0.3s) [2026-09-10T09:57:14.275Z] [INFO] [EXEC] oc label namespace test-llmd-deployment-154399 opendatahub.io/dashboard=true --overwrite [2026-09-10T09:57:14.283Z] [INFO] 🔍 Polling for project test-llmd-deployment-154399 dashboard-ready (max 15s) [2026-09-10T09:57:14.576Z] [INFO] [EXEC] oc get project test-llmd-deployment-154399 -o json | jq -e '.metadata.labels["opendatahub.io/dashboard"] == "true" and .status.phase == "Active"' [2026-09-10T09:57:14.582Z] [INFO] ✅ project test-llmd-deployment-154399 dashboard-ready (found after 0.3s) [2026-09-10T09:57:14.595Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T09:57:14.889Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T09:57:14.895Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T09:57:14.903Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T09:57:14.914Z] [INFO] Load Hardware Profile Name: cypress-llmd-hardware-profile-model [2026-09-10T09:57:14.918Z] [INFO] Cleaning up and creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-09-10T09:57:14.920Z] [INFO] Executing delete hardware profile command: oc get hardwareprofiles -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("resources/yaml/llmd-hardware-profile.yaml")) | .metadata.name' | tr -d '"' [2026-09-10T09:57:15.216Z] [INFO] [EXEC] oc get hardwareprofiles -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("resources/yaml/llmd-hardware-profile.yaml")) | .metadata.name' | tr -d '"' [2026-09-10T09:57:15.222Z] [INFO] No matching profile found, proceeding with the test. [2026-09-10T09:57:15.227Z] [INFO] Creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-09-10T09:57:15.242Z] [INFO] Executing command: oc apply -f "/tmp/temp_1789034235230.yaml" -n redhat-ods-applications [2026-09-10T09:57:15.575Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1789034235230.yaml" -n redhat-ods-applications [2026-09-10T09:57:15.583Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-llmd-hardware-profile-model created [2026-09-10T09:57:15.686Z] [INFO] [EXEC] rm /tmp/temp_1789034235230.yaml [2026-09-10T09:57:15.720Z] [INFO] [STEP 1] Log into the application as admin [2026-09-10T09:57:15.730Z] [INFO] Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/?devFeatureFlags=deploymentWizardYAMLViewer=true [2026-09-10T09:57:17.894Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-llmd-deployment-154399 [2026-09-10T09:57:23.331Z] [INFO] ✅ Project "test-llmd-deployment-154399" visible in list [2026-09-10T09:57:23.583Z] [INFO] [STEP 3] Deploy LLMD Model [2026-09-10T09:57:26.029Z] [INFO] [STEP 4] Select Model details [2026-09-10T09:57:30.174Z] [INFO] [STEP 5] Select Model deployment [2026-09-10T09:57:31.713Z] [INFO] [STEP 6] Verify YAML Viewer [2026-09-10T09:57:32.837Z] [INFO] [STEP 7] Patch YAML to use CPU image (workaround for non-GPU cluster) [2026-09-10T09:57:34.737Z] [INFO] [STEP 8] Select Advanced settings [2026-09-10T09:57:35.155Z] [INFO] [STEP 9] Review [2026-09-10T09:57:35.489Z] [INFO] [STEP 10] Verify the model is available in UI [2026-09-10T09:57:39.885Z] [INFO] [STEP 11] Verify that the Model is ready [2026-09-10T09:57:40.450Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T09:57:40.630Z] [INFO] Raw command output (attempt 1): Exit code: 0 Stdout length: 1957 Stderr: none [2026-09-10T09:57:40.641Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T09:57:40.747Z] [INFO] 🧐 Attempt 1: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 0 [2026-09-10T09:57:40.851Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-09-10T09:57:46.409Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T09:57:46.493Z] [INFO] Raw command output (attempt 2): Exit code: 0 Stdout length: 1957 Stderr: none [2026-09-10T09:57:46.575Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T09:57:46.663Z] [INFO] 🧐 Attempt 2: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 0 [2026-09-10T09:57:46.745Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-09-10T09:57:52.272Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T09:57:52.484Z] [INFO] Raw command output (attempt 3): Exit code: 0 Stdout length: 1957 Stderr: none [2026-09-10T09:57:52.592Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T09:57:52.701Z] [INFO] 🧐 Attempt 3: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 0 [2026-09-10T09:57:52.786Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-09-10T09:57:58.291Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T09:57:58.445Z] [INFO] Raw command output (attempt 4): Exit code: 0 Stdout length: 1957 Stderr: none [2026-09-10T09:57:58.529Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T09:57:58.612Z] [INFO] 🧐 Attempt 4: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 0 [2026-09-10T09:57:58.689Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-09-10T09:58:04.095Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T09:58:04.257Z] [INFO] Raw command output (attempt 5): Exit code: 0 Stdout length: 2042 Stderr: none [2026-09-10T09:58:04.344Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T09:58:04.428Z] [INFO] 🧐 Attempt 5: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 0 [2026-09-10T09:58:04.506Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-09-10T09:58:09.938Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T09:58:10.107Z] [INFO] Raw command output (attempt 6): Exit code: 0 Stdout length: 2042 Stderr: none [2026-09-10T09:58:10.186Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T09:58:10.264Z] [INFO] 🧐 Attempt 6: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 0 [2026-09-10T09:58:10.344Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-09-10T09:58:15.854Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T09:58:16.028Z] [INFO] Raw command output (attempt 7): Exit code: 0 Stdout length: 2042 Stderr: none [2026-09-10T09:58:16.107Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T09:58:16.186Z] [INFO] 🧐 Attempt 7: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 0 [2026-09-10T09:58:16.265Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-09-10T09:58:21.808Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T09:58:21.989Z] [INFO] Raw command output (attempt 8): Exit code: 0 Stdout length: 5626 Stderr: none [2026-09-10T09:58:22.074Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T09:58:22.156Z] [INFO] 🧐 Attempt 8: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T09:58:22.248Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T09:58:27.629Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T09:58:27.643Z] [INFO] Raw command output (attempt 9): Exit code: 0 Stdout length: 5626 Stderr: none [2026-09-10T09:58:27.651Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T09:58:27.656Z] [INFO] 🧐 Attempt 9: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T09:58:27.661Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T09:58:33.129Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T09:58:33.372Z] [INFO] Raw command output (attempt 10): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T09:58:33.487Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T09:58:33.579Z] [INFO] 🧐 Attempt 10: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T09:58:33.671Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T09:58:39.300Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T09:58:39.486Z] [INFO] Raw command output (attempt 11): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T09:58:39.582Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T09:58:39.671Z] [INFO] 🧐 Attempt 11: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T09:58:39.761Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T09:58:45.176Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T09:58:45.342Z] [INFO] Raw command output (attempt 12): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T09:58:45.350Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T09:58:45.358Z] [INFO] 🧐 Attempt 12: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T09:58:45.364Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T09:58:50.764Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T09:58:50.956Z] [INFO] Raw command output (attempt 13): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T09:58:51.047Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T09:58:51.141Z] [INFO] 🧐 Attempt 13: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T09:58:51.238Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T09:58:56.791Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T09:58:57.015Z] [INFO] Raw command output (attempt 14): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T09:58:57.114Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T09:58:57.210Z] [INFO] 🧐 Attempt 14: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T09:58:57.334Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T09:59:02.776Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T09:59:02.964Z] [INFO] Raw command output (attempt 15): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T09:59:03.079Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T09:59:03.203Z] [INFO] 🧐 Attempt 15: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T09:59:03.303Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T09:59:09.249Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T09:59:09.516Z] [INFO] Raw command output (attempt 16): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T09:59:09.626Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T09:59:09.733Z] [INFO] 🧐 Attempt 16: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T09:59:09.852Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T09:59:15.474Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T09:59:15.605Z] [INFO] Raw command output (attempt 17): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T09:59:15.722Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T09:59:15.833Z] [INFO] 🧐 Attempt 17: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T09:59:15.951Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T09:59:21.671Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T09:59:21.961Z] [INFO] Raw command output (attempt 18): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T09:59:21.972Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T09:59:22.111Z] [INFO] 🧐 Attempt 18: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T09:59:22.272Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T09:59:27.790Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T09:59:27.904Z] [INFO] Raw command output (attempt 19): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T09:59:28.009Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T09:59:28.117Z] [INFO] 🧐 Attempt 19: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T09:59:28.223Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T09:59:33.679Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T09:59:33.900Z] [INFO] Raw command output (attempt 20): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T09:59:34.009Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T09:59:34.126Z] [INFO] 🧐 Attempt 20: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T09:59:34.248Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T09:59:39.980Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T09:59:40.284Z] [INFO] Raw command output (attempt 21): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T09:59:40.401Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T09:59:40.514Z] [INFO] 🧐 Attempt 21: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T09:59:40.626Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T09:59:46.275Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T09:59:46.497Z] [INFO] Raw command output (attempt 22): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T09:59:46.608Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T09:59:46.720Z] [INFO] 🧐 Attempt 22: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T09:59:46.835Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T09:59:52.458Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T09:59:52.734Z] [INFO] Raw command output (attempt 23): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T09:59:53.052Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T09:59:53.166Z] [INFO] 🧐 Attempt 23: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T09:59:53.286Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T09:59:58.758Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T09:59:58.995Z] [INFO] Raw command output (attempt 24): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T09:59:59.113Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T09:59:59.223Z] [INFO] 🧐 Attempt 24: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T09:59:59.333Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:00:04.875Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:00:05.103Z] [INFO] Raw command output (attempt 25): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:00:05.217Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:00:05.336Z] [INFO] 🧐 Attempt 25: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:00:05.477Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:00:10.923Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:00:11.169Z] [INFO] Raw command output (attempt 26): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:00:11.298Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:00:11.417Z] [INFO] 🧐 Attempt 26: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:00:11.538Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:00:17.015Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:00:17.247Z] [INFO] Raw command output (attempt 27): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:00:17.364Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:00:17.487Z] [INFO] 🧐 Attempt 27: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:00:17.616Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:00:23.240Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:00:23.491Z] [INFO] Raw command output (attempt 28): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:00:23.623Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:00:23.776Z] [INFO] 🧐 Attempt 28: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:00:24.199Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:00:29.781Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:00:30.045Z] [INFO] Raw command output (attempt 29): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:00:30.184Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:00:30.315Z] [INFO] 🧐 Attempt 29: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:00:30.441Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:00:36.058Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:00:36.318Z] [INFO] Raw command output (attempt 30): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:00:36.445Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:00:36.609Z] [INFO] 🧐 Attempt 30: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:00:36.740Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:00:42.446Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:00:42.712Z] [INFO] Raw command output (attempt 31): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:00:42.848Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:00:42.982Z] [INFO] 🧐 Attempt 31: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:00:43.114Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:00:48.741Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:00:49.052Z] [INFO] Raw command output (attempt 32): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:00:49.192Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:00:49.367Z] [INFO] 🧐 Attempt 32: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:00:49.533Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:00:55.074Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:00:55.329Z] [INFO] Raw command output (attempt 33): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:00:55.460Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:00:55.588Z] [INFO] 🧐 Attempt 33: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:00:55.722Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:01:01.460Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:01:01.740Z] [INFO] Raw command output (attempt 34): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:01:01.884Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:01:02.027Z] [INFO] 🧐 Attempt 34: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:01:02.207Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:01:07.869Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:01:08.159Z] [INFO] Raw command output (attempt 35): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:01:08.312Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:01:08.479Z] [INFO] 🧐 Attempt 35: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:01:08.661Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:01:14.309Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:01:14.584Z] [INFO] Raw command output (attempt 36): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:01:14.805Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:01:14.971Z] [INFO] 🧐 Attempt 36: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:01:15.109Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:01:21.058Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:01:21.557Z] [INFO] Raw command output (attempt 37): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:01:21.713Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:01:21.863Z] [INFO] 🧐 Attempt 37: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:01:22.014Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:01:27.672Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:01:27.966Z] [INFO] Raw command output (attempt 38): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:01:28.112Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:01:28.394Z] [INFO] 🧐 Attempt 38: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:01:28.539Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:01:34.285Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:01:34.565Z] [INFO] Raw command output (attempt 39): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:01:34.704Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:01:34.846Z] [INFO] 🧐 Attempt 39: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:01:34.984Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:01:40.679Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:01:40.992Z] [INFO] Raw command output (attempt 40): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:01:41.144Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:01:41.290Z] [INFO] 🧐 Attempt 40: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:01:41.453Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:01:47.155Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:01:47.449Z] [INFO] Raw command output (attempt 41): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:01:47.593Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:01:47.735Z] [INFO] 🧐 Attempt 41: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:01:47.875Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:01:53.746Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:01:54.043Z] [INFO] Raw command output (attempt 42): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:01:54.217Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:01:54.380Z] [INFO] 🧐 Attempt 42: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:01:54.526Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:02:00.181Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:02:00.513Z] [INFO] Raw command output (attempt 43): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:02:00.662Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:02:00.808Z] [INFO] 🧐 Attempt 43: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:02:00.958Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:02:06.568Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:02:06.857Z] [INFO] Raw command output (attempt 44): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:02:07.009Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:02:07.309Z] [INFO] 🧐 Attempt 44: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:02:07.468Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:02:13.291Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:02:13.612Z] [INFO] Raw command output (attempt 45): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:02:13.780Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:02:13.954Z] [INFO] 🧐 Attempt 45: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:02:14.111Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:02:19.865Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:02:20.173Z] [INFO] Raw command output (attempt 46): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:02:20.337Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:02:20.500Z] [INFO] 🧐 Attempt 46: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:02:20.669Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:02:26.157Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:02:26.472Z] [INFO] Raw command output (attempt 47): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:02:26.625Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:02:26.776Z] [INFO] 🧐 Attempt 47: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:02:26.931Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:02:32.752Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:02:33.066Z] [INFO] Raw command output (attempt 48): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:02:33.225Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:02:33.382Z] [INFO] 🧐 Attempt 48: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:02:33.541Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:02:39.666Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:02:39.989Z] [INFO] Raw command output (attempt 49): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:02:40.156Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:02:40.465Z] [INFO] 🧐 Attempt 49: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:02:40.624Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:02:46.104Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:02:46.122Z] [INFO] Raw command output (attempt 50): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:02:46.132Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:02:46.295Z] [INFO] 🧐 Attempt 50: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:02:46.461Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:02:52.275Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:02:52.606Z] [INFO] Raw command output (attempt 51): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:02:52.772Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:02:52.938Z] [INFO] 🧐 Attempt 51: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:02:53.098Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:02:58.772Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:02:59.124Z] [INFO] Raw command output (attempt 52): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:02:59.288Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:02:59.644Z] [INFO] 🧐 Attempt 52: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:02:59.830Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:03:05.350Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:03:05.650Z] [INFO] Raw command output (attempt 53): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:03:05.660Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:03:05.830Z] [INFO] 🧐 Attempt 53: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:03:05.995Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:03:11.752Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:03:12.077Z] [INFO] Raw command output (attempt 54): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:03:12.424Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:03:12.585Z] [INFO] 🧐 Attempt 54: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:03:12.754Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:03:18.286Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:03:18.609Z] [INFO] Raw command output (attempt 55): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:03:18.776Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:03:18.954Z] [INFO] 🧐 Attempt 55: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:03:19.127Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:03:24.868Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:03:25.277Z] [INFO] Raw command output (attempt 56): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:03:25.468Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:03:25.666Z] [INFO] 🧐 Attempt 56: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:03:25.863Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:03:31.963Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:03:32.327Z] [INFO] Raw command output (attempt 57): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:03:32.515Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:03:32.700Z] [INFO] 🧐 Attempt 57: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:03:32.911Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:03:38.706Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:03:39.089Z] [INFO] Raw command output (attempt 58): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:03:39.432Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:03:39.648Z] [INFO] 🧐 Attempt 58: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:03:39.851Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:03:45.705Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:03:46.064Z] [INFO] Raw command output (attempt 59): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:03:46.284Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:03:46.470Z] [INFO] 🧐 Attempt 59: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:03:46.669Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:03:52.500Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:03:52.892Z] [INFO] Raw command output (attempt 60): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:03:53.096Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:03:53.286Z] [INFO] 🧐 Attempt 60: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:03:53.494Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:03:59.229Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:03:59.598Z] [INFO] Raw command output (attempt 61): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:03:59.612Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:03:59.802Z] [INFO] 🧐 Attempt 61: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:03:59.997Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:04:06.544Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:04:06.981Z] [INFO] Raw command output (attempt 62): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:04:07.177Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:04:07.386Z] [INFO] 🧐 Attempt 62: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:04:07.878Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:04:14.001Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:04:14.440Z] [INFO] Raw command output (attempt 63): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:04:14.638Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:04:14.853Z] [INFO] 🧐 Attempt 63: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:04:15.085Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:04:21.285Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:04:21.749Z] [INFO] Raw command output (attempt 64): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:04:21.763Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:04:22.004Z] [INFO] 🧐 Attempt 64: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:04:22.204Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:04:27.994Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:04:28.409Z] [INFO] Raw command output (attempt 65): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:04:28.611Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:04:28.820Z] [INFO] 🧐 Attempt 65: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:04:29.279Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:04:35.021Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:04:35.389Z] [INFO] Raw command output (attempt 66): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:04:35.590Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:04:35.789Z] [INFO] 🧐 Attempt 66: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:04:36.008Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:04:41.959Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:04:42.454Z] [INFO] Raw command output (attempt 67): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:04:42.665Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:04:42.867Z] [INFO] 🧐 Attempt 67: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:04:43.077Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:04:48.674Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:04:49.123Z] [INFO] Raw command output (attempt 68): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:04:49.370Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:04:49.610Z] [INFO] 🧐 Attempt 68: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:04:49.887Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:04:55.467Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:04:55.890Z] [INFO] Raw command output (attempt 69): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:04:56.091Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:04:56.294Z] [INFO] 🧐 Attempt 69: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:04:56.505Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:05:02.326Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:05:02.799Z] [INFO] Raw command output (attempt 70): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:05:03.040Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:05:03.258Z] [INFO] 🧐 Attempt 70: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:05:03.479Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:05:09.840Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:05:10.771Z] [INFO] Raw command output (attempt 71): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:05:11.056Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:05:11.541Z] [INFO] 🧐 Attempt 71: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:05:11.806Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:05:15.627Z] [INFO] Starting 480s timeout for: Verify User Can Deploy an LLMD Model in Deployments [2026-09-10T10:05:15.632Z] [INFO] Test title: Verify User Can Deploy an LLMD Model in Deployments [2026-09-10T10:05:15.638Z] [INFO] Test tags: ["@Smoke","@SmokeSet3","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-09-10T10:05:15.646Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T10:05:15.654Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-09-10T10:05:15.674Z] [INFO] Loading test data [2026-09-10T10:05:15.690Z] [INFO] Loaded project name: test-llmd-deployment-154399 [2026-09-10T10:05:15.701Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:16.092Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:16.330Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:05:16.341Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:05:16.355Z] [INFO] Project test-llmd-deployment-154399 already exists. Deleting it. [2026-09-10T10:05:16.743Z] [INFO] [EXEC] oc delete project test-llmd-deployment-154399 --wait [2026-09-10T10:05:16.760Z] [INFO] Waiting for project test-llmd-deployment-154399 to be fully deleted... [2026-09-10T10:05:16.771Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:17.397Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:17.406Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:05:17.420Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:05:17.434Z] [INFO] Project test-llmd-deployment-154399 still exists, waiting... [2026-09-10T10:05:18.445Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:18.844Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:18.857Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:05:18.874Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:05:18.897Z] [INFO] Project test-llmd-deployment-154399 still exists, waiting... [2026-09-10T10:05:19.911Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:20.410Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:20.422Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:05:20.450Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:05:20.476Z] [INFO] Project test-llmd-deployment-154399 still exists, waiting... [2026-09-10T10:05:21.490Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:21.834Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:21.844Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:05:21.858Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:05:21.878Z] [INFO] Project test-llmd-deployment-154399 still exists, waiting... [2026-09-10T10:05:22.893Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:23.428Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:23.437Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:05:23.447Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:05:23.464Z] [INFO] Project test-llmd-deployment-154399 still exists, waiting... [2026-09-10T10:05:24.517Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:24.859Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:24.871Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:05:24.886Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:05:24.904Z] [INFO] Project test-llmd-deployment-154399 still exists, waiting... [2026-09-10T10:05:25.920Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:26.263Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:26.504Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:05:26.519Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:05:26.531Z] [INFO] Project test-llmd-deployment-154399 still exists, waiting... [2026-09-10T10:05:27.543Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:27.942Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:27.954Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:05:27.969Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:05:27.989Z] [INFO] Project test-llmd-deployment-154399 still exists, waiting... [2026-09-10T10:05:29.003Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:29.559Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:29.570Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:05:29.581Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:05:29.595Z] [INFO] Project test-llmd-deployment-154399 still exists, waiting... [2026-09-10T10:05:30.606Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:30.950Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:30.959Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:05:30.973Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:05:31.070Z] [INFO] Project test-llmd-deployment-154399 still exists, waiting... [2026-09-10T10:05:32.085Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:32.584Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:32.594Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:05:32.606Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:05:32.620Z] [INFO] Project test-llmd-deployment-154399 still exists, waiting... [2026-09-10T10:05:33.673Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:34.001Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:34.012Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:05:34.025Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:05:34.036Z] [INFO] Project test-llmd-deployment-154399 still exists, waiting... [2026-09-10T10:05:35.050Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:35.666Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:35.678Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:05:35.694Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:05:35.715Z] [INFO] Project test-llmd-deployment-154399 still exists, waiting... [2026-09-10T10:05:36.728Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:37.088Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:37.099Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:05:37.112Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:05:37.126Z] [INFO] Project test-llmd-deployment-154399 still exists, waiting... [2026-09-10T10:05:38.151Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:38.745Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:38.756Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:05:38.770Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:05:38.787Z] [INFO] Project test-llmd-deployment-154399 still exists, waiting... [2026-09-10T10:05:39.802Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:40.135Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:40.151Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:05:40.175Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:05:40.202Z] [INFO] Project test-llmd-deployment-154399 still exists, waiting... [2026-09-10T10:05:41.218Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:41.738Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:41.750Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:05:41.763Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:05:41.778Z] [INFO] Project test-llmd-deployment-154399 still exists, waiting... [2026-09-10T10:05:42.791Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:43.141Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:43.153Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:05:43.168Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:05:43.189Z] [INFO] Project test-llmd-deployment-154399 still exists, waiting... [2026-09-10T10:05:44.204Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:44.560Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:44.841Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:05:44.855Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:05:44.874Z] [INFO] Project test-llmd-deployment-154399 still exists, waiting... [2026-09-10T10:05:45.888Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:46.303Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:46.315Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:05:46.326Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:05:46.338Z] [INFO] Project test-llmd-deployment-154399 still exists, waiting... [2026-09-10T10:05:47.352Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:47.840Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:47.852Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:05:47.866Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:05:47.883Z] [INFO] Project test-llmd-deployment-154399 still exists, waiting... [2026-09-10T10:05:48.897Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:49.220Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:49.230Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:05:49.239Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:05:49.256Z] [INFO] Project test-llmd-deployment-154399 still exists, waiting... [2026-09-10T10:05:50.271Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:50.626Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:50.635Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:05:50.646Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:05:50.897Z] [INFO] Project test-llmd-deployment-154399 still exists, waiting... [2026-09-10T10:05:51.911Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:52.273Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:52.289Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:05:52.312Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:05:52.329Z] [INFO] Project test-llmd-deployment-154399 still exists, waiting... [2026-09-10T10:05:53.344Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:54.098Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:54.111Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:05:54.127Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:05:54.149Z] [INFO] Project test-llmd-deployment-154399 still exists, waiting... [2026-09-10T10:05:55.239Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:56.233Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:56.243Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:05:56.255Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:05:56.269Z] [INFO] Project test-llmd-deployment-154399 still exists, waiting... [2026-09-10T10:05:57.285Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:57.696Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:57.715Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:05:57.728Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:05:57.747Z] [INFO] Project test-llmd-deployment-154399 still exists, waiting... [2026-09-10T10:05:58.768Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:59.179Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:05:59.194Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:05:59.211Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:05:59.239Z] [INFO] Project test-llmd-deployment-154399 still exists, waiting... [2026-09-10T10:06:00.259Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:06:00.633Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:06:00.645Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:06:00.662Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:06:00.682Z] [INFO] Project test-llmd-deployment-154399 still exists, waiting... [2026-09-10T10:06:01.700Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:06:02.300Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:06:02.316Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:06:02.328Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:06:02.344Z] [INFO] Project test-llmd-deployment-154399 still exists, waiting... [2026-09-10T10:06:03.363Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:06:03.766Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:06:03.779Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:06:03.793Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:06:03.813Z] [INFO] Project test-llmd-deployment-154399 still exists, waiting... [2026-09-10T10:06:04.827Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:06:05.255Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:06:05.271Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-llmd-deployment-154399\" not found","exitCode":1} [2026-09-10T10:06:05.349Z] [INFO] Project 'test-llmd-deployment-154399' does not exist. [2026-09-10T10:06:05.376Z] [INFO] Creating project test-llmd-deployment-154399 [2026-09-10T10:06:05.827Z] [INFO] [EXEC] oc new-project test-llmd-deployment-154399 [2026-09-10T10:06:05.839Z] [INFO] 🔍 Polling for namespace test-llmd-deployment-154399 (max 30s) [2026-09-10T10:06:06.308Z] [INFO] [EXEC] oc get namespace test-llmd-deployment-154399 [2026-09-10T10:06:06.321Z] [INFO] ✅ namespace test-llmd-deployment-154399 (found after 0.5s) [2026-09-10T10:06:06.759Z] [INFO] [EXEC] oc label namespace test-llmd-deployment-154399 opendatahub.io/dashboard=true --overwrite [2026-09-10T10:06:06.779Z] [INFO] 🔍 Polling for project test-llmd-deployment-154399 dashboard-ready (max 15s) [2026-09-10T10:06:07.431Z] [INFO] [EXEC] oc get project test-llmd-deployment-154399 -o json | jq -e '.metadata.labels["opendatahub.io/dashboard"] == "true" and .status.phase == "Active"' [2026-09-10T10:06:07.441Z] [INFO] ✅ project test-llmd-deployment-154399 dashboard-ready (found after 0.7s) [2026-09-10T10:06:07.472Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:06:07.860Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-09-10T10:06:07.876Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-09-10T10:06:07.894Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-09-10T10:06:07.921Z] [INFO] Load Hardware Profile Name: cypress-llmd-hardware-profile-model [2026-09-10T10:06:07.930Z] [INFO] Cleaning up and creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-09-10T10:06:07.945Z] [INFO] Executing delete hardware profile command: oc get hardwareprofiles -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("resources/yaml/llmd-hardware-profile.yaml")) | .metadata.name' | tr -d '"' [2026-09-10T10:06:08.601Z] [INFO] [EXEC] oc get hardwareprofiles -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("resources/yaml/llmd-hardware-profile.yaml")) | .metadata.name' | tr -d '"' [2026-09-10T10:06:08.619Z] [INFO] No matching profile found, proceeding with the test. [2026-09-10T10:06:08.635Z] [INFO] Creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-09-10T10:06:08.664Z] [INFO] Executing command: oc apply -f "/tmp/temp_1789034768636.yaml" -n redhat-ods-applications [2026-09-10T10:06:10.108Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1789034768636.yaml" -n redhat-ods-applications [2026-09-10T10:06:10.125Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-llmd-hardware-profile-model configured [2026-09-10T10:06:10.315Z] [INFO] [EXEC] rm /tmp/temp_1789034768636.yaml [2026-09-10T10:06:10.358Z] [INFO] [STEP 1] Log into the application as admin [2026-09-10T10:06:10.376Z] [INFO] Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/?devFeatureFlags=deploymentWizardYAMLViewer=true [2026-09-10T10:06:13.976Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-llmd-deployment-154399 [2026-09-10T10:06:25.661Z] [INFO] ✅ Project "test-llmd-deployment-154399" visible in list [2026-09-10T10:06:26.376Z] [INFO] [STEP 3] Deploy LLMD Model [2026-09-10T10:06:35.717Z] [INFO] [STEP 4] Select Model details [2026-09-10T10:06:48.761Z] [INFO] [STEP 5] Select Model deployment [2026-09-10T10:06:52.008Z] [INFO] [STEP 6] Verify YAML Viewer [2026-09-10T10:06:55.220Z] [INFO] [STEP 7] Patch YAML to use CPU image (workaround for non-GPU cluster) [2026-09-10T10:07:00.602Z] [INFO] [STEP 8] Select Advanced settings [2026-09-10T10:07:01.567Z] [INFO] [STEP 9] Review [2026-09-10T10:07:02.191Z] [INFO] [STEP 10] Verify the model is available in UI [2026-09-10T10:07:08.912Z] [INFO] [STEP 11] Verify that the Model is ready [2026-09-10T10:07:10.683Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:07:10.964Z] [INFO] Raw command output (attempt 1): Exit code: 0 Stdout length: 2042 Stderr: none [2026-09-10T10:07:11.339Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:07:11.636Z] [INFO] 🧐 Attempt 1: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 0 [2026-09-10T10:07:11.658Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-09-10T10:07:17.374Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:07:17.389Z] [INFO] Raw command output (attempt 2): Exit code: 0 Stdout length: 5626 Stderr: none [2026-09-10T10:07:17.400Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:07:17.407Z] [INFO] 🧐 Attempt 2: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:07:17.415Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:07:22.773Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:07:22.790Z] [INFO] Raw command output (attempt 3): Exit code: 0 Stdout length: 5626 Stderr: none [2026-09-10T10:07:22.802Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:07:22.812Z] [INFO] 🧐 Attempt 3: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:07:22.821Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:07:28.256Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:07:28.588Z] [INFO] Raw command output (attempt 4): Exit code: 0 Stdout length: 5626 Stderr: none [2026-09-10T10:07:28.599Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:07:28.609Z] [INFO] 🧐 Attempt 4: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:07:28.619Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:07:34.092Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:07:34.110Z] [INFO] Raw command output (attempt 5): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:07:34.125Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:07:34.137Z] [INFO] 🧐 Attempt 5: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:07:34.149Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:07:39.833Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:07:39.852Z] [INFO] Raw command output (attempt 6): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:07:39.867Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:07:39.880Z] [INFO] 🧐 Attempt 6: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:07:39.892Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:07:45.482Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:07:46.076Z] [INFO] Raw command output (attempt 7): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:07:46.097Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:07:46.112Z] [INFO] 🧐 Attempt 7: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:07:46.124Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:07:51.502Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:07:51.529Z] [INFO] Raw command output (attempt 8): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:07:51.542Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:07:51.558Z] [INFO] 🧐 Attempt 8: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:07:51.575Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:07:57.062Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:07:57.083Z] [INFO] Raw command output (attempt 9): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:07:57.098Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:07:57.110Z] [INFO] 🧐 Attempt 9: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:07:57.126Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:08:02.491Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:08:02.508Z] [INFO] Raw command output (attempt 10): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:08:02.520Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:08:02.530Z] [INFO] 🧐 Attempt 10: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:08:02.539Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:08:07.884Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:08:08.224Z] [INFO] Raw command output (attempt 11): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:08:08.236Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:08:08.247Z] [INFO] 🧐 Attempt 11: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:08:08.259Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:08:13.613Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:08:13.630Z] [INFO] Raw command output (attempt 12): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:08:13.642Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:08:13.651Z] [INFO] 🧐 Attempt 12: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:08:13.660Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:08:19.040Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:08:19.062Z] [INFO] Raw command output (attempt 13): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:08:19.074Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:08:19.084Z] [INFO] 🧐 Attempt 13: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:08:19.093Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:08:24.852Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:08:24.869Z] [INFO] Raw command output (attempt 14): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:08:24.882Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:08:24.892Z] [INFO] 🧐 Attempt 14: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:08:24.900Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:08:30.615Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:08:30.634Z] [INFO] Raw command output (attempt 15): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:08:30.649Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:08:30.665Z] [INFO] 🧐 Attempt 15: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:08:30.682Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:08:36.735Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:08:36.775Z] [INFO] Raw command output (attempt 16): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:08:36.787Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:08:36.800Z] [INFO] 🧐 Attempt 16: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:08:36.812Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:08:42.197Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:08:42.216Z] [INFO] Raw command output (attempt 17): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:08:42.231Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:08:42.242Z] [INFO] 🧐 Attempt 17: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:08:42.255Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:08:47.906Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:08:47.927Z] [INFO] Raw command output (attempt 18): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:08:47.939Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:08:47.951Z] [INFO] 🧐 Attempt 18: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:08:47.961Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:08:53.382Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:08:53.400Z] [INFO] Raw command output (attempt 19): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:08:53.414Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:08:53.427Z] [INFO] 🧐 Attempt 19: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:08:53.451Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:08:59.150Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:08:59.184Z] [INFO] Raw command output (attempt 20): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:08:59.198Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:08:59.214Z] [INFO] 🧐 Attempt 20: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:08:59.225Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:09:04.708Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:09:04.733Z] [INFO] Raw command output (attempt 21): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:09:04.768Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:09:04.816Z] [INFO] 🧐 Attempt 21: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:09:04.836Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:09:10.704Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:09:10.723Z] [INFO] Raw command output (attempt 22): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:09:10.745Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:09:10.769Z] [INFO] 🧐 Attempt 22: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:09:10.783Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:09:16.419Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:09:16.470Z] [INFO] Raw command output (attempt 23): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:09:16.495Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:09:16.513Z] [INFO] 🧐 Attempt 23: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:09:16.528Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:09:21.957Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:09:21.981Z] [INFO] Raw command output (attempt 24): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:09:21.999Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:09:22.015Z] [INFO] 🧐 Attempt 24: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:09:22.029Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:09:27.624Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:09:27.659Z] [INFO] Raw command output (attempt 25): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:09:27.674Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:09:27.686Z] [INFO] 🧐 Attempt 25: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:09:27.698Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:09:33.131Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:09:33.168Z] [INFO] Raw command output (attempt 26): Exit code: 0 Stdout length: 5810 Stderr: none [2026-09-10T10:09:33.182Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:09:33.197Z] [INFO] 🧐 Attempt 26: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:09:33.210Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:09:38.868Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:09:38.899Z] [INFO] Raw command output (attempt 27): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:09:38.915Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:09:38.931Z] [INFO] 🧐 Attempt 27: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:09:38.963Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:09:44.397Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:09:44.416Z] [INFO] Raw command output (attempt 28): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:09:44.428Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:09:44.437Z] [INFO] 🧐 Attempt 28: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:09:44.462Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:09:50.006Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:09:50.051Z] [INFO] Raw command output (attempt 29): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:09:50.071Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:09:50.086Z] [INFO] 🧐 Attempt 29: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:09:50.103Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:09:56.134Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:09:56.173Z] [INFO] Raw command output (attempt 30): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:09:56.188Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:09:56.201Z] [INFO] 🧐 Attempt 30: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:09:56.215Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:10:01.701Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:10:01.721Z] [INFO] Raw command output (attempt 31): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:10:01.735Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:10:01.766Z] [INFO] 🧐 Attempt 31: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:10:02.189Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:10:07.691Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:10:08.739Z] [INFO] Raw command output (attempt 32): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:10:08.761Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:10:08.781Z] [INFO] 🧐 Attempt 32: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:10:08.801Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:10:14.783Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:10:14.806Z] [INFO] Raw command output (attempt 33): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:10:14.827Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:10:14.842Z] [INFO] 🧐 Attempt 33: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:10:14.860Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:10:20.518Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:10:20.542Z] [INFO] Raw command output (attempt 34): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:10:20.563Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:10:20.582Z] [INFO] 🧐 Attempt 34: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:10:20.599Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:10:26.030Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:10:26.055Z] [INFO] Raw command output (attempt 35): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:10:26.081Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:10:26.109Z] [INFO] 🧐 Attempt 35: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:10:26.131Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:10:31.653Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:10:31.675Z] [INFO] Raw command output (attempt 36): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:10:31.692Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:10:31.709Z] [INFO] 🧐 Attempt 36: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:10:31.726Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:10:37.326Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:10:37.735Z] [INFO] Raw command output (attempt 37): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:10:37.754Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:10:37.774Z] [INFO] 🧐 Attempt 37: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:10:37.796Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:10:43.251Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:10:43.274Z] [INFO] Raw command output (attempt 38): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:10:43.294Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:10:43.311Z] [INFO] 🧐 Attempt 38: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:10:43.327Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:10:48.967Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:10:49.001Z] [INFO] Raw command output (attempt 39): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:10:49.020Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:10:49.035Z] [INFO] 🧐 Attempt 39: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:10:49.051Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:10:54.520Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:10:54.552Z] [INFO] Raw command output (attempt 40): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:10:54.574Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:10:54.592Z] [INFO] 🧐 Attempt 40: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:10:54.639Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:11:00.537Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:11:00.569Z] [INFO] Raw command output (attempt 41): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:11:00.596Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:11:00.622Z] [INFO] 🧐 Attempt 41: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:11:00.649Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:11:07.722Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:11:08.246Z] [INFO] Raw command output (attempt 42): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:11:08.283Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:11:08.313Z] [INFO] 🧐 Attempt 42: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:11:08.337Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:11:14.354Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:11:14.378Z] [INFO] Raw command output (attempt 43): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:11:14.397Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:11:14.414Z] [INFO] 🧐 Attempt 43: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:11:14.431Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:11:19.838Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:11:19.863Z] [INFO] Raw command output (attempt 44): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:11:19.886Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:11:19.905Z] [INFO] 🧐 Attempt 44: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:11:19.924Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:11:25.590Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:11:25.611Z] [INFO] Raw command output (attempt 45): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:11:25.626Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:11:25.641Z] [INFO] 🧐 Attempt 45: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:11:25.653Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:11:31.068Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:11:31.093Z] [INFO] Raw command output (attempt 46): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:11:31.112Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:11:31.129Z] [INFO] 🧐 Attempt 46: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:11:31.144Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:11:37.576Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:11:37.878Z] [INFO] Raw command output (attempt 47): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:11:37.912Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:11:37.932Z] [INFO] 🧐 Attempt 47: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:11:37.949Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:11:43.851Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:11:43.888Z] [INFO] Raw command output (attempt 48): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:11:43.908Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:11:43.923Z] [INFO] 🧐 Attempt 48: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:11:43.939Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:11:49.344Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:11:49.368Z] [INFO] Raw command output (attempt 49): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:11:49.387Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:11:49.406Z] [INFO] 🧐 Attempt 49: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:11:49.425Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:11:55.024Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:11:55.045Z] [INFO] Raw command output (attempt 50): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:11:55.065Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:11:55.083Z] [INFO] 🧐 Attempt 50: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:11:55.100Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:12:00.688Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:12:01.207Z] [INFO] Raw command output (attempt 51): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:12:01.240Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:12:01.275Z] [INFO] 🧐 Attempt 51: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:12:01.371Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:12:07.253Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:12:08.017Z] [INFO] Raw command output (attempt 52): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:12:08.337Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:12:08.359Z] [INFO] 🧐 Attempt 52: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:12:08.683Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:12:14.507Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:12:14.527Z] [INFO] Raw command output (attempt 53): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:12:14.542Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:12:14.557Z] [INFO] 🧐 Attempt 53: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:12:14.572Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:12:19.971Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:12:19.993Z] [INFO] Raw command output (attempt 54): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:12:20.011Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:12:20.027Z] [INFO] 🧐 Attempt 54: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:12:20.454Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:12:26.114Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:12:26.554Z] [INFO] Raw command output (attempt 55): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:12:26.574Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:12:26.590Z] [INFO] 🧐 Attempt 55: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:12:26.605Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:12:32.088Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:12:32.115Z] [INFO] Raw command output (attempt 56): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:12:32.136Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:12:32.158Z] [INFO] 🧐 Attempt 56: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:12:32.179Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:12:38.217Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:12:38.729Z] [INFO] Raw command output (attempt 57): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:12:38.753Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:12:38.781Z] [INFO] 🧐 Attempt 57: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:12:38.809Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:12:44.366Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:12:44.399Z] [INFO] Raw command output (attempt 58): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:12:44.423Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:12:44.442Z] [INFO] 🧐 Attempt 58: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:12:44.959Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:12:50.356Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:12:50.384Z] [INFO] Raw command output (attempt 59): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:12:50.400Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:12:50.415Z] [INFO] 🧐 Attempt 59: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:12:50.432Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:12:56.109Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:12:56.146Z] [INFO] Raw command output (attempt 60): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:12:56.164Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:12:56.177Z] [INFO] 🧐 Attempt 60: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:12:56.192Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:13:01.651Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:13:01.674Z] [INFO] Raw command output (attempt 61): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:13:01.693Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:13:01.713Z] [INFO] 🧐 Attempt 61: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:13:02.166Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:13:08.345Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:13:08.711Z] [INFO] Raw command output (attempt 62): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:13:09.169Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:13:09.565Z] [INFO] 🧐 Attempt 62: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:13:09.590Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ [2026-09-10T10:13:15.353Z] [INFO] [EXEC] oc get LLMInferenceService test-llmd-model -n test-llmd-deployment-154399 -o json [2026-09-10T10:13:15.380Z] [INFO] Raw command output (attempt 63): Exit code: 0 Stdout length: 5542 Stderr: none [2026-09-10T10:13:15.401Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-09-10T10:13:15.424Z] [INFO] 🧐 Attempt 63: Checking LLMInferenceService state Service Name: test-llmd-model Total Conditions: 6 [2026-09-10T10:13:15.477Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: RefsInvalid Passed: ❌ 1) Verify User Can Deploy an LLMD Model in Deployments [2026-09-10T10:13:20.909Z] [INFO] Starting 480s timeout for: Verify User can deploy an LLmd Model from Manual YAML editor [2026-09-10T10:13:20.914Z] [INFO] Test title: Verify User can deploy an LLmd Model from Manual YAML editor [2026-09-10T10:13:20.919Z] [INFO] Test tags: ["@Featureflagged","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-09-10T10:13:20.924Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T10:13:20.928Z] [INFO] Grep tags: ["@SmokeSet3"] - Verify User can deploy an LLmd Model from Manual YAML editor [2026-09-10T10:13:20.942Z] [INFO] Cleaning up Hardware Profile: cypress-llmd-hardware-profile-model [2026-09-10T10:13:20.949Z] [INFO] Executing delete hardware profile command: oc get hardwareprofiles -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("cypress-llmd-hardware-profile-model")) | .metadata.name' | tr -d '"' [2026-09-10T10:13:21.338Z] [INFO] [EXEC] oc get hardwareprofiles -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("cypress-llmd-hardware-profile-model")) | .metadata.name' | tr -d '"' [2026-09-10T10:13:21.347Z] [INFO] Hardware Profile found: cypress-llmd-hardware-profile-model. Proceeding to delete. [2026-09-10T10:13:21.714Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-llmd-hardware-profile-model -n redhat-ods-applications [2026-09-10T10:13:22.085Z] [INFO] [EXEC] oc delete project test-llmd-deployment-154399 --wait --ignore-not-found 0 passing (16m) 1 pending 1 failing 1) A user can deploy an LLMD model Verify User Can Deploy an LLMD Model in Deployments: Test steps were: 1. Log into the application as admin 2. Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/?devFeatureFlags=deploymentWizardYAMLViewer=true 3. Navigate to the Project list tab and search for test-llmd-deployment-154399 4. Deploy LLMD Model 5. Select Model details 6. Select Model deployment 7. Verify YAML Viewer 8. Patch YAML to use CPU image (workaround for non-GPU cluster) 9. Select Advanced settings 10. Review 11. Verify the model is available in UI 12. Verify that the Model is ready The following error originated from your test code, not from Cypress. > Test exceeded 480s timeout When Cypress detects uncaught errors originating from your test code it will automatically fail the current test. Error: The following error originated from your test code, not from Cypress. > Test exceeded 480s timeout When Cypress detects uncaught errors originating from your test code it will automatically fail the current test. at eval (webpack://@odh-dashboard/cypress/./cypress/support/e2e.ts:355:12) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet3/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 2 │ │ Passing: 0 │ │ Failing: 1 │ │ Pending: 1 │ │ Skipped: 0 │ │ Screenshots: 2 │ │ Video: false │ │ Duration: 16 minutes, 9 seconds │ │ Spec Ran: dataScienceProjects/models/testDeployLLMDServing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet3/e2e/screenshots/dataScie (1280x720) nceProjects/models/testDeployLLMDServing.cy.ts/A user can deploy an LLMD model - - Verify User Can Deploy an LLMD Model in Deployments (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet3/e2e/screenshots/dataScie (1280x720) nceProjects/models/testDeployLLMDServing.cy.ts/A user can deploy an LLMD model - - Verify User Can Deploy an LLMD Model in Deployments (failed) (attempt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/models/testDeployOCIModel.cy.ts (3 of 9) [2026-09-10T10:13:26.010Z] [INFO] Setting tests timeout to: 480 seconds A user can create an OCI connection and deploy a model with it [2026-09-10T10:13:26.048Z] [INFO] Starting 480s timeout for: Verify User Can Create an OCI Connection, Deploy Model with Token Auth, and Verify Token Access [2026-09-10T10:13:26.055Z] [INFO] Test title: Verify User Can Create an OCI Connection, Deploy Model with Token Auth, and Verify Token Access [2026-09-10T10:13:26.069Z] [INFO] Test tags: ["@Smoke","@SmokeSet3","@Dashboard","@ModelServing","@NonConcurrent","@KServeCI","@ModelServingCI"] [2026-09-10T10:13:26.081Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T10:13:26.088Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-09-10T10:13:26.107Z] [INFO] Loading test data [2026-09-10T10:13:26.158Z] [INFO] Loaded project name: test-oci-deployment-101388 [2026-09-10T10:13:26.167Z] [INFO] Executing command: oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:13:26.583Z] [INFO] [EXEC] oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:13:26.591Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-oci-deployment-101388\" not found","exitCode":1} [2026-09-10T10:13:26.605Z] [INFO] Project 'test-oci-deployment-101388' does not exist. [2026-09-10T10:13:26.623Z] [INFO] Creating project test-oci-deployment-101388 [2026-09-10T10:13:27.050Z] [INFO] [EXEC] oc new-project test-oci-deployment-101388 [2026-09-10T10:13:27.059Z] [INFO] 🔍 Polling for namespace test-oci-deployment-101388 (max 30s) [2026-09-10T10:13:27.444Z] [INFO] [EXEC] oc get namespace test-oci-deployment-101388 [2026-09-10T10:13:27.456Z] [INFO] ✅ namespace test-oci-deployment-101388 (found after 0.4s) [2026-09-10T10:13:27.949Z] [INFO] [EXEC] oc label namespace test-oci-deployment-101388 opendatahub.io/dashboard=true --overwrite [2026-09-10T10:13:27.959Z] [INFO] 🔍 Polling for project test-oci-deployment-101388 dashboard-ready (max 15s) [2026-09-10T10:13:28.356Z] [INFO] [EXEC] oc get project test-oci-deployment-101388 -o json | jq -e '.metadata.labels["opendatahub.io/dashboard"] == "true" and .status.phase == "Active"' [2026-09-10T10:13:28.375Z] [INFO] ✅ project test-oci-deployment-101388 dashboard-ready (found after 0.4s) [2026-09-10T10:13:28.412Z] [INFO] Executing command: oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:13:28.838Z] [INFO] [EXEC] oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:13:28.857Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-oci-deployment-101388","stderr":"","exitCode":0} [2026-09-10T10:13:28.876Z] [INFO] Project 'test-oci-deployment-101388' exists. [2026-09-10T10:13:28.954Z] [INFO] [STEP 1] Navigate to DS Project test-oci-deployment-101388 [2026-09-10T10:13:28.992Z] [INFO] Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/ [2026-09-10T10:13:38.202Z] [INFO] ✅ Project "test-oci-deployment-101388" visible in list [2026-09-10T10:13:38.406Z] [INFO] [STEP 2] Create an OCI Connection [2026-09-10T10:13:44.555Z] [INFO] [STEP 3] Deploy OCI Connection with KServe [2026-09-10T10:13:45.894Z] [INFO] [STEP 4] Step 1: Model details [2026-09-10T10:13:50.089Z] [INFO] [STEP 5] Step 2: Model deployment [2026-09-10T10:13:52.134Z] [INFO] [STEP 6] Step 3: Advanced settings [2026-09-10T10:13:53.801Z] [INFO] [STEP 7] Step 4: Review [2026-09-10T10:13:59.257Z] [INFO] [STEP 8] Verify that the Model is running [2026-09-10T10:14:00.141Z] [INFO] [EXEC] oc get InferenceService test-oci-model-deployment -n test-oci-deployment-101388 -o json [2026-09-10T10:14:00.327Z] [INFO] Raw command output (attempt 1): Exit code: 0 Stdout length: 4141 Stderr: none [2026-09-10T10:14:00.392Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1beta1", "kind": "InferenceService", "metadata": { ... [2026-09-10T10:14:00.457Z] [INFO] 🧐 Attempt 1: Checking InferenceService state Service Name: test-oci-model-deployment Active Model State: EMPTY Deployment Mode: Standard Total Conditions: 4 [2026-09-10T10:14:00.540Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-09-10T10:14:00.608Z] [INFO] Active Model State Check: ⏭ Skipped (Standard mode uses conditions) [2026-09-10T10:14:00.683Z] [INFO] 📋 InferenceService test-oci-model-deployment deployment mode: Standard [2026-09-10T10:14:51.252Z] [INFO] [EXEC] oc get InferenceService test-oci-model-deployment -n test-oci-deployment-101388 -o json [2026-09-10T10:14:51.347Z] [INFO] Raw command output (attempt 2): Exit code: 0 Stdout length: 4199 Stderr: none [2026-09-10T10:14:51.427Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1beta1", "kind": "InferenceService", "metadata": { ... [2026-09-10T10:14:51.507Z] [INFO] 🧐 Attempt 2: Checking InferenceService state Service Name: test-oci-model-deployment Active Model State: Loaded Deployment Mode: Standard Total Conditions: 4 [2026-09-10T10:14:51.598Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: True Reason: Passed: ✅ [2026-09-10T10:14:51.688Z] [INFO] Active Model State Check: ⏭ Skipped (Standard mode uses conditions) [2026-09-10T10:14:51.772Z] [INFO] 📋 InferenceService test-oci-model-deployment deployment mode: Standard [2026-09-10T10:14:51.852Z] [INFO] ✅ InferenceService test-oci-model-deployment meets all conditions after 2 attempts [2026-09-10T10:14:53.583Z] [INFO] [STEP 9] Verify the model is not accessible without a token [2026-09-10T10:14:54.117Z] [INFO] [EXEC] oc get inferenceService test-oci-model-deployment -n test-oci-deployment-101388 -o json [2026-09-10T10:14:54.210Z] [INFO] Request attempt 1 of 7 [2026-09-10T10:14:54.339Z] [INFO] Request URL: https://test-oci-model-deployment-test-oci-deployment-101388.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/v2/models/test-oci-model-deployment [2026-09-10T10:14:54.459Z] [INFO] Request method: GET [2026-09-10T10:14:54.578Z] [INFO] Request headers: {"Content-Type":"application/json"} [2026-09-10T10:14:54.946Z] [INFO] Response status: 200 [2026-09-10T10:14:55.043Z] [INFO] Response body: {"name":"test-oci-model-deployment","versions":["1"],"platform":"OpenVINO","inputs":[{"name":"dense_input","datatype":"FP32","shape":[-1,5]}],"outputs":[{"name":"Identity:0","datatype":"FP32","shape":[-1,1]}]} [2026-09-10T10:14:55.876Z] [INFO] Starting 480s timeout for: Verify User Can Create an OCI Connection, Deploy Model with Token Auth, and Verify Token Access [2026-09-10T10:14:55.880Z] [INFO] Test title: Verify User Can Create an OCI Connection, Deploy Model with Token Auth, and Verify Token Access [2026-09-10T10:14:55.885Z] [INFO] Test tags: ["@Smoke","@SmokeSet3","@Dashboard","@ModelServing","@NonConcurrent","@KServeCI","@ModelServingCI"] [2026-09-10T10:14:55.890Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T10:14:55.895Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-09-10T10:14:55.904Z] [INFO] Loading test data [2026-09-10T10:14:55.926Z] [INFO] Loaded project name: test-oci-deployment-101388 [2026-09-10T10:14:55.930Z] [INFO] Executing command: oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:14:56.285Z] [INFO] [EXEC] oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:14:56.293Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-oci-deployment-101388","stderr":"","exitCode":0} [2026-09-10T10:14:56.300Z] [INFO] Project 'test-oci-deployment-101388' exists. [2026-09-10T10:14:56.309Z] [INFO] Project test-oci-deployment-101388 already exists. Deleting it. [2026-09-10T10:14:56.678Z] [INFO] [EXEC] oc delete project test-oci-deployment-101388 --wait [2026-09-10T10:14:56.688Z] [INFO] Waiting for project test-oci-deployment-101388 to be fully deleted... [2026-09-10T10:14:56.693Z] [INFO] Executing command: oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:14:57.098Z] [INFO] [EXEC] oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:14:57.105Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-oci-deployment-101388","stderr":"","exitCode":0} [2026-09-10T10:14:57.114Z] [INFO] Project 'test-oci-deployment-101388' exists. [2026-09-10T10:14:57.131Z] [INFO] Project test-oci-deployment-101388 still exists, waiting... [2026-09-10T10:14:58.139Z] [INFO] Executing command: oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:14:58.542Z] [INFO] [EXEC] oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:14:58.550Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-oci-deployment-101388","stderr":"","exitCode":0} [2026-09-10T10:14:58.559Z] [INFO] Project 'test-oci-deployment-101388' exists. [2026-09-10T10:14:58.572Z] [INFO] Project test-oci-deployment-101388 still exists, waiting... [2026-09-10T10:14:59.580Z] [INFO] Executing command: oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:14:59.958Z] [INFO] [EXEC] oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:14:59.966Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-oci-deployment-101388","stderr":"","exitCode":0} [2026-09-10T10:14:59.973Z] [INFO] Project 'test-oci-deployment-101388' exists. [2026-09-10T10:14:59.986Z] [INFO] Project test-oci-deployment-101388 still exists, waiting... [2026-09-10T10:15:01.003Z] [INFO] Executing command: oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:15:01.392Z] [INFO] [EXEC] oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:15:01.399Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-oci-deployment-101388","stderr":"","exitCode":0} [2026-09-10T10:15:01.405Z] [INFO] Project 'test-oci-deployment-101388' exists. [2026-09-10T10:15:01.414Z] [INFO] Project test-oci-deployment-101388 still exists, waiting... [2026-09-10T10:15:02.422Z] [INFO] Executing command: oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:15:02.813Z] [INFO] [EXEC] oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:15:02.820Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-oci-deployment-101388","stderr":"","exitCode":0} [2026-09-10T10:15:02.827Z] [INFO] Project 'test-oci-deployment-101388' exists. [2026-09-10T10:15:02.836Z] [INFO] Project test-oci-deployment-101388 still exists, waiting... [2026-09-10T10:15:03.845Z] [INFO] Executing command: oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:15:04.210Z] [INFO] [EXEC] oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:15:04.217Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-oci-deployment-101388","stderr":"","exitCode":0} [2026-09-10T10:15:04.225Z] [INFO] Project 'test-oci-deployment-101388' exists. [2026-09-10T10:15:04.234Z] [INFO] Project test-oci-deployment-101388 still exists, waiting... [2026-09-10T10:15:05.242Z] [INFO] Executing command: oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:15:05.619Z] [INFO] [EXEC] oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:15:05.626Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-oci-deployment-101388","stderr":"","exitCode":0} [2026-09-10T10:15:05.633Z] [INFO] Project 'test-oci-deployment-101388' exists. [2026-09-10T10:15:05.642Z] [INFO] Project test-oci-deployment-101388 still exists, waiting... [2026-09-10T10:15:06.651Z] [INFO] Executing command: oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:15:07.075Z] [INFO] [EXEC] oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:15:07.082Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-oci-deployment-101388","stderr":"","exitCode":0} [2026-09-10T10:15:07.090Z] [INFO] Project 'test-oci-deployment-101388' exists. [2026-09-10T10:15:07.102Z] [INFO] Project test-oci-deployment-101388 still exists, waiting... [2026-09-10T10:15:08.113Z] [INFO] Executing command: oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:15:08.569Z] [INFO] [EXEC] oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:15:08.580Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-oci-deployment-101388","stderr":"","exitCode":0} [2026-09-10T10:15:08.592Z] [INFO] Project 'test-oci-deployment-101388' exists. [2026-09-10T10:15:08.610Z] [INFO] Project test-oci-deployment-101388 still exists, waiting... [2026-09-10T10:15:09.623Z] [INFO] Executing command: oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:15:10.156Z] [INFO] [EXEC] oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:15:10.165Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-oci-deployment-101388","stderr":"","exitCode":0} [2026-09-10T10:15:10.175Z] [INFO] Project 'test-oci-deployment-101388' exists. [2026-09-10T10:15:10.188Z] [INFO] Project test-oci-deployment-101388 still exists, waiting... [2026-09-10T10:15:11.198Z] [INFO] Executing command: oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:15:11.607Z] [INFO] [EXEC] oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:15:11.619Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-oci-deployment-101388","stderr":"","exitCode":0} [2026-09-10T10:15:11.633Z] [INFO] Project 'test-oci-deployment-101388' exists. [2026-09-10T10:15:11.650Z] [INFO] Project test-oci-deployment-101388 still exists, waiting... [2026-09-10T10:15:12.660Z] [INFO] Executing command: oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:15:13.074Z] [INFO] [EXEC] oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:15:13.173Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-oci-deployment-101388","stderr":"","exitCode":0} [2026-09-10T10:15:13.181Z] [INFO] Project 'test-oci-deployment-101388' exists. [2026-09-10T10:15:13.193Z] [INFO] Project test-oci-deployment-101388 still exists, waiting... [2026-09-10T10:15:14.202Z] [INFO] Executing command: oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:15:14.656Z] [INFO] [EXEC] oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:15:14.665Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-oci-deployment-101388\" not found","exitCode":1} [2026-09-10T10:15:14.674Z] [INFO] Project 'test-oci-deployment-101388' does not exist. [2026-09-10T10:15:14.687Z] [INFO] Creating project test-oci-deployment-101388 [2026-09-10T10:15:15.285Z] [INFO] [EXEC] oc new-project test-oci-deployment-101388 [2026-09-10T10:15:15.297Z] [INFO] 🔍 Polling for namespace test-oci-deployment-101388 (max 30s) [2026-09-10T10:15:15.697Z] [INFO] [EXEC] oc get namespace test-oci-deployment-101388 [2026-09-10T10:15:15.709Z] [INFO] ✅ namespace test-oci-deployment-101388 (found after 0.4s) [2026-09-10T10:15:16.252Z] [INFO] [EXEC] oc label namespace test-oci-deployment-101388 opendatahub.io/dashboard=true --overwrite [2026-09-10T10:15:16.263Z] [INFO] 🔍 Polling for project test-oci-deployment-101388 dashboard-ready (max 15s) [2026-09-10T10:15:16.650Z] [INFO] [EXEC] oc get project test-oci-deployment-101388 -o json | jq -e '.metadata.labels["opendatahub.io/dashboard"] == "true" and .status.phase == "Active"' [2026-09-10T10:15:16.662Z] [INFO] ✅ project test-oci-deployment-101388 dashboard-ready (found after 0.4s) [2026-09-10T10:15:16.682Z] [INFO] Executing command: oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:15:17.067Z] [INFO] [EXEC] oc get project "test-oci-deployment-101388" -o name [2026-09-10T10:15:17.075Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-oci-deployment-101388","stderr":"","exitCode":0} [2026-09-10T10:15:17.084Z] [INFO] Project 'test-oci-deployment-101388' exists. [2026-09-10T10:15:17.127Z] [INFO] [STEP 1] Navigate to DS Project test-oci-deployment-101388 [2026-09-10T10:15:17.245Z] [INFO] Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/ [2026-09-10T10:15:26.057Z] [INFO] ✅ Project "test-oci-deployment-101388" visible in list [2026-09-10T10:15:26.446Z] [INFO] [STEP 2] Create an OCI Connection [2026-09-10T10:15:33.409Z] [INFO] [STEP 3] Deploy OCI Connection with KServe [2026-09-10T10:15:35.522Z] [INFO] [STEP 4] Step 1: Model details [2026-09-10T10:15:40.422Z] [INFO] [STEP 5] Step 2: Model deployment [2026-09-10T10:15:42.951Z] [INFO] [STEP 6] Step 3: Advanced settings [2026-09-10T10:15:45.146Z] [INFO] [STEP 7] Step 4: Review [2026-09-10T10:15:49.587Z] [INFO] [STEP 8] Verify that the Model is running [2026-09-10T10:15:50.405Z] [INFO] [EXEC] oc get InferenceService test-oci-model-deployment -n test-oci-deployment-101388 -o json [2026-09-10T10:15:50.657Z] [INFO] Raw command output (attempt 1): Exit code: 0 Stdout length: 4141 Stderr: none [2026-09-10T10:15:50.684Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1beta1", "kind": "InferenceService", "metadata": { ... [2026-09-10T10:15:50.857Z] [INFO] 🧐 Attempt 1: Checking InferenceService state Service Name: test-oci-model-deployment Active Model State: EMPTY Deployment Mode: Standard Total Conditions: 4 [2026-09-10T10:15:50.878Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-09-10T10:15:50.894Z] [INFO] Active Model State Check: ⏭ Skipped (Standard mode uses conditions) [2026-09-10T10:15:50.909Z] [INFO] 📋 InferenceService test-oci-model-deployment deployment mode: Standard [2026-09-10T10:16:41.377Z] [INFO] [EXEC] oc get InferenceService test-oci-model-deployment -n test-oci-deployment-101388 -o json [2026-09-10T10:16:41.399Z] [INFO] Raw command output (attempt 2): Exit code: 0 Stdout length: 4199 Stderr: none [2026-09-10T10:16:41.413Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1beta1", "kind": "InferenceService", "metadata": { ... [2026-09-10T10:16:41.422Z] [INFO] 🧐 Attempt 2: Checking InferenceService state Service Name: test-oci-model-deployment Active Model State: Loaded Deployment Mode: Standard Total Conditions: 4 [2026-09-10T10:16:41.431Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: True Reason: Passed: ✅ [2026-09-10T10:16:41.439Z] [INFO] Active Model State Check: ⏭ Skipped (Standard mode uses conditions) [2026-09-10T10:16:41.447Z] [INFO] 📋 InferenceService test-oci-model-deployment deployment mode: Standard [2026-09-10T10:16:41.455Z] [INFO] ✅ InferenceService test-oci-model-deployment meets all conditions after 2 attempts [2026-09-10T10:16:41.596Z] [INFO] [STEP 9] Verify the model is not accessible without a token [2026-09-10T10:16:42.185Z] [INFO] [EXEC] oc get inferenceService test-oci-model-deployment -n test-oci-deployment-101388 -o json [2026-09-10T10:16:42.201Z] [INFO] Request attempt 1 of 7 [2026-09-10T10:16:42.212Z] [INFO] Request URL: https://test-oci-model-deployment-test-oci-deployment-101388.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/v2/models/test-oci-model-deployment [2026-09-10T10:16:42.222Z] [INFO] Request method: GET [2026-09-10T10:16:42.231Z] [INFO] Request headers: {"Content-Type":"application/json"} [2026-09-10T10:16:42.436Z] [INFO] Response status: 200 [2026-09-10T10:16:42.444Z] [INFO] Response body: {"name":"test-oci-model-deployment","versions":["1"],"platform":"OpenVINO","inputs":[{"name":"dense_input","datatype":"FP32","shape":[-1,5]}],"outputs":[{"name":"Identity:0","datatype":"FP32","shape":[-1,1]}]} 1) Verify User Can Create an OCI Connection, Deploy Model with Token Auth, and Verify Token Access [2026-09-10T10:16:43.274Z] [INFO] [EXEC] oc delete project test-oci-deployment-101388 --wait --ignore-not-found 0 passing (3m) 1 failing 1) A user can create an OCI connection and deploy a model with it Verify User Can Create an OCI Connection, Deploy Model with Token Auth, and Verify Token Access: Test steps were: 1. Navigate to DS Project test-oci-deployment-101388 2. Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/ 3. Create an OCI Connection 4. Deploy OCI Connection with KServe 5. Step 1: Model details 6. Step 2: Model deployment 7. Step 3: Advanced settings 8. Step 4: Review 9. Verify that the Model is running 10. Verify the model is not accessible without a token expected 200 to equal 401 + expected - actual -200 +401 AssertionError: expected 200 to equal 401 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/tests/e2e/dataScienceProjects/models/testDeployOCIModel.cy.ts:171:10) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet3/e2e/.jsons/mochawesome_002.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 2 │ │ Video: false │ │ Duration: 3 minutes, 17 seconds │ │ Spec Ran: dataScienceProjects/models/testDeployOCIModel.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet3/e2e/screenshots/dataScie (1280x720) nceProjects/models/testDeployOCIModel.cy.ts/A user can create an OCI connection and deploy a model with it -- Verify User Can Create an OCI Connection, Deploy M odel with Token Auth, and Verify Token Access (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet3/e2e/screenshots/dataScie (1280x720) nceProjects/models/testDeployOCIModel.cy.ts/A user can create an OCI connection and deploy a model with it -- Verify User Can Create an OCI Connection, Deploy M odel with Token Auth, and Verify Token Access (failed) (attempt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/models/testModelPvcDeployment.cy.ts (4 of 9) [2026-09-10T10:16:47.438Z] [INFO] Setting tests timeout to: 480 seconds Verify a contributor can deploy a model from a PVC [2026-09-10T10:16:47.470Z] [INFO] Starting 480s timeout for: Admin creates PVC with model, Contributor deploys from PVC and verifies deployment [2026-09-10T10:16:47.479Z] [INFO] Test title: Admin creates PVC with model, Contributor deploys from PVC and verifies deployment [2026-09-10T10:16:47.493Z] [INFO] Test tags: ["@Smoke","@SmokeSet3","@Dashboard","@ModelServing","@ODS-2552","@ModelServingCI","@KServeCI"] [2026-09-10T10:16:47.500Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T10:16:47.510Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-09-10T10:16:48.023Z] [INFO] [EXEC] oc whoami [2026-09-10T10:16:48.512Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://a5d0886f3b1294de28ae5ff0d29533b0-e8268fe435614b27.elb.us-east-2.amazonaws.com:6443" --insecure-skip-tls-verify [2026-09-10T10:16:48.519Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-09-10T10:16:48.537Z] [INFO] Executing command: oc get project "test-model-pvc-deployment-134877" -o name [2026-09-10T10:16:48.960Z] [INFO] [EXEC] oc get project "test-model-pvc-deployment-134877" -o name [2026-09-10T10:16:48.983Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-pvc-deployment-134877\" not found","exitCode":1} [2026-09-10T10:16:49.017Z] [INFO] Project 'test-model-pvc-deployment-134877' does not exist. [2026-09-10T10:16:49.053Z] [INFO] Creating project test-model-pvc-deployment-134877 [2026-09-10T10:16:49.500Z] [INFO] [EXEC] oc new-project test-model-pvc-deployment-134877 [2026-09-10T10:16:49.514Z] [INFO] 🔍 Polling for namespace test-model-pvc-deployment-134877 (max 30s) [2026-09-10T10:16:49.973Z] [INFO] [EXEC] oc get namespace test-model-pvc-deployment-134877 [2026-09-10T10:16:49.983Z] [INFO] ✅ namespace test-model-pvc-deployment-134877 (found after 0.5s) [2026-09-10T10:16:50.462Z] [INFO] [EXEC] oc label namespace test-model-pvc-deployment-134877 opendatahub.io/dashboard=true --overwrite [2026-09-10T10:16:50.489Z] [INFO] 🔍 Polling for project test-model-pvc-deployment-134877 dashboard-ready (max 15s) [2026-09-10T10:16:50.977Z] [INFO] [EXEC] oc get project test-model-pvc-deployment-134877 -o json | jq -e '.metadata.labels["opendatahub.io/dashboard"] == "true" and .status.phase == "Active"' [2026-09-10T10:16:50.997Z] [INFO] ✅ project test-model-pvc-deployment-134877 dashboard-ready (found after 0.5s) [2026-09-10T10:16:51.024Z] [INFO] Executing command: oc get project "test-model-pvc-deployment-134877" -o name [2026-09-10T10:16:51.502Z] [INFO] [EXEC] oc get project "test-model-pvc-deployment-134877" -o name [2026-09-10T10:16:51.539Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-pvc-deployment-134877","stderr":"","exitCode":0} [2026-09-10T10:16:51.587Z] [INFO] Project 'test-model-pvc-deployment-134877' exists. [2026-09-10T10:16:52.130Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789035411624-lhyy13qvn.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789035411624-lhyy13qvn.yaml; exit $status [2026-09-10T10:16:52.158Z] [INFO] Command exit code: 0 [2026-09-10T10:16:52.600Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-model-pvc-deployment-134877 [2026-09-10T10:16:52.663Z] [INFO] [STEP 1] Log into the application as admin [2026-09-10T10:16:52.703Z] [INFO] Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/ [2026-09-10T10:16:54.998Z] [INFO] [STEP 2] Navigate to the project as admin [2026-09-10T10:16:55.269Z] [INFO] Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/projects [2026-09-10T10:17:01.270Z] [INFO] ✅ Project "test-model-pvc-deployment-134877" visible in list [2026-09-10T10:17:01.484Z] [INFO] [STEP 3] Navigate to cluster storage page [2026-09-10T10:17:04.270Z] [INFO] [STEP 4] Enter cluster storage details [2026-09-10T10:17:06.686Z] [INFO] [STEP 5] Create pod to mount the PVC [2026-09-10T10:17:07.509Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789035426827-otawipk4w.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789035426827-otawipk4w.yaml; exit $status [2026-09-10T10:17:07.517Z] [INFO] Command exit code: 0 [2026-09-10T10:17:07.573Z] [INFO] [STEP 6] Verify the pod completes successfully [2026-09-10T10:17:07.632Z] [INFO] Finding pods with command: oc get pods -n test-model-pvc-deployment-134877 -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep pvc-loader-pod [2026-09-10T10:17:38.130Z] [INFO] [EXEC] oc get pods -n test-model-pvc-deployment-134877 -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep pvc-loader-pod [2026-09-10T10:17:38.195Z] [INFO] Parsed: namespace = test-model-pvc-deployment-134877, podName = pvc-loader-pod [2026-09-10T10:17:38.253Z] [INFO] Found 1 matching pods [2026-09-10T10:17:38.313Z] [INFO] Executing command to wait for pod completion: oc wait --for=jsonpath='{.status.phase}'=Succeeded pod/pvc-loader-pod -n test-model-pvc-deployment-134877 --timeout=300s [2026-09-10T10:22:39.023Z] [INFO] Starting 480s timeout for: Admin creates PVC with model, Contributor deploys from PVC and verifies deployment [2026-09-10T10:22:39.026Z] [INFO] Test title: Admin creates PVC with model, Contributor deploys from PVC and verifies deployment [2026-09-10T10:22:39.031Z] [INFO] Test tags: ["@Smoke","@SmokeSet3","@Dashboard","@ModelServing","@ODS-2552","@ModelServingCI","@KServeCI"] [2026-09-10T10:22:39.035Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T10:22:39.038Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-09-10T10:22:39.413Z] [INFO] [EXEC] oc whoami [2026-09-10T10:22:39.952Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://a5d0886f3b1294de28ae5ff0d29533b0-e8268fe435614b27.elb.us-east-2.amazonaws.com:6443" --insecure-skip-tls-verify [2026-09-10T10:22:39.957Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-09-10T10:22:39.960Z] [INFO] Executing command: oc get project "test-model-pvc-deployment-134877" -o name [2026-09-10T10:22:40.350Z] [INFO] [EXEC] oc get project "test-model-pvc-deployment-134877" -o name [2026-09-10T10:22:40.357Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-pvc-deployment-134877","stderr":"","exitCode":0} [2026-09-10T10:22:40.363Z] [INFO] Project 'test-model-pvc-deployment-134877' exists. [2026-09-10T10:22:40.371Z] [INFO] Project test-model-pvc-deployment-134877 already exists. Deleting it. [2026-09-10T10:22:40.839Z] [INFO] [EXEC] oc delete project test-model-pvc-deployment-134877 --wait [2026-09-10T10:22:40.849Z] [INFO] Waiting for project test-model-pvc-deployment-134877 to be fully deleted... [2026-09-10T10:22:40.853Z] [INFO] Executing command: oc get project "test-model-pvc-deployment-134877" -o name [2026-09-10T10:22:41.272Z] [INFO] [EXEC] oc get project "test-model-pvc-deployment-134877" -o name [2026-09-10T10:22:41.279Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-pvc-deployment-134877","stderr":"","exitCode":0} [2026-09-10T10:22:41.286Z] [INFO] Project 'test-model-pvc-deployment-134877' exists. [2026-09-10T10:22:41.295Z] [INFO] Project test-model-pvc-deployment-134877 still exists, waiting... [2026-09-10T10:22:42.302Z] [INFO] Executing command: oc get project "test-model-pvc-deployment-134877" -o name [2026-09-10T10:22:42.693Z] [INFO] [EXEC] oc get project "test-model-pvc-deployment-134877" -o name [2026-09-10T10:22:42.700Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-pvc-deployment-134877","stderr":"","exitCode":0} [2026-09-10T10:22:42.708Z] [INFO] Project 'test-model-pvc-deployment-134877' exists. [2026-09-10T10:22:42.718Z] [INFO] Project test-model-pvc-deployment-134877 still exists, waiting... [2026-09-10T10:22:43.727Z] [INFO] Executing command: oc get project "test-model-pvc-deployment-134877" -o name [2026-09-10T10:22:44.104Z] [INFO] [EXEC] oc get project "test-model-pvc-deployment-134877" -o name [2026-09-10T10:22:44.111Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-pvc-deployment-134877","stderr":"","exitCode":0} [2026-09-10T10:22:44.117Z] [INFO] Project 'test-model-pvc-deployment-134877' exists. [2026-09-10T10:22:44.127Z] [INFO] Project test-model-pvc-deployment-134877 still exists, waiting... [2026-09-10T10:22:45.135Z] [INFO] Executing command: oc get project "test-model-pvc-deployment-134877" -o name [2026-09-10T10:22:45.509Z] [INFO] [EXEC] oc get project "test-model-pvc-deployment-134877" -o name [2026-09-10T10:22:45.517Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-pvc-deployment-134877","stderr":"","exitCode":0} [2026-09-10T10:22:45.525Z] [INFO] Project 'test-model-pvc-deployment-134877' exists. [2026-09-10T10:22:45.535Z] [INFO] Project test-model-pvc-deployment-134877 still exists, waiting... [2026-09-10T10:22:46.543Z] [INFO] Executing command: oc get project "test-model-pvc-deployment-134877" -o name [2026-09-10T10:22:46.939Z] [INFO] [EXEC] oc get project "test-model-pvc-deployment-134877" -o name [2026-09-10T10:22:46.946Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-pvc-deployment-134877","stderr":"","exitCode":0} [2026-09-10T10:22:46.954Z] [INFO] Project 'test-model-pvc-deployment-134877' exists. [2026-09-10T10:22:46.965Z] [INFO] Project test-model-pvc-deployment-134877 still exists, waiting... [2026-09-10T10:22:47.974Z] [INFO] Executing command: oc get project "test-model-pvc-deployment-134877" -o name [2026-09-10T10:22:48.375Z] [INFO] [EXEC] oc get project "test-model-pvc-deployment-134877" -o name [2026-09-10T10:22:48.382Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-pvc-deployment-134877","stderr":"","exitCode":0} [2026-09-10T10:22:48.389Z] [INFO] Project 'test-model-pvc-deployment-134877' exists. [2026-09-10T10:22:48.399Z] [INFO] Project test-model-pvc-deployment-134877 still exists, waiting... [2026-09-10T10:22:49.409Z] [INFO] Executing command: oc get project "test-model-pvc-deployment-134877" -o name [2026-09-10T10:22:49.785Z] [INFO] [EXEC] oc get project "test-model-pvc-deployment-134877" -o name [2026-09-10T10:22:49.792Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-pvc-deployment-134877","stderr":"","exitCode":0} [2026-09-10T10:22:49.801Z] [INFO] Project 'test-model-pvc-deployment-134877' exists. [2026-09-10T10:22:49.813Z] [INFO] Project test-model-pvc-deployment-134877 still exists, waiting... [2026-09-10T10:22:50.823Z] [INFO] Executing command: oc get project "test-model-pvc-deployment-134877" -o name [2026-09-10T10:22:51.226Z] [INFO] [EXEC] oc get project "test-model-pvc-deployment-134877" -o name [2026-09-10T10:22:51.235Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-pvc-deployment-134877","stderr":"","exitCode":0} [2026-09-10T10:22:51.243Z] [INFO] Project 'test-model-pvc-deployment-134877' exists. [2026-09-10T10:22:51.256Z] [INFO] Project test-model-pvc-deployment-134877 still exists, waiting... [2026-09-10T10:22:52.265Z] [INFO] Executing command: oc get project "test-model-pvc-deployment-134877" -o name [2026-09-10T10:22:52.686Z] [INFO] [EXEC] oc get project "test-model-pvc-deployment-134877" -o name [2026-09-10T10:22:52.694Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-pvc-deployment-134877\" not found","exitCode":1} [2026-09-10T10:22:52.702Z] [INFO] Project 'test-model-pvc-deployment-134877' does not exist. [2026-09-10T10:22:52.714Z] [INFO] Creating project test-model-pvc-deployment-134877 [2026-09-10T10:22:53.177Z] [INFO] [EXEC] oc new-project test-model-pvc-deployment-134877 [2026-09-10T10:22:53.186Z] [INFO] 🔍 Polling for namespace test-model-pvc-deployment-134877 (max 30s) [2026-09-10T10:22:53.596Z] [INFO] [EXEC] oc get namespace test-model-pvc-deployment-134877 [2026-09-10T10:22:53.603Z] [INFO] ✅ namespace test-model-pvc-deployment-134877 (found after 0.4s) [2026-09-10T10:22:54.072Z] [INFO] [EXEC] oc label namespace test-model-pvc-deployment-134877 opendatahub.io/dashboard=true --overwrite [2026-09-10T10:22:54.084Z] [INFO] 🔍 Polling for project test-model-pvc-deployment-134877 dashboard-ready (max 15s) [2026-09-10T10:22:54.469Z] [INFO] [EXEC] oc get project test-model-pvc-deployment-134877 -o json | jq -e '.metadata.labels["opendatahub.io/dashboard"] == "true" and .status.phase == "Active"' [2026-09-10T10:22:54.475Z] [INFO] ✅ project test-model-pvc-deployment-134877 dashboard-ready (found after 0.4s) [2026-09-10T10:22:54.487Z] [INFO] Executing command: oc get project "test-model-pvc-deployment-134877" -o name [2026-09-10T10:22:54.876Z] [INFO] [EXEC] oc get project "test-model-pvc-deployment-134877" -o name [2026-09-10T10:22:54.883Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-pvc-deployment-134877","stderr":"","exitCode":0} [2026-09-10T10:22:54.890Z] [INFO] Project 'test-model-pvc-deployment-134877' exists. [2026-09-10T10:22:55.320Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789035774894-bobcvt6mj.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789035774894-bobcvt6mj.yaml; exit $status [2026-09-10T10:22:55.328Z] [INFO] Command exit code: 0 [2026-09-10T10:22:55.762Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-model-pvc-deployment-134877 [2026-09-10T10:22:55.799Z] [INFO] [STEP 1] Log into the application as admin [2026-09-10T10:22:55.814Z] [INFO] Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/ [2026-09-10T10:22:57.902Z] [INFO] [STEP 2] Navigate to the project as admin [2026-09-10T10:22:58.107Z] [INFO] Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/projects [2026-09-10T10:23:03.273Z] [INFO] ✅ Project "test-model-pvc-deployment-134877" visible in list [2026-09-10T10:23:03.667Z] [INFO] [STEP 3] Navigate to cluster storage page [2026-09-10T10:23:07.012Z] [INFO] [STEP 4] Enter cluster storage details [2026-09-10T10:23:10.056Z] [INFO] [STEP 5] Create pod to mount the PVC [2026-09-10T10:23:11.065Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789035790402-5olvn0y8w.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789035790402-5olvn0y8w.yaml; exit $status [2026-09-10T10:23:11.072Z] [INFO] Command exit code: 0 [2026-09-10T10:23:11.078Z] [INFO] [STEP 6] Verify the pod completes successfully [2026-09-10T10:23:11.083Z] [INFO] Finding pods with command: oc get pods -n test-model-pvc-deployment-134877 -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep pvc-loader-pod [2026-09-10T10:23:41.531Z] [INFO] [EXEC] oc get pods -n test-model-pvc-deployment-134877 -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep pvc-loader-pod [2026-09-10T10:23:41.548Z] [INFO] Parsed: namespace = test-model-pvc-deployment-134877, podName = pvc-loader-pod [2026-09-10T10:23:41.555Z] [INFO] Found 1 matching pods [2026-09-10T10:23:41.562Z] [INFO] Executing command to wait for pod completion: oc wait --for=jsonpath='{.status.phase}'=Succeeded pod/pvc-loader-pod -n test-model-pvc-deployment-134877 --timeout=300s 1) Admin creates PVC with model, Contributor deploys from PVC and verifies deployment [2026-09-10T10:28:42.136Z] [INFO] Cleaning up project test-model-pvc-deployment-134877 [2026-09-10T10:28:42.535Z] [INFO] [EXEC] oc whoami [2026-09-10T10:28:43.150Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://a5d0886f3b1294de28ae5ff0d29533b0-e8268fe435614b27.elb.us-east-2.amazonaws.com:6443" --insecure-skip-tls-verify [2026-09-10T10:28:43.576Z] [INFO] [EXEC] oc delete project test-model-pvc-deployment-134877 --wait=false --ignore-not-found 0 passing (12m) 1 failing 1) Verify a contributor can deploy a model from a PVC Admin creates PVC with model, Contributor deploys from PVC and verifies deployment: Test steps were: 1. Log into the application as admin 2. Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/ 3. Navigate to the project as admin 4. Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/projects 5. Navigate to cluster storage page 6. Enter cluster storage details 7. Create pod to mount the PVC 8. Verify the pod completes successfully `cy.exec('oc wait --for=jsonpath='{.status.phase}'=Succeeded pod/pvc-loader-pod -n test-model-pvc-deployment-134877 --timeout=300s')` timed out after waiting `300000ms`. https://on.cypress.io/exec CypressError: `cy.exec('oc wait --for=jsonpath='{.status.phase}'=Succeeded pod/pvc-loader-pod -n test-model-pvc-deployment-134877 --timeout=300s')` timed out after waiting `300000ms`. https://on.cypress.io/exec at (https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:124114:70) at tryCatcher (https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1777:23) at (https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:4156:41) at tryCatcher (https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1777:23) at Promise._settlePromiseFromHandler (https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1489:31) at Promise._settlePromise (https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1546:18) at Promise._settlePromise0 (https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1591:10) at Promise._settlePromises (https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:1667:18) at _drainQueueStep (https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:2377:12) at _drainQueue (https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:2370:9) at Async._drainQueues (https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:2386:5) at Async.drainQueues (https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/__cypress/runner/cypress_runner.js:2256:14) From Your Spec Code: at eval (webpack://@odh-dashboard/cypress/./cypress/utils/oc_commands/baseCommands.ts:298:11) at Array.forEach () at Context.eval (webpack://@odh-dashboard/cypress/./cypress/utils/oc_commands/baseCommands.ts:291:11) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet3/e2e/.jsons/mochawesome_003.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 2 │ │ Video: false │ │ Duration: 11 minutes, 56 seconds │ │ Spec Ran: dataScienceProjects/models/testModelPvcDeployment.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet3/e2e/screenshots/dataScie (1280x720) nceProjects/models/testModelPvcDeployment.cy.ts/Verify a contributor can deploy a model from a PVC -- Admin creates PVC with model, Contributor deploys from PVC and verifies deployment (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet3/e2e/screenshots/dataScie (1280x720) nceProjects/models/testModelPvcDeployment.cy.ts/Verify a contributor can deploy a model from a PVC -- Admin creates PVC with model, Contributor deploys from PVC and verifies deployment (failed) (attempt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/models/testModelTokenAuth.cy.ts (5 of 9) [2026-09-10T10:28:47.202Z] [INFO] Setting tests timeout to: 480 seconds A model can be deployed with token auth [2026-09-10T10:28:47.233Z] [INFO] Starting 480s timeout for: Verify that a model can be deployed with token auth [2026-09-10T10:28:47.238Z] [INFO] Test title: Verify that a model can be deployed with token auth [2026-09-10T10:28:47.251Z] [INFO] Test tags: ["@Smoke","@SmokeSet3","@Dashboard","@ModelServing","@ModelServingCI","@KServeCI"] [2026-09-10T10:28:47.261Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T10:28:47.267Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-09-10T10:28:47.287Z] [INFO] Loading test data [2026-09-10T10:28:47.310Z] [INFO] Loaded project name: test-model-token-auth-115924 [2026-09-10T10:28:47.700Z] [INFO] [EXEC] oc whoami [2026-09-10T10:28:48.192Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://a5d0886f3b1294de28ae5ff0d29533b0-e8268fe435614b27.elb.us-east-2.amazonaws.com:6443" --insecure-skip-tls-verify [2026-09-10T10:28:48.205Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-09-10T10:28:48.214Z] [INFO] Executing command: oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:28:48.624Z] [INFO] [EXEC] oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:28:48.639Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-token-auth-115924\" not found","exitCode":1} [2026-09-10T10:28:48.654Z] [INFO] Project 'test-model-token-auth-115924' does not exist. [2026-09-10T10:28:48.672Z] [INFO] Creating project test-model-token-auth-115924 [2026-09-10T10:28:49.143Z] [INFO] [EXEC] oc new-project test-model-token-auth-115924 [2026-09-10T10:28:49.153Z] [INFO] 🔍 Polling for namespace test-model-token-auth-115924 (max 30s) [2026-09-10T10:28:49.598Z] [INFO] [EXEC] oc get namespace test-model-token-auth-115924 [2026-09-10T10:28:49.604Z] [INFO] ✅ namespace test-model-token-auth-115924 (found after 0.5s) [2026-09-10T10:28:50.069Z] [INFO] [EXEC] oc label namespace test-model-token-auth-115924 opendatahub.io/dashboard=true --overwrite [2026-09-10T10:28:50.086Z] [INFO] 🔍 Polling for project test-model-token-auth-115924 dashboard-ready (max 15s) [2026-09-10T10:28:50.503Z] [INFO] [EXEC] oc get project test-model-token-auth-115924 -o json | jq -e '.metadata.labels["opendatahub.io/dashboard"] == "true" and .status.phase == "Active"' [2026-09-10T10:28:50.518Z] [INFO] ✅ project test-model-token-auth-115924 dashboard-ready (found after 0.4s) [2026-09-10T10:28:50.550Z] [INFO] Executing command: oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:28:50.993Z] [INFO] [EXEC] oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:28:51.000Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-token-auth-115924","stderr":"","exitCode":0} [2026-09-10T10:28:51.021Z] [INFO] Project 'test-model-token-auth-115924' exists. [2026-09-10T10:28:51.533Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789036131053-1fe6iez8a.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789036131053-1fe6iez8a.yaml; exit $status [2026-09-10T10:28:51.551Z] [INFO] Command exit code: 0 [2026-09-10T10:28:51.609Z] [INFO] Model Name: [2026-09-10T10:28:51.628Z] [INFO] [STEP 1] Log into the application as admin [2026-09-10T10:28:51.665Z] [INFO] Navigate to: https://rh-ai.apps.24f56dda89b63ee00d51.prod.konflux-ocp-ci.dev/ [2026-09-10T10:28:53.941Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-model-token-auth-115924 [2026-09-10T10:28:59.383Z] [INFO] ✅ Project "test-model-token-auth-115924" visible in list [2026-09-10T10:28:59.585Z] [INFO] [STEP 3] Navigate to Model Serving and click to Deploy a model [2026-09-10T10:29:01.970Z] [INFO] [STEP 4] Step 1: Model details [2026-09-10T10:29:04.886Z] [INFO] [STEP 5] Step 2: Model deployment [2026-09-10T10:29:06.305Z] [INFO] [STEP 6] Step 3: Advanced settings [2026-09-10T10:29:06.357Z] [INFO] [STEP 7] Enable Model access through an external route [2026-09-10T10:29:07.851Z] [INFO] [STEP 8] Step 4: Review [2026-09-10T10:29:12.782Z] [INFO] [STEP 9] Verify that the Model is running [2026-09-10T10:29:13.555Z] [INFO] [EXEC] oc get InferenceService test-model -n test-model-token-auth-115924 -o json [2026-09-10T10:29:13.696Z] [INFO] Raw command output (attempt 1): Exit code: 0 Stdout length: 4188 Stderr: none [2026-09-10T10:29:13.767Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1beta1", "kind": "InferenceService", "metadata": { ... [2026-09-10T10:29:13.839Z] [INFO] 🧐 Attempt 1: Checking InferenceService state Service Name: test-model Active Model State: EMPTY Deployment Mode: Standard Total Conditions: 4 [2026-09-10T10:29:13.913Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-09-10T10:29:13.987Z] [INFO] Active Model State Check: ⏭ Skipped (Standard mode uses conditions) [2026-09-10T10:29:14.061Z] [INFO] 📋 InferenceService test-model deployment mode: Standard [2026-09-10T10:30:04.976Z] [INFO] Starting 480s timeout for: Verify that a model can be deployed with token auth [2026-09-10T10:30:04.980Z] [INFO] Test title: Verify that a model can be deployed with token auth [2026-09-10T10:30:04.986Z] [INFO] Test tags: ["@Smoke","@SmokeSet3","@Dashboard","@ModelServing","@ModelServingCI","@KServeCI"] [2026-09-10T10:30:04.991Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-09-10T10:30:04.996Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-09-10T10:30:05.006Z] [INFO] Loading test data [2026-09-10T10:30:05.018Z] [INFO] Loaded project name: test-model-token-auth-115924 [2026-09-10T10:30:05.411Z] [INFO] [EXEC] oc whoami [2026-09-10T10:30:05.944Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://a5d0886f3b1294de28ae5ff0d29533b0-e8268fe435614b27.elb.us-east-2.amazonaws.com:6443" --insecure-skip-tls-verify [2026-09-10T10:30:05.949Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-09-10T10:30:05.953Z] [INFO] Executing command: oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:30:06.388Z] [INFO] [EXEC] oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:30:06.394Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-token-auth-115924","stderr":"","exitCode":0} [2026-09-10T10:30:06.401Z] [INFO] Project 'test-model-token-auth-115924' exists. [2026-09-10T10:30:06.411Z] [INFO] Project test-model-token-auth-115924 already exists. Deleting it. [2026-09-10T10:30:06.814Z] [INFO] [EXEC] oc delete project test-model-token-auth-115924 --wait [2026-09-10T10:30:06.824Z] [INFO] Waiting for project test-model-token-auth-115924 to be fully deleted... [2026-09-10T10:30:06.829Z] [INFO] Executing command: oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:30:07.240Z] [INFO] [EXEC] oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:30:07.247Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-token-auth-115924","stderr":"","exitCode":0} [2026-09-10T10:30:07.255Z] [INFO] Project 'test-model-token-auth-115924' exists. [2026-09-10T10:30:07.265Z] [INFO] Project test-model-token-auth-115924 still exists, waiting... [2026-09-10T10:30:08.273Z] [INFO] Executing command: oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:30:08.685Z] [INFO] [EXEC] oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:30:08.693Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-token-auth-115924","stderr":"","exitCode":0} [2026-09-10T10:30:08.701Z] [INFO] Project 'test-model-token-auth-115924' exists. [2026-09-10T10:30:08.711Z] [INFO] Project test-model-token-auth-115924 still exists, waiting... [2026-09-10T10:30:09.719Z] [INFO] Executing command: oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:30:10.127Z] [INFO] [EXEC] oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:30:10.135Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-token-auth-115924","stderr":"","exitCode":0} [2026-09-10T10:30:10.143Z] [INFO] Project 'test-model-token-auth-115924' exists. [2026-09-10T10:30:10.154Z] [INFO] Project test-model-token-auth-115924 still exists, waiting... [2026-09-10T10:30:11.163Z] [INFO] Executing command: oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:30:11.573Z] [INFO] [EXEC] oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:30:11.580Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-token-auth-115924","stderr":"","exitCode":0} [2026-09-10T10:30:11.589Z] [INFO] Project 'test-model-token-auth-115924' exists. [2026-09-10T10:30:11.598Z] [INFO] Project test-model-token-auth-115924 still exists, waiting... [2026-09-10T10:30:12.607Z] [INFO] Executing command: oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:30:13.037Z] [INFO] [EXEC] oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:30:13.045Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-token-auth-115924","stderr":"","exitCode":0} [2026-09-10T10:30:13.053Z] [INFO] Project 'test-model-token-auth-115924' exists. [2026-09-10T10:30:13.067Z] [INFO] Project test-model-token-auth-115924 still exists, waiting... [2026-09-10T10:30:14.075Z] [INFO] Executing command: oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:30:14.481Z] [INFO] [EXEC] oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:30:14.490Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-token-auth-115924","stderr":"","exitCode":0} [2026-09-10T10:30:14.498Z] [INFO] Project 'test-model-token-auth-115924' exists. [2026-09-10T10:30:14.508Z] [INFO] Project test-model-token-auth-115924 still exists, waiting... [2026-09-10T10:30:15.517Z] [INFO] Executing command: oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:30:16.020Z] [INFO] [EXEC] oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:30:16.028Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-token-auth-115924","stderr":"","exitCode":0} [2026-09-10T10:30:16.036Z] [INFO] Project 'test-model-token-auth-115924' exists. [2026-09-10T10:30:16.046Z] [INFO] Project test-model-token-auth-115924 still exists, waiting... [2026-09-10T10:30:17.054Z] [INFO] Executing command: oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:30:17.514Z] [INFO] [EXEC] oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:30:17.525Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-token-auth-115924","stderr":"","exitCode":0} [2026-09-10T10:30:17.534Z] [INFO] Project 'test-model-token-auth-115924' exists. [2026-09-10T10:30:17.549Z] [INFO] Project test-model-token-auth-115924 still exists, waiting... [2026-09-10T10:30:18.559Z] [INFO] Executing command: oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:30:19.000Z] [INFO] [EXEC] oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:30:19.007Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-token-auth-115924","stderr":"","exitCode":0} [2026-09-10T10:30:19.016Z] [INFO] Project 'test-model-token-auth-115924' exists. [2026-09-10T10:30:19.026Z] [INFO] Project test-model-token-auth-115924 still exists, waiting... [2026-09-10T10:30:20.034Z] [INFO] Executing command: oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:30:20.438Z] [INFO] [EXEC] oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:30:20.446Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-token-auth-115924","stderr":"","exitCode":0} [2026-09-10T10:30:20.454Z] [INFO] Project 'test-model-token-auth-115924' exists. [2026-09-10T10:30:20.466Z] [INFO] Project test-model-token-auth-115924 still exists, waiting... [2026-09-10T10:30:21.474Z] [INFO] Executing command: oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:30:21.922Z] [INFO] [EXEC] oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:30:21.931Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-token-auth-115924","stderr":"","exitCode":0} [2026-09-10T10:30:21.940Z] [INFO] Project 'test-model-token-auth-115924' exists. [2026-09-10T10:30:21.954Z] [INFO] Project test-model-token-auth-115924 still exists, waiting... [2026-09-10T10:30:22.965Z] [INFO] Executing command: oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:30:23.375Z] [INFO] [EXEC] oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:30:23.382Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-token-auth-115924","stderr":"","exitCode":0} [2026-09-10T10:30:23.390Z] [INFO] Project 'test-model-token-auth-115924' exists. [2026-09-10T10:30:23.401Z] [INFO] Project test-model-token-auth-115924 still exists, waiting... [2026-09-10T10:30:24.410Z] [INFO] Executing command: oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:30:24.851Z] [INFO] [EXEC] oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:30:24.859Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-token-auth-115924\" not found","exitCode":1} [2026-09-10T10:30:24.868Z] [INFO] Project 'test-model-token-auth-115924' does not exist. [2026-09-10T10:30:24.879Z] [INFO] Creating project test-model-token-auth-115924 [2026-09-10T10:30:25.376Z] [INFO] [EXEC] oc new-project test-model-token-auth-115924 [2026-09-10T10:30:25.386Z] [INFO] 🔍 Polling for namespace test-model-token-auth-115924 (max 30s) [2026-09-10T10:30:25.806Z] [INFO] [EXEC] oc get namespace test-model-token-auth-115924 [2026-09-10T10:30:25.814Z] [INFO] ✅ namespace test-model-token-auth-115924 (found after 0.4s) [2026-09-10T10:30:26.268Z] [INFO] [EXEC] oc label namespace test-model-token-auth-115924 opendatahub.io/dashboard=true --overwrite [2026-09-10T10:30:26.277Z] [INFO] 🔍 Polling for project test-model-token-auth-115924 dashboard-ready (max 15s) [2026-09-10T10:30:26.723Z] [INFO] [EXEC] oc get project test-model-token-auth-115924 -o json | jq -e '.metadata.labels["opendatahub.io/dashboard"] == "true" and .status.phase == "Active"' [2026-09-10T10:30:26.730Z] [INFO] ✅ project test-model-token-auth-115924 dashboard-ready (found after 0.5s) [2026-09-10T10:30:26.742Z] [INFO] Executing command: oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:30:27.157Z] [INFO] [EXEC] oc get project "test-model-token-auth-115924" -o name [2026-09-10T10:30:27.164Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-token-auth-115924","stderr":"","exitCode":0} [2026-09-10T10:30:27.172Z] [INFO] Project 'test-model-token-auth-115924' exists. [2026-09-10T10:30:27.675Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789036227176-z86ffgnbg.yaml; status=$?; rm -f -- /tmp/cypress-yaml-1789036227176-z86ffgnbg.yaml; exit $status [2026-09-10T10:30:27.682Z] [INFO] Command exit code: 0