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) "@SmokeSet2" ================================================================================ (Run Starting) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Cypress: 15.17.0 │ │ Browser: Electron 138 (headless) │ │ Node Version: v22.22.0 (/usr/bin/node-22) │ │ Specs: 13 found (application.cy.ts, dataScienceProjects/testLaunchStandaloneNotebook. │ │ cy.ts, dataScienceProjects/testProjectContributorPermissions.cy.ts, dataScienc │ │ eProjects/testProjectCreation.cy.ts, dataScienceProjects/testProjectEditing.cy │ │ .ts, storageClasses/clu...) │ │ Searched: cypress/tests/e2e/application.cy.ts, cypress/tests/e2e/dataScienceProjects/tes │ │ tLaunchStandaloneNotebook.cy.ts, cypress/tests/e2e/dataScienceProjects/testPro │ │ jectContributorPermissions.cy.ts, cypress/tests/e2e/dataScienceProjects/testPr │ │ ojectCreation.cy.ts, cypress/tests/e2e/dataScienceProjects/testProjectEditing. │ │ cy.ts, cypress/tests/e2e/storageClasses/clusterStorage.cy.ts, cypress/tests/e2 │ │ e/storageClasses/storageClasses.cy.ts, cypress/tests/e2e/dataScienceProjects/c │ │ lusterStorage/testClusterStorageAccessModes.cy.ts, cypress/tests/e2e/settings/ │ │ clusterSettings/testAdminClusterSettings.cy.ts, cypress/tests/e2e/settings/con │ │ nectionTypes/testCreateConnectionTypes.cy.ts, cypress/tests/e2e/settings/conne │ │ ctionTypes/testPreInstalledConnectionTypes.cy.ts, cypress/tests/e2e/settings/h │ │ ardwareProfiles/testNotebookTolerations.cy.ts, cypress/tests/e2e/settings/serv │ │ ingRuntimes/testSingleServingRuntimeCreation.cy.ts │ │ Experiments: experimentalInteractiveRunEvents=true,experimentalMemoryManagement=true │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Remove output folder /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: application.cy.ts (1 of 13) [2026-07-09T18:46:33.971Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-09T18:46:33.986Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-09T18:46:34.033Z] [INFO] Test title: should login and load page [2026-07-09T18:46:34.044Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-09T18:46:34.052Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T18:46:34.060Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T18:46:34.070Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T18:46:34.789Z] [INFO] OAuth login flow detected - completing authentication ✓ should login and load page 1 passing (4s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 4 seconds │ │ Spec Ran: application.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts (2 of 13) [2026-07-09T18:46:42.641Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-09T18:46:42.671Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-09T18:46:42.728Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-09T18:46:42.746Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-09T18:46:42.754Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T18:46:42.762Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T18:46:42.833Z] [INFO] Executing: oc get notebooks.kubeflow.org -A -o custom-columns=":metadata.namespace,:metadata.name" | grep jupyter-nb | xargs -I {} sh -c 'oc delete notebook.kubeflow.org -n $(echo {} | cut -d " " -f1) $(echo {} | cut -d " " -f2) --ignore-not-found' [2026-07-09T18:46:43.835Z] [INFO] [EXEC] oc get notebooks.kubeflow.org -A -o custom-columns=":metadata.namespace,:metadata.name" | grep jupyter-nb | xargs -I {} sh -c 'oc delete notebook.kubeflow.org -n $(echo {} | cut -d " " -f1) $(echo {} | cut -d " " -f2) --ignore-not-found' [2026-07-09T18:46:43.849Z] [INFO] No notebooks found [2026-07-09T18:46:43.878Z] [INFO] [STEP 1] Log into the application [2026-07-09T18:46:43.937Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T18:46:44.235Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T18:46:51.678Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-09T18:46:51.934Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-09T18:46:53.528Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-09T18:46:53.550Z] [INFO] [STEP 5] Launch a notebook server [2026-07-09T18:46:53.840Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-09T18:46:53.845Z] [INFO] Finding pods with command: oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-09T18:47:06.128Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-09T18:47:06.157Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-09T18:47:06.231Z] [INFO] Found 1 matching pods [2026-07-09T18:47:06.237Z] [INFO] Executing command to wait for pod readiness: oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-09T18:47:56.138Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-09T18:47:56.253Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-09T18:47:56.260Z] [INFO] [STEP 7] Expand the Event log [2026-07-09T18:47:56.839Z] [INFO] [STEP 8] Waits for the Success alert [2026-07-09T18:47:58.531Z] [INFO] [STEP 9] Opens the server in a new tab [2026-07-09T18:47:59.053Z] [INFO] [STEP 10] Stop the server [2026-07-09T18:48:00.237Z] [INFO] [STEP 11] Confirm stopping the server ✓ Verify User Can Access Jupyter Launcher From Project Page (78262ms) 1 passing (1m) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 1 minute, 18 seconds │ │ Spec Ran: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectContributorPermissions.cy.ts (3 of 13) [2026-07-09T18:48:06.272Z] [INFO] Setting tests timeout to: 480 seconds Verify that users can provide contributor project permissions to non-admin users - Verify that user can be added as a Contributor for a Project - Verify that user can access the created project as a Contributor [2026-07-09T18:48:06.342Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (196ms) 2 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_002.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 2 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 2 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: dataScienceProjects/testProjectContributorPermissions.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectCreation.cy.ts (4 of 13) [2026-07-09T18:48:10.537Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Creation and Deletion - Create and Delete a Project in RHOAI - Verify users cannot create a project with Empty title - Verify User cannot create a project using special characters or long names in the Resource name field - Verify 250 character limit is enforced for Name and Description fields [2026-07-09T18:48:10.567Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (180ms) 4 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_003.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 4 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: dataScienceProjects/testProjectCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectEditing.cy.ts (5 of 13) [2026-07-09T18:48:14.737Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-09T18:48:14.762Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-09T18:48:14.767Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-09T18:48:14.831Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-09T18:48:14.839Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T18:48:14.850Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T18:48:14.929Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-09T18:48:14.936Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-09T18:48:15.425Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-09T18:48:15.440Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-09T18:48:15.454Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-09T18:48:15.472Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-09T18:48:16.028Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-09T18:48:16.434Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-09T18:48:16.443Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-09T18:48:16.933Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-09T18:48:16.954Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-09T18:48:17.036Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-09T18:48:17.055Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-09T18:48:17.136Z] [INFO] [STEP 1] Log into the application [2026-07-09T18:48:17.158Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T18:48:17.533Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T18:48:29.271Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-09T18:48:29.274Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-09T18:48:29.280Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-09T18:48:29.328Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T18:48:29.334Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T18:48:29.346Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-09T18:48:29.353Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-09T18:48:29.776Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-09T18:48:29.783Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-09T18:48:29.789Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-09T18:48:29.798Z] [INFO] Project cypress-edit-test-project-609558 already exists. Deleting it. [2026-07-09T18:48:41.750Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait [2026-07-09T18:48:41.761Z] [INFO] Waiting for project cypress-edit-test-project-609558 to be fully deleted... [2026-07-09T18:48:41.767Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-09T18:48:42.128Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-09T18:48:42.136Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-09T18:48:42.143Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-09T18:48:42.160Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-09T18:48:42.598Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-09T18:48:42.998Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-09T18:48:43.029Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-09T18:48:43.389Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-09T18:48:43.429Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-09T18:48:43.438Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-09T18:48:43.445Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-09T18:48:43.459Z] [INFO] [STEP 1] Log into the application [2026-07-09T18:48:43.534Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T18:48:43.832Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T18:48:46.330Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-09T18:48:49.948Z] [INFO] [STEP 3] Edit project information [2026-07-09T18:48:51.418Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-09T18:48:52.259Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-09T18:48:52.584Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (23051ms) 1 passing (38s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_004.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 1 │ │ Video: false │ │ Duration: 38 seconds │ │ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/dataScie (1919x1079) nceProjects/testProjectEditing.cy.ts/Verify Project - Editing -- Edit a Project in RHOAI (failed).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/clusterStorage.cy.ts (6 of 13) [2026-07-09T18:48:57.177Z] [INFO] Setting tests timeout to: 480 seconds Regular Users can make use of the Storage Classes in the Cluster Storage tab from Pipelines [2026-07-09T18:48:57.240Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-09T18:48:57.246Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-09T18:48:57.260Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-09T18:48:57.272Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T18:48:57.278Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T18:48:57.344Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-09T18:48:57.688Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-09T18:48:57.695Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-09T18:48:57.735Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-09T18:48:57.740Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-09T18:48:58.133Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-09T18:48:58.148Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-09T18:48:58.164Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-09T18:48:58.227Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-09T18:48:58.761Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-09T18:48:59.114Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-09T18:48:59.130Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-09T18:48:59.495Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-09T18:48:59.529Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-09T18:48:59.553Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-09T18:48:59.904Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-09T18:48:59.938Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T18:49:00.201Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T18:49:02.371Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-09T18:49:06.358Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-09T18:49:06.849Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-09T18:49:07.233Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-09T18:49:07.261Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T18:49:07.691Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T18:49:07.725Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T18:49:08.085Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T18:49:08.160Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-09T18:49:08.537Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-09T18:49:08.587Z] [INFO] oc patch storageclass gp2-csi --type=merge -p '{"metadata":{"annotations":{"opendatahub.io/sc-config":"{\"isDefault\":false,\"isEnabled\":false,\"displayName\":\"gp2-csi\",\"lastModified\":\"2026-07-09T18:49:08.560Z\"}"}}}' [2026-07-09T18:49:08.997Z] [INFO] [EXEC] oc patch storageclass gp2-csi --type=merge -p '{"metadata":{"annotations":{"opendatahub.io/sc-config":"{\"isDefault\":false,\"isEnabled\":false,\"displayName\":\"gp2-csi\",\"lastModified\":\"2026-07-09T18:49:08.560Z\"}"}}}' [2026-07-09T18:49:09.036Z] [INFO] oc patch storageclass gp3-csi --type=merge -p '{"metadata":{"annotations":{"opendatahub.io/sc-config":"{\"isDefault\":false,\"isEnabled\":false,\"displayName\":\"gp3-csi\",\"lastModified\":\"2026-07-09T18:49:09.028Z\"}"}}}' [2026-07-09T18:49:09.385Z] [INFO] [EXEC] oc patch storageclass gp3-csi --type=merge -p '{"metadata":{"annotations":{"opendatahub.io/sc-config":"{\"isDefault\":false,\"isEnabled\":false,\"displayName\":\"gp3-csi\",\"lastModified\":\"2026-07-09T18:49:09.028Z\"}"}}}' [2026-07-09T18:49:20.338Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-09T18:49:20.341Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-09T18:49:20.345Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-09T18:49:20.349Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T18:49:20.353Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T18:49:20.365Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-09T18:49:20.791Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-09T18:49:20.825Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-09T18:49:20.832Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-09T18:49:20.836Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-09T18:49:21.239Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-09T18:49:21.245Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-09T18:49:21.251Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-09T18:49:21.258Z] [INFO] Project qe-cluster-storage-sc-dsp already exists. Deleting it. [2026-07-09T18:49:33.272Z] [INFO] [EXEC] oc delete project qe-cluster-storage-sc-dsp --wait [2026-07-09T18:49:33.282Z] [INFO] Waiting for project qe-cluster-storage-sc-dsp to be fully deleted... [2026-07-09T18:49:33.286Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-09T18:49:33.573Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-09T18:49:33.581Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-09T18:49:33.587Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-09T18:49:33.598Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-09T18:49:34.014Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-09T18:49:34.382Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-09T18:49:34.388Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-09T18:49:34.705Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-09T18:49:34.711Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-09T18:49:34.718Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-09T18:49:35.293Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-09T18:49:35.308Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T18:49:35.629Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T18:49:37.870Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-09T18:49:41.613Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-09T18:49:42.474Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-09T18:49:42.857Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-09T18:49:42.865Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T18:49:43.159Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T18:49:43.168Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T18:49:43.443Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T18:49:43.452Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-09T18:49:43.731Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-09T18:49:43.740Z] [INFO] oc patch storageclass gp2-csi --type=merge -p '{"metadata":{"annotations":{"opendatahub.io/sc-config":"{\"isDefault\":false,\"isEnabled\":false,\"displayName\":\"gp2-csi\",\"lastModified\":\"2026-07-09T18:49:43.733Z\"}"}}}' [2026-07-09T18:49:44.041Z] [INFO] [EXEC] oc patch storageclass gp2-csi --type=merge -p '{"metadata":{"annotations":{"opendatahub.io/sc-config":"{\"isDefault\":false,\"isEnabled\":false,\"displayName\":\"gp2-csi\",\"lastModified\":\"2026-07-09T18:49:43.733Z\"}"}}}' [2026-07-09T18:49:44.049Z] [INFO] oc patch storageclass gp3-csi --type=merge -p '{"metadata":{"annotations":{"opendatahub.io/sc-config":"{\"isDefault\":false,\"isEnabled\":false,\"displayName\":\"gp3-csi\",\"lastModified\":\"2026-07-09T18:49:44.042Z\"}"}}}' [2026-07-09T18:49:44.348Z] [INFO] [EXEC] oc patch storageclass gp3-csi --type=merge -p '{"metadata":{"annotations":{"opendatahub.io/sc-config":"{\"isDefault\":false,\"isEnabled\":false,\"displayName\":\"gp3-csi\",\"lastModified\":\"2026-07-09T18:49:44.042Z\"}"}}}' [2026-07-09T18:49:44.594Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-09T18:49:45.182Z] [INFO] [EXEC] oc delete project qe-cluster-storage-sc-dsp --wait=false --ignore-not-found ✓ If all SC are disabled except one, the SC dropdown should be disabled (24699ms) 1 passing (48s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_005.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 1 │ │ Video: false │ │ Duration: 48 seconds │ │ Spec Ran: storageClasses/clusterStorage.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/storageC (1919x1079) lasses/clusterStorage.cy.ts/Regular Users can make use of the Storage Classes in the Cluster Storage tab from Pipelines -- If all SC are disabled except one, th e SC dropdown should be disabled (failed).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/storageClasses.cy.ts (7 of 13) [2026-07-09T18:49:51.360Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-09T18:49:51.372Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-09T18:49:51.376Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-09T18:49:51.383Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-09T18:49:51.426Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T18:49:51.433Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T18:49:51.448Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-09T18:49:51.828Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-09T18:49:51.836Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-09T18:49:51.842Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-09T18:49:52.200Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783622991847-d0qk4z8vb.yaml && rm -f /tmp/cypress-yaml-1783622991847-d0qk4z8vb.yaml [2026-07-09T18:49:52.207Z] [INFO] Command exit code: 0 [2026-07-09T18:49:52.621Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783622992209-cv1nae1rf.yaml && rm -f /tmp/cypress-yaml-1783622992209-cv1nae1rf.yaml [2026-07-09T18:49:52.627Z] [INFO] Command exit code: 0 [2026-07-09T18:49:52.984Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783622992629-lioppe6xm.yaml && rm -f /tmp/cypress-yaml-1783622992629-lioppe6xm.yaml [2026-07-09T18:49:52.990Z] [INFO] Command exit code: 0 [2026-07-09T18:49:53.356Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783622992992-gjcekq6f7.yaml && rm -f /tmp/cypress-yaml-1783622992992-gjcekq6f7.yaml [2026-07-09T18:49:53.363Z] [INFO] Command exit code: 0 [2026-07-09T18:49:53.726Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783622993365-tkm0tlpee.yaml && rm -f /tmp/cypress-yaml-1783622993365-tkm0tlpee.yaml [2026-07-09T18:49:53.732Z] [INFO] Command exit code: 0 [2026-07-09T18:49:53.751Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-09T18:49:53.763Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T18:49:54.366Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-09T18:49:54.369Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-09T18:49:54.375Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-09T18:49:54.379Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T18:49:54.385Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T18:49:54.396Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-09T18:49:54.712Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-09T18:49:54.718Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-09T18:49:54.729Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-09T18:49:55.192Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783622994731-giyamg20m.yaml && rm -f /tmp/cypress-yaml-1783622994731-giyamg20m.yaml [2026-07-09T18:49:55.200Z] [INFO] Command exit code: 0 [2026-07-09T18:49:55.572Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783622995202-9kdjynwej.yaml && rm -f /tmp/cypress-yaml-1783622995202-9kdjynwej.yaml [2026-07-09T18:49:55.580Z] [INFO] Command exit code: 0 [2026-07-09T18:49:55.961Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783622995582-1nj5nyad0.yaml && rm -f /tmp/cypress-yaml-1783622995582-1nj5nyad0.yaml [2026-07-09T18:49:55.967Z] [INFO] Command exit code: 0 [2026-07-09T18:49:56.345Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783622995969-6iaeccbi3.yaml && rm -f /tmp/cypress-yaml-1783622995969-6iaeccbi3.yaml [2026-07-09T18:49:56.351Z] [INFO] Command exit code: 0 [2026-07-09T18:49:56.851Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783622996352-27yrx6elm.yaml && rm -f /tmp/cypress-yaml-1783622996352-27yrx6elm.yaml [2026-07-09T18:49:56.859Z] [INFO] Command exit code: 0 [2026-07-09T18:49:56.878Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-09T18:49:56.888Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 1) An admin user can enable a disabled Storage Class [2026-07-09T18:49:57.433Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-09T18:49:57.436Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-09T18:49:57.440Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-09T18:49:57.445Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T18:49:57.451Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T18:49:57.471Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-09T18:49:57.481Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T18:49:57.843Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-09T18:49:57.859Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-09T18:49:57.863Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-09T18:49:57.868Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T18:49:57.871Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T18:49:57.884Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-09T18:49:58.180Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-09T18:49:58.186Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-09T18:49:58.193Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-09T18:49:58.526Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783622998194-frjnnttj2.yaml && rm -f /tmp/cypress-yaml-1783622998194-frjnnttj2.yaml [2026-07-09T18:49:58.533Z] [INFO] Command exit code: 0 [2026-07-09T18:49:58.860Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783622998535-6ip1q3udc.yaml && rm -f /tmp/cypress-yaml-1783622998535-6ip1q3udc.yaml [2026-07-09T18:49:58.890Z] [INFO] Command exit code: 0 [2026-07-09T18:49:59.255Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783622998892-9xqtjn07i.yaml && rm -f /tmp/cypress-yaml-1783622998892-9xqtjn07i.yaml [2026-07-09T18:49:59.261Z] [INFO] Command exit code: 0 [2026-07-09T18:49:59.664Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783622999263-vve3vsuc9.yaml && rm -f /tmp/cypress-yaml-1783622999263-vve3vsuc9.yaml [2026-07-09T18:49:59.669Z] [INFO] Command exit code: 0 [2026-07-09T18:50:00.019Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783622999671-5rfcplu4t.yaml && rm -f /tmp/cypress-yaml-1783622999671-5rfcplu4t.yaml [2026-07-09T18:50:00.025Z] [INFO] Command exit code: 0 [2026-07-09T18:50:00.046Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-09T18:50:00.056Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 2) An admin user can disable an enabled Storage Class [2026-07-09T18:50:00.418Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-09T18:50:00.420Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-09T18:50:00.425Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-09T18:50:00.430Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T18:50:00.434Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T18:50:00.450Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-09T18:50:00.457Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T18:50:00.846Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-09T18:50:00.850Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-09T18:50:00.854Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-09T18:50:00.859Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T18:50:00.863Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T18:50:00.874Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-09T18:50:01.189Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-09T18:50:01.194Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-09T18:50:01.205Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-09T18:50:01.663Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783623001207-g4x7w8lbt.yaml && rm -f /tmp/cypress-yaml-1783623001207-g4x7w8lbt.yaml [2026-07-09T18:50:01.670Z] [INFO] Command exit code: 0 [2026-07-09T18:50:02.016Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783623001672-f5h1rtpo1.yaml && rm -f /tmp/cypress-yaml-1783623001672-f5h1rtpo1.yaml [2026-07-09T18:50:02.022Z] [INFO] Command exit code: 0 [2026-07-09T18:50:02.453Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783623002024-r7cniizm5.yaml && rm -f /tmp/cypress-yaml-1783623002024-r7cniizm5.yaml [2026-07-09T18:50:02.460Z] [INFO] Command exit code: 0 [2026-07-09T18:50:03.028Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783623002461-7knwa8yek.yaml && rm -f /tmp/cypress-yaml-1783623002461-7knwa8yek.yaml [2026-07-09T18:50:03.034Z] [INFO] Command exit code: 0 [2026-07-09T18:50:03.470Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783623003036-9umob8hw4.yaml && rm -f /tmp/cypress-yaml-1783623003036-9umob8hw4.yaml [2026-07-09T18:50:03.477Z] [INFO] Command exit code: 0 [2026-07-09T18:50:03.527Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-09T18:50:03.538Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 3) An admin user can set an enabled Storage Class as the default one [2026-07-09T18:50:04.178Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-09T18:50:04.181Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-09T18:50:04.189Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-09T18:50:04.194Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T18:50:04.226Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T18:50:04.250Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-09T18:50:04.259Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T18:50:05.064Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-09T18:50:05.068Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-09T18:50:05.073Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-09T18:50:05.127Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T18:50:05.131Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T18:50:05.144Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-09T18:50:05.565Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-09T18:50:05.571Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-09T18:50:05.631Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-09T18:50:06.354Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783623005633-r0f7raoxm.yaml && rm -f /tmp/cypress-yaml-1783623005633-r0f7raoxm.yaml [2026-07-09T18:50:06.363Z] [INFO] Command exit code: 0 [2026-07-09T18:50:06.833Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783623006365-kt8z7s85o.yaml && rm -f /tmp/cypress-yaml-1783623006365-kt8z7s85o.yaml [2026-07-09T18:50:06.840Z] [INFO] Command exit code: 0 [2026-07-09T18:50:07.350Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783623006842-s57j5pakn.yaml && rm -f /tmp/cypress-yaml-1783623006842-s57j5pakn.yaml [2026-07-09T18:50:07.357Z] [INFO] Command exit code: 0 [2026-07-09T18:50:07.870Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783623007359-qkto73yn0.yaml && rm -f /tmp/cypress-yaml-1783623007359-qkto73yn0.yaml [2026-07-09T18:50:07.925Z] [INFO] Command exit code: 0 [2026-07-09T18:50:08.499Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783623007927-vsspatpak.yaml && rm -f /tmp/cypress-yaml-1783623007927-vsspatpak.yaml [2026-07-09T18:50:08.532Z] [INFO] Command exit code: 0 [2026-07-09T18:50:08.562Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-09T18:50:08.632Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 4) An admin user can edit the access mode of a storage class [2026-07-09T18:50:09.250Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-09T18:50:09.835Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-09T18:50:09.840Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-09T18:50:10.326Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-09T18:50:10.331Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-09T18:50:10.834Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-09T18:50:10.840Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-09T18:50:11.533Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-09T18:50:11.538Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-09T18:50:12.033Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-vsphere-volume --ignore-not-found=true 0 passing (21s) 4 failing 1) An admin user can manage Storage Classes from Settings -> Storage classes view An admin user can enable a disabled Storage Class: Test steps were: 1. Navigate to Storage Classes view 2. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:429:14) 2) An admin user can manage Storage Classes from Settings -> Storage classes view An admin user can disable an enabled Storage Class: Test steps were: 1. Navigate to Storage Classes view 2. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:429:14) 3) An admin user can manage Storage Classes from Settings -> Storage classes view An admin user can set an enabled Storage Class as the default one: Test steps were: 1. Navigate to Storage Classes view 2. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:429:14) 4) An admin user can manage Storage Classes from Settings -> Storage classes view An admin user can edit the access mode of a storage class: Test steps were: 1. Navigate to Storage Classes view 2. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:429:14) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_006.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 0 │ │ Failing: 4 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 8 │ │ Video: false │ │ Duration: 20 seconds │ │ Spec Ran: storageClasses/storageClasses.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/storageC (1919x1079) lasses/storageClasses.cy.ts/An admin user can manage Storage Classes from Settin gs - Storage classes view -- An admin user can enable a disabled Storage Class ( failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/storageC (1919x1079) lasses/storageClasses.cy.ts/An admin user can manage Storage Classes from Settin gs - Storage classes view -- An admin user can enable a disabled Storage Class ( failed) (attempt 2).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/storageC (1919x1079) lasses/storageClasses.cy.ts/An admin user can manage Storage Classes from Settin gs - Storage classes view -- An admin user can disable an enabled Storage Class (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/storageC (1919x1079) lasses/storageClasses.cy.ts/An admin user can manage Storage Classes from Settin gs - Storage classes view -- An admin user can disable an enabled Storage Class (failed) (attempt 2).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/storageC (1919x1079) lasses/storageClasses.cy.ts/An admin user can manage Storage Classes from Settin gs - Storage classes view -- An admin user can set an enabled Storage Class as t he default one (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/storageC (1919x1079) lasses/storageClasses.cy.ts/An admin user can manage Storage Classes from Settin gs - Storage classes view -- An admin user can set an enabled Storage Class as t he default one (failed) (attempt 2).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/storageC (1919x1079) lasses/storageClasses.cy.ts/An admin user can manage Storage Classes from Settin gs - Storage classes view -- An admin user can edit the access mode of a storage class (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/storageC (1919x1079) lasses/storageClasses.cy.ts/An admin user can manage Storage Classes from Settin gs - Storage classes view -- An admin user can edit the access mode of a storage class (failed) (attempt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy. (8 of 13) ts [2026-07-09T18:50:17.689Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-09T18:50:17.729Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-09T18:50:17.732Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-09T18:50:17.738Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-09T18:50:17.744Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T18:50:17.752Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T18:50:17.769Z] [INFO] Loaded test data from fixtures [2026-07-09T18:50:17.784Z] [INFO] Provisioning storage classes with different access modes [2026-07-09T18:50:18.208Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783623017830-x7mjkgiwd.yaml && rm -f /tmp/cypress-yaml-1783623017830-x7mjkgiwd.yaml [2026-07-09T18:50:18.214Z] [INFO] Command exit code: 0 [2026-07-09T18:50:18.599Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783623018216-ofkrwi2db.yaml && rm -f /tmp/cypress-yaml-1783623018216-ofkrwi2db.yaml [2026-07-09T18:50:18.605Z] [INFO] Command exit code: 0 [2026-07-09T18:50:19.000Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783623018607-exgtv5vn1.yaml && rm -f /tmp/cypress-yaml-1783623018607-exgtv5vn1.yaml [2026-07-09T18:50:19.017Z] [INFO] Command exit code: 0 [2026-07-09T18:50:19.423Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783623019020-psuclrff8.yaml && rm -f /tmp/cypress-yaml-1783623019020-psuclrff8.yaml [2026-07-09T18:50:19.429Z] [INFO] Command exit code: 0 [2026-07-09T18:50:19.799Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783623019432-a5kmhgkng.yaml && rm -f /tmp/cypress-yaml-1783623019432-a5kmhgkng.yaml [2026-07-09T18:50:19.805Z] [INFO] Command exit code: 0 [2026-07-09T18:50:19.809Z] [INFO] Provisioning project [2026-07-09T18:50:19.812Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T18:50:20.175Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T18:50:20.182Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-09T18:50:20.187Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-09T18:50:20.198Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-09T18:50:20.669Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-09T18:50:21.095Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-09T18:50:21.102Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T18:50:21.460Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T18:50:21.466Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-09T18:50:21.472Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-09T18:50:21.930Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-09T18:50:21.941Z] [INFO] [STEP 1] Log into the application [2026-07-09T18:50:21.947Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T18:50:22.344Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T18:50:25.328Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-09T18:50:29.840Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-09T18:50:30.746Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-09T18:50:31.429Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-09T18:50:31.670Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-09T18:50:32.028Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (17091ms) [2026-07-09T18:50:35.139Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-09T18:50:35.225Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-09T18:50:35.241Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-09T18:50:35.252Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T18:50:35.326Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T18:50:35.341Z] [INFO] [STEP 1] Log into the application [2026-07-09T18:50:35.353Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T18:50:35.798Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T18:50:37.128Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-09T18:50:39.937Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-09T18:50:40.345Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-09T18:50:40.935Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset [2026-07-09T18:50:41.528Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected [2026-07-09T18:50:41.539Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class [2026-07-09T18:50:41.560Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes [2026-07-09T18:50:41.565Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset [2026-07-09T18:50:41.832Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available [2026-07-09T18:50:41.938Z] [INFO] [STEP 11] Verify other access modes are not available for RWX-only storage class ✓ Should show correct access modes when selecting storage classes with single access mode (7100ms) [2026-07-09T18:50:42.170Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-09T18:50:42.173Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-09T18:50:42.228Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-09T18:50:42.233Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T18:50:42.238Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T18:50:42.248Z] [INFO] [STEP 1] Log into the application [2026-07-09T18:50:42.253Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T18:50:42.450Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T18:50:43.968Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-09T18:50:46.434Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-09T18:50:47.447Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-09T18:50:47.933Z] [INFO] [STEP 5] Select storage class with multiple access modes: sc-multi-preset [2026-07-09T18:50:48.636Z] [INFO] [STEP 6] Verify multiple access modes are available and can be selected [2026-07-09T18:50:48.675Z] [INFO] [STEP 7] Test switching between available access modes [2026-07-09T18:50:48.729Z] [INFO] [STEP 8] Default should be RWO [2026-07-09T18:50:48.740Z] [INFO] [STEP 9] Switch to RWX [2026-07-09T18:50:48.931Z] [INFO] [STEP 10] Switch ROX ✓ Should show correct access modes when selecting storage class with multiple access modes (7060ms) [2026-07-09T18:50:49.247Z] [INFO] Starting 480s timeout for: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-09T18:50:49.249Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-09T18:50:49.254Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-09T18:50:49.260Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T18:50:49.265Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T18:50:49.274Z] [INFO] [STEP 1] Log into the application [2026-07-09T18:50:49.326Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T18:50:49.631Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T18:50:51.045Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-09T18:50:52.765Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-09T18:50:53.469Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode [2026-07-09T18:50:54.639Z] [INFO] [STEP 5] Submit the form [2026-07-09T18:50:54.727Z] [INFO] [STEP 6] Verify cluster storage was created successfully [2026-07-09T18:50:54.935Z] [INFO] [STEP 7] Attempt to edit the cluster storage [2026-07-09T18:50:55.197Z] [INFO] [STEP 8] Verify edit modal opens with correct title [2026-07-09T18:50:55.225Z] [INFO] [STEP 9] Verify access mode is displayed in read-only format like "ReadWriteMany (RWX)" [2026-07-09T18:50:55.557Z] [INFO] [STEP 10] Verify that access mode radio buttons are not available for editing ✓ Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit (6492ms) [2026-07-09T18:50:55.733Z] [INFO] Starting 480s timeout for: Should reset access mode appropriately when switching between storage classes [2026-07-09T18:50:55.736Z] [INFO] Test title: Should reset access mode appropriately when switching between storage classes [2026-07-09T18:50:55.741Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-09T18:50:55.746Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T18:50:55.751Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T18:50:55.759Z] [INFO] [STEP 1] Log into the application [2026-07-09T18:50:55.765Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T18:50:55.950Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T18:50:57.169Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-09T18:50:59.450Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-09T18:50:59.780Z] [INFO] [STEP 4] Open create modal [2026-07-09T18:51:00.029Z] [INFO] [STEP 5] Select multi-access storage class and choose RWX [2026-07-09T18:51:00.732Z] [INFO] [STEP 6] Switch to RWO-only storage class [2026-07-09T18:51:00.943Z] [INFO] [STEP 7] Verify access mode defaults to RWO (the only available option) [2026-07-09T18:51:01.053Z] [INFO] [STEP 8] Cleaning up storage classes [2026-07-09T18:51:01.126Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-09T18:51:01.826Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-09T18:51:01.832Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-09T18:51:02.434Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-09T18:51:02.437Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-09T18:51:03.045Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-09T18:51:03.051Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-09T18:51:03.492Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-09T18:51:03.496Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-09T18:51:04.032Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-09T18:51:04.036Z] [INFO] [STEP 9] Cleaning up project [2026-07-09T18:51:04.532Z] [INFO] [EXEC] oc delete project test-cluster-storage-access-modes --wait=false --ignore-not-found ✓ Should reset access mode appropriately when switching between storage classes (5371ms) 5 passing (47s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_007.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 5 │ │ Passing: 5 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 46 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-09T18:51:11.063Z] [INFO] Setting tests timeout to: 480 seconds Verify that only the Cluster Admin can access Cluster Settings [2026-07-09T18:51:11.072Z] [INFO] Starting 480s timeout for: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-09T18:51:11.075Z] [INFO] Test title: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-09T18:51:11.080Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-09T18:51:11.085Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T18:51:11.090Z] [INFO] Grep tags: ["@SmokeSet2"] - Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-09T18:51:11.138Z] [INFO] Starting 480s timeout for: Test User - should not have access rights to view the Cluster Settings tab [2026-07-09T18:51:11.141Z] [INFO] Test title: Test User - should not have access rights to view the Cluster Settings tab [2026-07-09T18:51:11.145Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-09T18:51:11.150Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T18:51:11.154Z] [INFO] Grep tags: ["@SmokeSet2"] - Test User - should not have access rights to view the Cluster Settings tab [2026-07-09T18:51:11.256Z] [INFO] Starting 480s timeout for: Cluster Admin user can access all Settings pages [2026-07-09T18:51:11.260Z] [INFO] Test title: Cluster Admin user can access all Settings pages [2026-07-09T18:51:11.265Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1688","@Dashboard","@SettingsCI"] [2026-07-09T18:51:11.270Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T18:51:11.274Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T18:51:11.290Z] [INFO] Loaded test data - User: ***, ClusterRoleBinding: cypress-test-***-cluster-admin [2026-07-09T18:51:11.651Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq '.items[].spec' [2026-07-09T18:51:11.657Z] [INFO] Dashboard Config: [2026-07-09T18:51:11.980Z] [INFO] [EXEC] oc get configmaps -l app=notebook-controller -A -o jsonpath='{.items[0].data}' | jq . [2026-07-09T18:51:11.986Z] [INFO] Controller Config: [2026-07-09T18:51:11.993Z] [INFO] Executing command: [2026-07-09T18:51:12.338Z] [INFO] [EXEC] oc get configmap -n redhat-ods-applications notebook-controller-culler-config -o jsonpath='{.data}' | jq . [2026-07-09T18:51:12.344Z] [INFO] Command stderr: [2026-07-09T18:51:12.350Z] [INFO] Raw Controller Culler Config Response: [2026-07-09T18:51:12.353Z] [INFO] Controller Culler Config (Error): [2026-07-09T18:51:12.356Z] [INFO] Check if user is in RHODS user groups [2026-07-09T18:51:12.358Z] [INFO] Getting OdhDashboardConfig groupsConfig: oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-09T18:51:12.697Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-09T18:51:12.705Z] [INFO] Could not parse groupsConfig, continuing with test [2026-07-09T18:51:12.713Z] [INFO] Check for existing ClusterRoleBinding [2026-07-09T18:51:12.716Z] [INFO] Getting ClusterRoleBinding: oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-09T18:51:13.009Z] [INFO] [EXEC] oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-09T18:51:13.015Z] [INFO] Found ClusterRoleBinding: cypress-test-*** [2026-07-09T18:51:13.020Z] [INFO] Found existing ClusterRoleBinding, will restore after test [2026-07-09T18:51:13.027Z] [INFO] Create ClusterRoleBinding for cluster-admin [2026-07-09T18:51:13.489Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783623073030-fq78m7hms.yaml && rm -f /tmp/cypress-yaml-1783623073030-fq78m7hms.yaml [2026-07-09T18:51:13.496Z] [INFO] Command exit code: 0 [2026-07-09T18:51:13.501Z] [INFO] Successfully created ClusterRoleBinding [2026-07-09T18:51:13.518Z] [INFO] [STEP 1] Log into the application as admin [2026-07-09T18:51:13.526Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T18:51:13.692Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T18:51:15.334Z] [INFO] [STEP 2] Verify Cluster Settings is visible in navigation [2026-07-09T18:51:16.350Z] [INFO] [STEP 3] Access Settings -> Cluster Settings -> General settings [2026-07-09T18:51:16.390Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/cluster/general [2026-07-09T18:51:18.022Z] [INFO] [STEP 4] Access Settings -> Cluster Settings -> Storage classes [2026-07-09T18:51:18.028Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/cluster/storage-classes [2026-07-09T18:51:18.984Z] [INFO] [STEP 5] Access Settings -> Environment setup -> Workbench images [2026-07-09T18:51:18.994Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/environment-setup/workbench-images [2026-07-09T18:51:19.908Z] [INFO] [STEP 6] Access Settings -> Environment setup -> Hardware profiles [2026-07-09T18:51:19.915Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/environment-setup/hardware-profiles [2026-07-09T18:51:21.647Z] [INFO] [STEP 7] Access Settings -> Environment setup -> Connection types [2026-07-09T18:51:21.878Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-09T18:51:23.885Z] [INFO] [STEP 8] Access Settings -> Model resources and operations -> Serving runtimes [2026-07-09T18:51:24.017Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/serving-runtimes [2026-07-09T18:51:27.638Z] [INFO] [STEP 9] Access Settings -> Model resources and operations -> Model registry settings [2026-07-09T18:51:27.847Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-09T18:51:31.229Z] [INFO] [STEP 10] Access Settings -> User management [2026-07-09T18:51:31.377Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/user-management [2026-07-09T18:51:34.747Z] [INFO] [STEP 11] Cleanup: Remove test ClusterRoleBinding [2026-07-09T18:51:34.753Z] [INFO] Deleting ClusterRoleBinding: oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-09T18:51:35.432Z] [INFO] [EXEC] oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-09T18:51:35.439Z] [INFO] Successfully deleted ClusterRoleBinding: cypress-test-*** [2026-07-09T18:51:35.446Z] [INFO] Successfully removed test ClusterRoleBinding [2026-07-09T18:51:35.449Z] [INFO] [STEP 12] Restore original ClusterRoleBinding [2026-07-09T18:51:35.984Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783623094739-iu7sp9mmi.yaml && rm -f /tmp/cypress-yaml-1783623094739-iu7sp9mmi.yaml [2026-07-09T18:51:36.101Z] [INFO] Command exit code: 0 [2026-07-09T18:51:36.256Z] [INFO] Successfully restored original ClusterRoleBinding ✓ Cluster Admin user can access all Settings pages (23388ms) 1 passing (26s) 2 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_008.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 2 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 25 seconds │ │ Spec Ran: settings/clusterSettings/testAdminClusterSettings.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testCreateConnectionTypes.cy.ts (10 of 13) [2026-07-09T18:51:41.426Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-09T18:51:41.439Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-09T18:51:41.442Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-09T18:51:41.450Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-09T18:51:41.456Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T18:51:41.462Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T18:51:41.546Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-09T18:51:41.551Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-09T18:51:42.040Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-09T18:51:42.047Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-09T18:51:42.054Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-09T18:51:42.066Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-09T18:51:42.800Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-09T18:51:43.197Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-09T18:51:43.232Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-09T18:51:44.028Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-09T18:51:44.037Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-09T18:51:44.045Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-09T18:51:44.141Z] [INFO] [STEP 1] Log into the application [2026-07-09T18:51:44.156Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T18:51:44.664Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T18:51:47.257Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-09T18:51:50.233Z] [INFO] [STEP 3] Verify Create Connection Type page is displayed [2026-07-09T18:51:51.543Z] [INFO] [STEP 4] Select category [2026-07-09T18:51:52.130Z] [INFO] [STEP 5] Select model serving compatible type [2026-07-09T18:51:52.830Z] [INFO] [STEP 6] Add new section heading [2026-07-09T18:51:54.887Z] [INFO] [STEP 7] Submit the form to create the connection type [2026-07-09T18:51:55.031Z] [INFO] [STEP 8] Verify we are redirected to Connection Types list page [2026-07-09T18:51:55.289Z] [INFO] [STEP 9] Verify the created connection type appears in the list [2026-07-09T18:51:55.374Z] [INFO] [STEP 10] Verify the connection type is enabled by default [2026-07-09T18:51:55.469Z] [INFO] [STEP 11] Verify the connection type shows compatibility with model serving [2026-07-09T18:51:55.548Z] [INFO] [STEP 12] Preview connection type. [2026-07-09T18:51:56.203Z] [INFO] [STEP 13] Navigate to the Connections tab and validate the connection type is available [2026-07-09T18:51:58.947Z] [INFO] [STEP 14] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-09T18:52:00.741Z] [INFO] [STEP 15] Navigate to the Connections tab and validate the connection type is not available ✓ Verify User Can Create, Preview and Delete a Connection Type (21983ms) [2026-07-09T18:52:03.430Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-09T18:52:03.432Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-09T18:52:03.438Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-09T18:52:03.443Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T18:52:03.449Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T18:52:03.472Z] [INFO] [STEP 1] Log into the application [2026-07-09T18:52:03.482Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T18:52:03.691Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T18:52:05.176Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-09T18:52:06.740Z] [INFO] [STEP 3] Duplicate the Connection type [2026-07-09T18:52:07.427Z] [INFO] [STEP 4] Edit the Connection type [2026-07-09T18:52:08.827Z] [INFO] [STEP 5] Navigate to the Deployments tab and validate the connection type is available [2026-07-09T18:52:08.836Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/projects [2026-07-09T18:52:14.149Z] [INFO] [STEP 6] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-09T18:52:16.517Z] [INFO] [STEP 7] Navigate to the Deployments tab and validate the connection type is not available [2026-07-09T18:52:21.122Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-09T18:52:21.566Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-09T18:52:21.573Z] [INFO] Executing delete connection type command: oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-09T18:52:22.048Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-09T18:52:35.672Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found ✓ Verify User Can Duplicate, Edit and Delete a Connection Type (17625ms) 2 passing (55s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_009.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 2 │ │ Passing: 2 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 54 seconds │ │ Spec Ran: settings/connectionTypes/testCreateConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts (11 of 13) [2026-07-09T18:52:39.231Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-09T18:52:39.338Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-09T18:52:39.425Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-09T18:52:39.437Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-09T18:52:39.445Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T18:52:39.456Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T18:52:39.556Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-09T18:52:39.565Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-09T18:52:39.931Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T18:52:43.527Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-07-09T18:52:43.644Z] [INFO] [STEP 3] Ensure OOTB connections are not editable or deletable ✓ should have pre-installed label and unable to be edited or deleted (5682ms) 1 passing (6s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_010.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 5 seconds │ │ Spec Ran: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/hardwareProfiles/testNotebookTolerations.cy.ts (12 of 13) [2026-07-09T18:52:48.174Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-09T18:52:48.238Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-09T18:52:48.244Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-09T18:52:48.263Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-09T18:52:48.270Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T18:52:48.279Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T18:52:48.344Z] [INFO] Executing: oc get notebooks.kubeflow.org -A -o custom-columns=":metadata.namespace,:metadata.name" | grep jupyter-nb | xargs -I {} sh -c 'oc delete notebook.kubeflow.org -n $(echo {} | cut -d " " -f1) $(echo {} | cut -d " " -f2) --ignore-not-found' [2026-07-09T18:52:49.835Z] [INFO] [EXEC] oc get notebooks.kubeflow.org -A -o custom-columns=":metadata.namespace,:metadata.name" | grep jupyter-nb | xargs -I {} sh -c 'oc delete notebook.kubeflow.org -n $(echo {} | cut -d " " -f1) $(echo {} | cut -d " " -f2) --ignore-not-found' [2026-07-09T18:52:49.849Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-09T18:52:49.854Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-09T18:52:49.863Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-09T18:52:49.867Z] [INFO] Executing delete hardware profile command: oc get hardwareprofiles -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("resources/hardwareProfile/notebook_tolerations.yaml")) | .metadata.name' | tr -d '"' [2026-07-09T18:52:50.206Z] [INFO] [EXEC] oc get hardwareprofiles -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("resources/hardwareProfile/notebook_tolerations.yaml")) | .metadata.name' | tr -d '"' [2026-07-09T18:52:50.218Z] [INFO] No matching profile found, proceeding with the test. [2026-07-09T18:52:50.234Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-09T18:52:50.266Z] [INFO] Executing command: oc apply -f "/tmp/temp_1783623170244.yaml" -n redhat-ods-applications [2026-07-09T18:52:50.621Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1783623170244.yaml" -n redhat-ods-applications [2026-07-09T18:52:50.638Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-09T18:52:50.788Z] [INFO] [EXEC] rm /tmp/temp_1783623170244.yaml [2026-07-09T18:52:50.841Z] [INFO] [STEP 1] Log into the application [2026-07-09T18:52:50.867Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T18:52:51.098Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T18:52:55.000Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-09T18:52:55.121Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-09T18:52:55.971Z] [INFO] [STEP 4] Select the hardware profile [2026-07-09T18:52:56.260Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-09T18:52:56.290Z] [INFO] [STEP 6] Launch a notebook server [2026-07-09T18:52:56.477Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-09T18:52:56.500Z] [INFO] Finding pods with command: oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-09T18:53:07.675Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-09T18:53:07.740Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-09T18:53:07.746Z] [INFO] Found 1 matching pods [2026-07-09T18:53:07.772Z] [INFO] Executing command to wait for pod readiness: oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-09T18:53:08.237Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-09T18:53:08.278Z] [INFO] Pod readiness check failed: Error from server (NotFound): pods "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0" not found [2026-07-09T18:53:08.297Z] [INFO] [STEP 8] Expand the Event log [2026-07-09T18:53:08.534Z] [INFO] [STEP 9] Waits for the Success alert [2026-07-09T18:55:09.290Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-09T18:55:09.294Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-09T18:55:09.327Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-09T18:55:09.331Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T18:55:09.336Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T18:55:09.351Z] [INFO] Executing: oc get notebooks.kubeflow.org -A -o custom-columns=":metadata.namespace,:metadata.name" | grep jupyter-nb | xargs -I {} sh -c 'oc delete notebook.kubeflow.org -n $(echo {} | cut -d " " -f1) $(echo {} | cut -d " " -f2) --ignore-not-found' [2026-07-09T18:55:10.505Z] [INFO] [EXEC] oc get notebooks.kubeflow.org -A -o custom-columns=":metadata.namespace,:metadata.name" | grep jupyter-nb | xargs -I {} sh -c 'oc delete notebook.kubeflow.org -n $(echo {} | cut -d " " -f1) $(echo {} | cut -d " " -f2) --ignore-not-found' [2026-07-09T18:55:10.511Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-09T18:55:10.514Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-09T18:55:10.517Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-09T18:55:10.520Z] [INFO] Executing delete hardware profile command: oc get hardwareprofiles -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("resources/hardwareProfile/notebook_tolerations.yaml")) | .metadata.name' | tr -d '"' [2026-07-09T18:55:10.964Z] [INFO] [EXEC] oc get hardwareprofiles -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("resources/hardwareProfile/notebook_tolerations.yaml")) | .metadata.name' | tr -d '"' [2026-07-09T18:55:10.970Z] [INFO] No matching profile found, proceeding with the test. [2026-07-09T18:55:10.977Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-09T18:55:10.989Z] [INFO] Executing command: oc apply -f "/tmp/temp_1783623310978.yaml" -n redhat-ods-applications [2026-07-09T18:55:12.176Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1783623310978.yaml" -n redhat-ods-applications [2026-07-09T18:55:12.183Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks configured [2026-07-09T18:55:12.356Z] [INFO] [EXEC] rm /tmp/temp_1783623310978.yaml [2026-07-09T18:55:12.376Z] [INFO] [STEP 1] Log into the application [2026-07-09T18:55:12.388Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 1) Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-09T18:55:12.751Z] [INFO] Executing: oc get notebooks.kubeflow.org -A -o custom-columns=":metadata.namespace,:metadata.name" | grep jupyter-nb | xargs -I {} sh -c 'oc delete notebook.kubeflow.org -n $(echo {} | cut -d " " -f1) $(echo {} | cut -d " " -f2) --ignore-not-found' [2026-07-09T18:55:13.468Z] [INFO] [EXEC] oc get notebooks.kubeflow.org -A -o custom-columns=":metadata.namespace,:metadata.name" | grep jupyter-nb | xargs -I {} sh -c 'oc delete notebook.kubeflow.org -n $(echo {} | cut -d " " -f1) $(echo {} | cut -d " " -f2) --ignore-not-found' [2026-07-09T18:55:13.474Z] [INFO] No notebooks found [2026-07-09T18:55:13.477Z] [INFO] Executing delete hardware profile command: oc get hardwareprofiles -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("cypress-hardware-profile-notebooks")) | .metadata.name' | tr -d '"' [2026-07-09T18:55:13.795Z] [INFO] [EXEC] oc get hardwareprofiles -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("cypress-hardware-profile-notebooks")) | .metadata.name' | tr -d '"' [2026-07-09T18:55:13.802Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-09T18:55:14.155Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications 0 passing (2m) 1 failing 1) Notebooks - tolerations tests Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations: Test steps were: 1. Log into the application 2. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:429:14) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_011.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 2 │ │ Video: false │ │ Duration: 2 minutes, 26 seconds │ │ Spec Ran: settings/hardwareProfiles/testNotebookTolerations.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/settings (1919x1079) /hardwareProfiles/testNotebookTolerations.cy.ts/Notebooks - tolerations tests -- Verify Juypter Notebook Creation using Hardware Profiles and applying Toleratio ns (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/settings (1919x1079) /hardwareProfiles/testNotebookTolerations.cy.ts/Notebooks - tolerations tests -- Verify Juypter Notebook Creation using Hardware Profiles and applying Toleratio ns (failed) (attempt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts (13 of 13) [2026-07-09T18:55:18.259Z] [INFO] Setting tests timeout to: 480 seconds Verify Admins Can Import and Delete a Custom Single-Model Serving Runtime Template By Uploading A YAML file [2026-07-09T18:55:18.326Z] [INFO] Starting 480s timeout for: Admin should access serving runtimes, import a yaml file and then delete [2026-07-09T18:55:18.337Z] [INFO] Test title: Admin should access serving runtimes, import a yaml file and then delete [2026-07-09T18:55:18.347Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-2276","@Dashboard","@NonConcurrent","@SettingsCI"] [2026-07-09T18:55:18.360Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T18:55:18.434Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T18:55:18.545Z] [INFO] Loaded Single-Model Name: single-cypress-vllm-runtime [2026-07-09T18:55:18.552Z] [INFO] Loaded Single-Model Metadata Name: Cypress Single ServingRuntime for KServe [2026-07-09T18:55:18.563Z] [INFO] Executing command: oc get templates -ojson -n redhat-ods-applications | jq '.items[] | select(.objects[]?.metadata?.annotations?."openshift.io/display-name"? // "" | contains("Cypress Single ServingRuntime for KServe")) | .metadata.name' | tr -d '"' [2026-07-09T18:55:19.143Z] [INFO] [EXEC] oc get templates -ojson -n redhat-ods-applications | jq '.items[] | select(.objects[]?.metadata?.annotations?."openshift.io/display-name"? // "" | contains("Cypress Single ServingRuntime for KServe")) | .metadata.name' | tr -d '"' [2026-07-09T18:55:19.159Z] [INFO] No matching template found, proceeding with the test. [2026-07-09T18:55:19.186Z] [INFO] [STEP 1] Log into the application [2026-07-09T18:55:19.254Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T18:55:19.679Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T18:55:22.145Z] [INFO] [STEP 2] Navigate to Serving Runtimes and add a new serving runtime [2026-07-09T18:55:22.259Z] [INFO] ⚠️ Note: RHOAIENG-15914 may cause intermittent failures at this step ⚠️ [2026-07-09T18:55:25.261Z] [INFO] Navigation successful | Searching for Add button [2026-07-09T18:55:25.434Z] [INFO] [STEP 3] Select API Protocol [2026-07-09T18:55:25.833Z] [INFO] [STEP 4] Select Model Types [2026-07-09T18:55:26.047Z] [INFO] [STEP 5] Upload a Single-Model Serving runtime yaml file [2026-07-09T18:55:26.115Z] [INFO] [STEP 6] Click to save and verify that creation was successful [2026-07-09T18:55:27.137Z] [INFO] [STEP 7] Verify the model single-cypress-vllm-runtime has been created [2026-07-09T18:55:27.990Z] [INFO] [STEP 8] Delete the model single-cypress-vllm-runtime [2026-07-09T18:55:28.691Z] [INFO] Executing command: oc get templates -ojson -n redhat-ods-applications | jq '.items[] | select(.objects[]?.metadata?.annotations?."openshift.io/display-name"? // "" | contains("Cypress Single ServingRuntime for KServe")) | .metadata.name' | tr -d '"' [2026-07-09T18:55:29.101Z] [INFO] [EXEC] oc get templates -ojson -n redhat-ods-applications | jq '.items[] | select(.objects[]?.metadata?.annotations?."openshift.io/display-name"? // "" | contains("Cypress Single ServingRuntime for KServe")) | .metadata.name' | tr -d '"' [2026-07-09T18:55:29.107Z] [INFO] No matching template found, proceeding with the test. ✓ Admin should access serving runtimes, import a yaml file and then delete (10484ms) 1 passing (11s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_012.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 11 seconds │ │ Spec Ran: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Start generate report process Read and merge jsons from "/workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons" Enhance report Create HTML report HTML report successfully created! /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/index.html ================================================================================ (Run Finished) Spec Tests Passing Failing Pending Skipped ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ ✔ application.cy.ts 00:04 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testLaunchStand 01:18 1 1 - - - │ │ aloneNotebook.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCont 199ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 185ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:38 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:48 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ storageClasses/storageClasses.cy.ts 00:20 4 - 4 - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/clusterStorage/ 00:46 5 5 - - - │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/clusterSettings/testAdminC 00:25 3 1 - 2 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testCreate 00:54 2 2 - - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testPreIns 00:05 1 1 - - - │ │ talledConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ settings/hardwareProfiles/testNoteb 02:26 1 - 1 - - │ │ ookTolerations.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/servingRuntimes/testSingle 00:11 1 1 - - - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✖ 2 of 13 failed (15%) 08:00 27 14 5 8 -