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-12T11:28:46.972Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-12T11:28:47.039Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-12T11:28:47.051Z] [INFO] Test title: should login and load page [2026-07-12T11:28:47.058Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-12T11:28:47.065Z] [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-12T11:28:47.124Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T11:28:47.139Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T11:28:47.582Z] [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-12T11:28:55.147Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-12T11:28:55.168Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-12T11:28:55.224Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-12T11:28:55.247Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-12T11:28:55.256Z] [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-12T11:28:55.262Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T11:28:55.332Z] [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-12T11:28:56.335Z] [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-12T11:28:56.349Z] [INFO] No notebooks found [2026-07-12T11:28:56.369Z] [INFO] [STEP 1] Log into the application [2026-07-12T11:28:56.436Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T11:28:56.649Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T11:29:03.338Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-12T11:29:03.632Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-12T11:29:04.946Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-12T11:29:04.967Z] [INFO] [STEP 5] Launch a notebook server [2026-07-12T11:29:05.241Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-12T11:29:05.323Z] [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-12T11:29:17.331Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-12T11:29:17.435Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-12T11:29:17.461Z] [INFO] Found 1 matching pods [2026-07-12T11:29:17.532Z] [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-12T11:29:26.837Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-12T11:29:26.939Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-12T11:29:26.945Z] [INFO] [STEP 7] Expand the Event log [2026-07-12T11:29:27.332Z] [INFO] [STEP 8] Waits for the Success alert [2026-07-12T11:29:39.559Z] [INFO] [STEP 9] Opens the server in a new tab [2026-07-12T11:29:40.037Z] [INFO] [STEP 10] Stop the server [2026-07-12T11:29:40.649Z] [INFO] [STEP 11] Confirm stopping the server ✓ Verify User Can Access Jupyter Launcher From Project Page (46131ms) 1 passing (47s) [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: 46 seconds │ │ Spec Ran: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectContributorPermissions.cy.ts (3 of 13) [2026-07-12T11:29:51.439Z] [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-12T11:29:51.534Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (478ms) 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-12T11:30:01.541Z] [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-12T11:30:01.735Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (478ms) 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-12T11:30:10.536Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-12T11:30:10.626Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-12T11:30:10.633Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-12T11:30:10.648Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-12T11:30:10.730Z] [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-12T11:30:10.742Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T11:30:10.845Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-12T11:30:10.924Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-12T11:30:11.838Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-12T11:30:11.849Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-12T11:30:11.948Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-12T11:30:12.123Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-12T11:30:13.339Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-12T11:30:14.135Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-12T11:30:14.148Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-12T11:30:14.926Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-12T11:30:14.934Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-12T11:30:15.036Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-12T11:30:15.047Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-12T11:30:15.124Z] [INFO] [STEP 1] Log into the application [2026-07-12T11:30:15.132Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T11:30:15.732Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T11:30:20.744Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-12T11:30:25.036Z] [INFO] [STEP 3] Edit project information [2026-07-12T11:30:26.990Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-12T11:30:27.830Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-12T11:30:28.175Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (17394ms) 1 passing (18s) [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: 0 │ │ Video: false │ │ Duration: 17 seconds │ │ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/clusterStorage.cy.ts (6 of 13) [2026-07-12T11:30:33.647Z] [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-12T11:30:33.669Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-12T11:30:33.722Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-12T11:30:33.735Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-12T11:30:33.745Z] [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-12T11:30:33.757Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T11:30:33.849Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-12T11:30:34.254Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-12T11:30:34.267Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-12T11:30:34.282Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-12T11:30:34.287Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-12T11:30:34.731Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-12T11:30:34.746Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-12T11:30:34.762Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-12T11:30:34.822Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-12T11:30:35.392Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-12T11:30:35.868Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-12T11:30:35.878Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-12T11:30:36.331Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-12T11:30:36.348Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-12T11:30:36.365Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-12T11:30:36.991Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-12T11:30:37.028Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T11:30:37.428Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T11:30:39.964Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-12T11:30:43.848Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-12T11:30:44.745Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-12T11:30:45.267Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-12T11:30:45.347Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-12T11:30:45.934Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-12T11:30:45.963Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-12T11:30:46.735Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-12T11:30:46.851Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-12T11:30:47.531Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-12T11:30:47.637Z] [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-12T11:30:47.534Z\"}"}}}' [2026-07-12T11:30:48.369Z] [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-12T11:30:47.534Z\"}"}}}' [2026-07-12T11:30:48.445Z] [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-12T11:30:48.371Z\"}"}}}' [2026-07-12T11:30:49.235Z] [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-12T11:30:48.371Z\"}"}}}' [2026-07-12T11:30:49.534Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-12T11:30:50.733Z] [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 (16441ms) 1 passing (17s) [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: 0 │ │ Video: false │ │ Duration: 17 seconds │ │ Spec Ran: storageClasses/clusterStorage.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/storageClasses.cy.ts (7 of 13) [2026-07-12T11:30:57.740Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-12T11:30:57.750Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-12T11:30:57.753Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-12T11:30:57.759Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-12T11:30:57.765Z] [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-12T11:30:57.823Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T11:30:57.837Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-12T11:30:58.331Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-12T11:30:58.338Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-12T11:30:58.345Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-12T11:30:58.852Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783855858349-9637lrbef.yaml && rm -f /tmp/cypress-yaml-1783855858349-9637lrbef.yaml [2026-07-12T11:30:58.858Z] [INFO] Command exit code: 0 [2026-07-12T11:30:59.387Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783855858860-6irfp3khz.yaml && rm -f /tmp/cypress-yaml-1783855858860-6irfp3khz.yaml [2026-07-12T11:30:59.424Z] [INFO] Command exit code: 0 [2026-07-12T11:30:59.831Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783855859426-3i3km6m19.yaml && rm -f /tmp/cypress-yaml-1783855859426-3i3km6m19.yaml [2026-07-12T11:30:59.837Z] [INFO] Command exit code: 0 [2026-07-12T11:31:00.254Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783855859839-khhty559n.yaml && rm -f /tmp/cypress-yaml-1783855859839-khhty559n.yaml [2026-07-12T11:31:00.261Z] [INFO] Command exit code: 0 [2026-07-12T11:31:00.659Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783855860263-rf9cypcsj.yaml && rm -f /tmp/cypress-yaml-1783855860263-rf9cypcsj.yaml [2026-07-12T11:31:00.665Z] [INFO] Command exit code: 0 [2026-07-12T11:31:00.727Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-12T11:31:00.739Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T11:31:01.058Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T11:31:06.235Z] [INFO] [STEP 2] Check SC row exists [2026-07-12T11:31:06.450Z] [INFO] [STEP 3] Check there's no Default label [2026-07-12T11:31:06.637Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-12T11:31:06.777Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-12T11:31:07.130Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-12T11:31:07.464Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-12T11:31:08.149Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-12T11:31:08.448Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-12T11:31:09.033Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-12T11:31:09.153Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (11663ms) [2026-07-12T11:31:09.558Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-12T11:31:09.561Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-12T11:31:09.566Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-12T11:31:09.572Z] [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-12T11:31:09.577Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T11:31:09.633Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-12T11:31:09.643Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T11:31:10.028Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T11:31:14.257Z] [INFO] [STEP 2] Check SC row exists [2026-07-12T11:31:14.344Z] [INFO] [STEP 3] Check there's no Default label [2026-07-12T11:31:14.376Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-12T11:31:14.451Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-12T11:31:14.553Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-12T11:31:14.726Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-12T11:31:15.053Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-12T11:31:15.138Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-12T11:31:15.653Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-12T11:31:15.668Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class (6237ms) [2026-07-12T11:31:15.830Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-12T11:31:15.833Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-12T11:31:15.838Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-12T11:31:15.842Z] [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-12T11:31:15.847Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T11:31:15.863Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-12T11:31:15.874Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T11:31:19.593Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-12T11:31:19.597Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-12T11:31:19.601Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-12T11:31:19.605Z] [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-12T11:31:19.624Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T11:31:19.634Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-12T11:31:19.903Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-12T11:31:19.909Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-12T11:31:19.915Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-12T11:31:20.295Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783855879916-452gykhrf.yaml && rm -f /tmp/cypress-yaml-1783855879916-452gykhrf.yaml [2026-07-12T11:31:20.301Z] [INFO] Command exit code: 0 [2026-07-12T11:31:20.633Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783855880303-ggj89abef.yaml && rm -f /tmp/cypress-yaml-1783855880303-ggj89abef.yaml [2026-07-12T11:31:20.638Z] [INFO] Command exit code: 0 [2026-07-12T11:31:21.012Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783855880640-z3imu0bo8.yaml && rm -f /tmp/cypress-yaml-1783855880640-z3imu0bo8.yaml [2026-07-12T11:31:21.017Z] [INFO] Command exit code: 0 [2026-07-12T11:31:21.344Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783855881018-mma9aq8qy.yaml && rm -f /tmp/cypress-yaml-1783855881018-mma9aq8qy.yaml [2026-07-12T11:31:21.350Z] [INFO] Command exit code: 0 [2026-07-12T11:31:21.738Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783855881351-qx31bg005.yaml && rm -f /tmp/cypress-yaml-1783855881351-qx31bg005.yaml [2026-07-12T11:31:21.743Z] [INFO] Command exit code: 0 [2026-07-12T11:31:21.758Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-12T11:31:21.767Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 1) An admin user can set an enabled Storage Class as the default one [2026-07-12T11:31:22.230Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-12T11:31:22.232Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-12T11:31:22.236Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-12T11:31:22.239Z] [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-12T11:31:22.242Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T11:31:22.263Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-12T11:31:22.271Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T11:31:22.629Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-12T11:31:22.632Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-12T11:31:22.635Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-12T11:31:22.639Z] [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-12T11:31:22.642Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T11:31:22.651Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-12T11:31:22.931Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-12T11:31:22.936Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-12T11:31:22.941Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-12T11:31:23.259Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783855882942-r59cgmxx0.yaml && rm -f /tmp/cypress-yaml-1783855882942-r59cgmxx0.yaml [2026-07-12T11:31:23.265Z] [INFO] Command exit code: 0 [2026-07-12T11:31:23.551Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783855883267-7jgj24cbf.yaml && rm -f /tmp/cypress-yaml-1783855883267-7jgj24cbf.yaml [2026-07-12T11:31:23.556Z] [INFO] Command exit code: 0 [2026-07-12T11:31:23.870Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783855883558-50xln6154.yaml && rm -f /tmp/cypress-yaml-1783855883558-50xln6154.yaml [2026-07-12T11:31:23.875Z] [INFO] Command exit code: 0 [2026-07-12T11:31:24.172Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783855883877-4rv89ma9z.yaml && rm -f /tmp/cypress-yaml-1783855883877-4rv89ma9z.yaml [2026-07-12T11:31:24.177Z] [INFO] Command exit code: 0 [2026-07-12T11:31:24.466Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783855884179-d43dchmha.yaml && rm -f /tmp/cypress-yaml-1783855884179-d43dchmha.yaml [2026-07-12T11:31:24.472Z] [INFO] Command exit code: 0 [2026-07-12T11:31:24.493Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-12T11:31:24.503Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 2) An admin user can edit the access mode of a storage class [2026-07-12T11:31:24.948Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-12T11:31:25.306Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-12T11:31:25.309Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-12T11:31:25.586Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-12T11:31:25.589Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-12T11:31:25.847Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-12T11:31:25.850Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-12T11:31:26.124Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-12T11:31:26.127Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-12T11:31:26.386Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-vsphere-volume --ignore-not-found=true 2 passing (29s) 2 failing 1) 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) 2) 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: 2 │ │ Failing: 2 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 4 │ │ Video: false │ │ Duration: 28 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 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-12T11:31:30.563Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-12T11:31:30.635Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-12T11:31:30.639Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-12T11:31:30.646Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-12T11:31:30.652Z] [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-12T11:31:30.656Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T11:31:30.734Z] [INFO] Loaded test data from fixtures [2026-07-12T11:31:30.748Z] [INFO] Provisioning storage classes with different access modes [2026-07-12T11:31:31.169Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783855890754-unogaeydk.yaml && rm -f /tmp/cypress-yaml-1783855890754-unogaeydk.yaml [2026-07-12T11:31:31.176Z] [INFO] Command exit code: 0 [2026-07-12T11:31:31.577Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783855891178-edl3n4eko.yaml && rm -f /tmp/cypress-yaml-1783855891178-edl3n4eko.yaml [2026-07-12T11:31:31.582Z] [INFO] Command exit code: 0 [2026-07-12T11:31:31.867Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783855891584-60ce5jr36.yaml && rm -f /tmp/cypress-yaml-1783855891584-60ce5jr36.yaml [2026-07-12T11:31:31.884Z] [INFO] Command exit code: 0 [2026-07-12T11:31:32.176Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783855891887-dw206jkhm.yaml && rm -f /tmp/cypress-yaml-1783855891887-dw206jkhm.yaml [2026-07-12T11:31:32.182Z] [INFO] Command exit code: 0 [2026-07-12T11:31:32.469Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783855892184-62jcpxdbb.yaml && rm -f /tmp/cypress-yaml-1783855892184-62jcpxdbb.yaml [2026-07-12T11:31:32.475Z] [INFO] Command exit code: 0 [2026-07-12T11:31:32.479Z] [INFO] Provisioning project [2026-07-12T11:31:32.481Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-12T11:31:32.744Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-12T11:31:32.751Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-12T11:31:32.756Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-12T11:31:32.767Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-12T11:31:33.219Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-12T11:31:33.552Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-12T11:31:33.559Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-12T11:31:33.823Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-12T11:31:33.830Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-12T11:31:33.836Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-12T11:31:34.183Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-12T11:31:34.192Z] [INFO] [STEP 1] Log into the application [2026-07-12T11:31:34.198Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T11:31:34.428Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T11:31:36.736Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-12T11:31:39.319Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-12T11:31:39.755Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-12T11:31:40.100Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-12T11:31:40.365Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-12T11:31:40.506Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (11496ms) [2026-07-12T11:31:42.103Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-12T11:31:42.105Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-12T11:31:42.110Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-12T11:31:42.117Z] [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-12T11:31:42.121Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T11:31:42.131Z] [INFO] [STEP 1] Log into the application [2026-07-12T11:31:42.137Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T11:31:42.398Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T11:31:43.773Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-12T11:31:45.458Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-12T11:31:45.798Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-12T11:31:45.956Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset [2026-07-12T11:31:46.247Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected [2026-07-12T11:31:46.259Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class [2026-07-12T11:31:46.285Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes [2026-07-12T11:31:46.289Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset [2026-07-12T11:31:46.504Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available [2026-07-12T11:31:46.605Z] [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 [2026-07-12T11:31:46.764Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-12T11:31:46.767Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-12T11:31:46.772Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-12T11:31:46.777Z] [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-12T11:31:46.782Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T11:31:46.792Z] [INFO] [STEP 1] Log into the application [2026-07-12T11:31:46.798Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T11:31:47.002Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T11:31:47.961Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-12T11:31:49.306Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-12T11:31:49.632Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-12T11:31:49.837Z] [INFO] [STEP 5] Select storage class with multiple access modes: sc-multi-preset [2026-07-12T11:31:50.210Z] [INFO] [STEP 6] Verify multiple access modes are available and can be selected [2026-07-12T11:31:50.233Z] [INFO] [STEP 7] Test switching between available access modes [2026-07-12T11:31:50.236Z] [INFO] [STEP 8] Default should be RWO [2026-07-12T11:31:50.243Z] [INFO] [STEP 9] Switch to RWX [2026-07-12T11:31:50.339Z] [INFO] [STEP 10] Switch ROX ✓ Should show correct access modes when selecting storage class with multiple access modes [2026-07-12T11:31:50.573Z] [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-12T11:31:50.575Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-12T11:31:50.580Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-12T11:31:50.584Z] [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-12T11:31:50.589Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T11:31:50.597Z] [INFO] [STEP 1] Log into the application [2026-07-12T11:31:50.604Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T11:31:50.762Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T11:31:51.767Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-12T11:31:53.492Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-12T11:31:53.888Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode [2026-07-12T11:31:54.771Z] [INFO] [STEP 5] Submit the form [2026-07-12T11:31:54.858Z] [INFO] [STEP 6] Verify cluster storage was created successfully [2026-07-12T11:32:05.678Z] [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-12T11:32:05.681Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-12T11:32:05.685Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-12T11:32:05.690Z] [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-12T11:32:05.695Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T11:32:05.703Z] [INFO] Loaded test data from fixtures [2026-07-12T11:32:05.715Z] [INFO] Provisioning storage classes with different access modes [2026-07-12T11:32:06.054Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783855925717-dxvx1zr24.yaml && rm -f /tmp/cypress-yaml-1783855925717-dxvx1zr24.yaml [2026-07-12T11:32:06.060Z] [INFO] Command exit code: 0 [2026-07-12T11:32:06.403Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783855926062-m27da04uo.yaml && rm -f /tmp/cypress-yaml-1783855926062-m27da04uo.yaml [2026-07-12T11:32:06.409Z] [INFO] Command exit code: 0 [2026-07-12T11:32:06.729Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783855926411-3otlbuw52.yaml && rm -f /tmp/cypress-yaml-1783855926411-3otlbuw52.yaml [2026-07-12T11:32:06.735Z] [INFO] Command exit code: 0 [2026-07-12T11:32:07.082Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783855926736-chybvt530.yaml && rm -f /tmp/cypress-yaml-1783855926736-chybvt530.yaml [2026-07-12T11:32:07.087Z] [INFO] Command exit code: 0 [2026-07-12T11:32:07.398Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783855927089-tsk6pentm.yaml && rm -f /tmp/cypress-yaml-1783855927089-tsk6pentm.yaml [2026-07-12T11:32:07.403Z] [INFO] Command exit code: 0 [2026-07-12T11:32:07.406Z] [INFO] Provisioning project [2026-07-12T11:32:07.410Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-12T11:32:07.695Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-12T11:32:07.701Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-12T11:32:07.706Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-12T11:32:07.713Z] [INFO] Project test-cluster-storage-access-modes already exists. Deleting it. [2026-07-12T11:32:17.398Z] [INFO] [EXEC] oc delete project test-cluster-storage-access-modes --wait [2026-07-12T11:32:17.412Z] [INFO] Waiting for project test-cluster-storage-access-modes to be fully deleted... [2026-07-12T11:32:17.417Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-12T11:32:17.751Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-12T11:32:17.756Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-12T11:32:17.762Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-12T11:32:17.785Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-12T11:32:18.252Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-12T11:32:18.576Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-12T11:32:18.582Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-12T11:32:18.864Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-12T11:32:18.870Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-12T11:32:18.876Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-12T11:32:19.239Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-12T11:32:19.247Z] [INFO] [STEP 1] Log into the application [2026-07-12T11:32:19.253Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T11:32:19.534Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T11:32:21.111Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-12T11:32:23.336Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-12T11:32:23.783Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode [2026-07-12T11:32:27.738Z] [INFO] [STEP 5] Submit the form [2026-07-12T11:32:27.906Z] [INFO] [STEP 6] Verify cluster storage was created successfully [2026-07-12T11:32:28.163Z] [INFO] [STEP 7] Attempt to edit the cluster storage [2026-07-12T11:32:28.629Z] [INFO] [STEP 8] Verify edit modal opens with correct title [2026-07-12T11:32:28.709Z] [INFO] [STEP 9] Verify access mode is displayed in read-only format like "ReadWriteMany (RWX)" [2026-07-12T11:32:28.932Z] [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 (23803ms) [2026-07-12T11:32:29.677Z] [INFO] Starting 480s timeout for: Should reset access mode appropriately when switching between storage classes [2026-07-12T11:32:29.679Z] [INFO] Test title: Should reset access mode appropriately when switching between storage classes [2026-07-12T11:32:29.684Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-12T11:32:29.688Z] [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-12T11:32:29.692Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T11:32:29.732Z] [INFO] [STEP 1] Log into the application [2026-07-12T11:32:29.737Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T11:32:29.995Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T11:32:31.775Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-12T11:32:33.734Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-12T11:32:34.329Z] [INFO] [STEP 4] Open create modal [2026-07-12T11:32:34.737Z] [INFO] [STEP 5] Select multi-access storage class and choose RWX [2026-07-12T11:32:38.371Z] [INFO] [STEP 6] Switch to RWO-only storage class [2026-07-12T11:32:41.322Z] [INFO] [STEP 7] Verify access mode defaults to RWO (the only available option) [2026-07-12T11:32:41.437Z] [INFO] [STEP 8] Cleaning up storage classes [2026-07-12T11:32:41.447Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-12T11:32:41.719Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-12T11:32:41.722Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-12T11:32:42.018Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-12T11:32:42.021Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-12T11:32:42.310Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-12T11:32:42.313Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-12T11:32:42.579Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-12T11:32:42.583Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-12T11:32:42.869Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-12T11:32:42.873Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-12T11:32:43.165Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-12T11:32:43.168Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-12T11:32:43.433Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-12T11:32:43.436Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-12T11:32:43.724Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-12T11:32:43.727Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-12T11:32:44.009Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-12T11:32:44.012Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-12T11:32:44.282Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-12T11:32:44.286Z] [INFO] [STEP 9] Cleaning up project [2026-07-12T11:32:44.584Z] [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 (11906ms) 5 passing (1m) [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: 1 │ │ Video: false │ │ Duration: 1 minute, 14 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/dataScie (1919x1079) nceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts/Cluster Storage A ccess Modes Tests -- Should successfully create cluster storage with different a ccess modes, and not be allowed to change access modes on edit (failed).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-12T11:32:52.449Z] [INFO] Setting tests timeout to: 480 seconds Verify that only the Cluster Admin can access Cluster Settings [2026-07-12T11:32:52.462Z] [INFO] Starting 480s timeout for: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-12T11:32:52.465Z] [INFO] Test title: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-12T11:32:52.472Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-12T11:32:52.524Z] [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-12T11:32:52.530Z] [INFO] Grep tags: ["@SmokeSet2"] - Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-12T11:32:52.633Z] [INFO] Starting 480s timeout for: Test User - should not have access rights to view the Cluster Settings tab [2026-07-12T11:32:52.636Z] [INFO] Test title: Test User - should not have access rights to view the Cluster Settings tab [2026-07-12T11:32:52.642Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-12T11:32:52.647Z] [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-12T11:32:52.651Z] [INFO] Grep tags: ["@SmokeSet2"] - Test User - should not have access rights to view the Cluster Settings tab [2026-07-12T11:32:52.740Z] [INFO] Starting 480s timeout for: Cluster Admin user can access all Settings pages [2026-07-12T11:32:52.743Z] [INFO] Test title: Cluster Admin user can access all Settings pages [2026-07-12T11:32:52.748Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1688","@Dashboard","@SettingsCI"] [2026-07-12T11:32:52.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-12T11:32:52.758Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T11:32:52.776Z] [INFO] Loaded test data - User: ***, ClusterRoleBinding: cypress-test-***-cluster-admin [2026-07-12T11:32:53.451Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq '.items[].spec' [2026-07-12T11:32:53.457Z] [INFO] Dashboard Config: [2026-07-12T11:32:54.035Z] [INFO] [EXEC] oc get configmaps -l app=notebook-controller -A -o jsonpath='{.items[0].data}' | jq . [2026-07-12T11:32:54.042Z] [INFO] Controller Config: [2026-07-12T11:32:54.049Z] [INFO] Executing command: [2026-07-12T11:32:54.550Z] [INFO] [EXEC] oc get configmap -n redhat-ods-applications notebook-controller-culler-config -o jsonpath='{.data}' | jq . [2026-07-12T11:32:54.556Z] [INFO] Command stderr: [2026-07-12T11:32:54.562Z] [INFO] Raw Controller Culler Config Response: [2026-07-12T11:32:54.566Z] [INFO] Controller Culler Config (Error): [2026-07-12T11:32:54.569Z] [INFO] Check if user is in RHODS user groups [2026-07-12T11:32:54.572Z] [INFO] Getting OdhDashboardConfig groupsConfig: oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-12T11:32:55.033Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-12T11:32:55.043Z] [INFO] Could not parse groupsConfig, continuing with test [2026-07-12T11:32:55.056Z] [INFO] Check for existing ClusterRoleBinding [2026-07-12T11:32:55.061Z] [INFO] Getting ClusterRoleBinding: oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-12T11:32:55.534Z] [INFO] [EXEC] oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-12T11:32:55.540Z] [INFO] Found ClusterRoleBinding: cypress-test-*** [2026-07-12T11:32:55.548Z] [INFO] Found existing ClusterRoleBinding, will restore after test [2026-07-12T11:32:55.553Z] [INFO] Create ClusterRoleBinding for cluster-admin [2026-07-12T11:32:56.135Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783855975556-kc1bwk9tv.yaml && rm -f /tmp/cypress-yaml-1783855975556-kc1bwk9tv.yaml [2026-07-12T11:32:56.141Z] [INFO] Command exit code: 0 [2026-07-12T11:32:56.148Z] [INFO] Successfully created ClusterRoleBinding [2026-07-12T11:32:56.169Z] [INFO] [STEP 1] Log into the application as admin [2026-07-12T11:32:56.228Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T11:32:56.742Z] [INFO] Starting 480s timeout for: Cluster Admin user can access all Settings pages [2026-07-12T11:32:56.744Z] [INFO] Test title: Cluster Admin user can access all Settings pages [2026-07-12T11:32:56.761Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1688","@Dashboard","@SettingsCI"] [2026-07-12T11:32:56.765Z] [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-12T11:32:56.769Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T11:32:56.777Z] [INFO] Loaded test data - User: ***, ClusterRoleBinding: cypress-test-***-cluster-admin [2026-07-12T11:32:57.100Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq '.items[].spec' [2026-07-12T11:32:57.106Z] [INFO] Dashboard Config: [2026-07-12T11:32:57.395Z] [INFO] [EXEC] oc get configmaps -l app=notebook-controller -A -o jsonpath='{.items[0].data}' | jq . [2026-07-12T11:32:57.401Z] [INFO] Controller Config: [2026-07-12T11:32:57.407Z] [INFO] Executing command: [2026-07-12T11:32:58.263Z] [INFO] [EXEC] oc get configmap -n redhat-ods-applications notebook-controller-culler-config -o jsonpath='{.data}' | jq . [2026-07-12T11:32:58.269Z] [INFO] Command stderr: [2026-07-12T11:32:58.274Z] [INFO] Raw Controller Culler Config Response: [2026-07-12T11:32:58.277Z] [INFO] Controller Culler Config (Error): [2026-07-12T11:32:58.280Z] [INFO] Check if user is in RHODS user groups [2026-07-12T11:32:58.283Z] [INFO] Getting OdhDashboardConfig groupsConfig: oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-12T11:32:58.558Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-12T11:32:58.565Z] [INFO] Could not parse groupsConfig, continuing with test [2026-07-12T11:32:58.572Z] [INFO] Check for existing ClusterRoleBinding [2026-07-12T11:32:58.577Z] [INFO] Getting ClusterRoleBinding: oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-12T11:32:58.845Z] [INFO] [EXEC] oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-12T11:32:58.852Z] [INFO] Found ClusterRoleBinding: cypress-test-*** [2026-07-12T11:32:58.857Z] [INFO] Found existing ClusterRoleBinding, will restore after test [2026-07-12T11:32:58.861Z] [INFO] Create ClusterRoleBinding for cluster-admin [2026-07-12T11:32:59.230Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783855978862-fhb92zi6k.yaml && rm -f /tmp/cypress-yaml-1783855978862-fhb92zi6k.yaml [2026-07-12T11:32:59.237Z] [INFO] Command exit code: 0 [2026-07-12T11:32:59.242Z] [INFO] Successfully created ClusterRoleBinding [2026-07-12T11:32:59.258Z] [INFO] [STEP 1] Log into the application as admin [2026-07-12T11:32:59.267Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 1) Cluster Admin user can access all Settings pages [2026-07-12T11:32:59.656Z] [INFO] Cleanup: Remove test ClusterRoleBinding [2026-07-12T11:32:59.660Z] [INFO] Deleting ClusterRoleBinding: oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-12T11:33:00.013Z] [INFO] [EXEC] oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-12T11:33:00.020Z] [INFO] Successfully deleted ClusterRoleBinding: cypress-test-*** [2026-07-12T11:33:00.026Z] [INFO] Successfully removed test ClusterRoleBinding [2026-07-12T11:33:00.029Z] [INFO] Restore original ClusterRoleBinding [2026-07-12T11:33:00.343Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783855979650-wokmujfja.yaml && rm -f /tmp/cypress-yaml-1783855979650-wokmujfja.yaml [2026-07-12T11:33:00.348Z] [INFO] Command exit code: 0 [2026-07-12T11:33:00.353Z] [INFO] Successfully restored original ClusterRoleBinding 0 passing (8s) 2 pending 1 failing 1) Verify that only the Cluster Admin can access Cluster Settings Cluster Admin user can access all Settings pages: Test steps were: 1. Check if user is in RHODS user groups 2. Check for existing ClusterRoleBinding 3. Create ClusterRoleBinding for cluster-admin 4. Log into the application as admin 5. 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_008.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 0 │ │ Failing: 1 │ │ Pending: 2 │ │ Skipped: 0 │ │ Screenshots: 2 │ │ Video: false │ │ Duration: 8 seconds │ │ Spec Ran: settings/clusterSettings/testAdminClusterSettings.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/settings (1919x1079) /clusterSettings/testAdminClusterSettings.cy.ts/Verify that only the Cluster Adm in can access Cluster Settings -- Cluster Admin user can access all Settings pag es (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/settings (1919x1079) /clusterSettings/testAdminClusterSettings.cy.ts/Verify that only the Cluster Adm in can access Cluster Settings -- Cluster Admin user can access all Settings pag es (failed) (attempt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testCreateConnectionTypes.cy.ts (10 of 13) [2026-07-12T11:33:03.231Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-12T11:33:03.243Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-12T11:33:03.245Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-12T11:33:03.251Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-12T11:33:03.255Z] [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-12T11:33:03.259Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T11:33:03.278Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-12T11:33:03.285Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-12T11:33:03.608Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-12T11:33:03.613Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-12T11:33:03.617Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-12T11:33:03.627Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-12T11:33:04.108Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-12T11:33:04.432Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-12T11:33:04.439Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-12T11:33:04.744Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-12T11:33:04.750Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-12T11:33:04.756Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-12T11:33:04.785Z] [INFO] [STEP 1] Log into the application [2026-07-12T11:33:04.796Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T11:33:05.289Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-12T11:33:05.292Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-12T11:33:05.297Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-12T11:33:05.302Z] [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-12T11:33:05.307Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T11:33:05.320Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-12T11:33:05.325Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-12T11:33:05.600Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-12T11:33:05.606Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-12T11:33:05.612Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-12T11:33:05.620Z] [INFO] Project cypress-test-connection-type-185825 already exists. Deleting it. [2026-07-12T11:33:18.994Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait [2026-07-12T11:33:19.006Z] [INFO] Waiting for project cypress-test-connection-type-185825 to be fully deleted... [2026-07-12T11:33:19.010Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-12T11:33:19.392Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-12T11:33:19.397Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-12T11:33:19.402Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-12T11:33:19.413Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-12T11:33:19.936Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-12T11:33:20.392Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-12T11:33:20.398Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-12T11:33:20.765Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-12T11:33:20.771Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-12T11:33:20.776Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-12T11:33:20.825Z] [INFO] [STEP 1] Log into the application [2026-07-12T11:33:20.840Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T11:33:21.131Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T11:33:23.550Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-12T11:33:25.932Z] [INFO] [STEP 3] Verify Create Connection Type page is displayed [2026-07-12T11:33:27.050Z] [INFO] [STEP 4] Select category [2026-07-12T11:33:27.628Z] [INFO] [STEP 5] Select model serving compatible type [2026-07-12T11:33:28.326Z] [INFO] [STEP 6] Add new section heading [2026-07-12T11:33:30.629Z] [INFO] [STEP 7] Submit the form to create the connection type [2026-07-12T11:33:30.778Z] [INFO] [STEP 8] Verify we are redirected to Connection Types list page [2026-07-12T11:33:31.188Z] [INFO] [STEP 9] Verify the created connection type appears in the list [2026-07-12T11:33:31.299Z] [INFO] [STEP 10] Verify the connection type is enabled by default [2026-07-12T11:33:31.375Z] [INFO] [STEP 11] Verify the connection type shows compatibility with model serving [2026-07-12T11:33:31.440Z] [INFO] [STEP 12] Preview connection type. [2026-07-12T11:33:32.152Z] [INFO] [STEP 13] Navigate to the Connections tab and validate the connection type is available [2026-07-12T11:33:35.522Z] [INFO] [STEP 14] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-12T11:33:36.751Z] [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 (34183ms) [2026-07-12T11:33:39.567Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-12T11:33:39.569Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-12T11:33:39.573Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-12T11:33:39.577Z] [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-12T11:33:39.580Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T11:33:39.606Z] [INFO] [STEP 1] Log into the application [2026-07-12T11:33:39.611Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T11:33:39.794Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T11:33:40.913Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-12T11:33:41.689Z] [INFO] [STEP 3] Duplicate the Connection type [2026-07-12T11:33:42.084Z] [INFO] [STEP 4] Edit the Connection type [2026-07-12T11:33:42.911Z] [INFO] [STEP 5] Navigate to the Deployments tab and validate the connection type is available [2026-07-12T11:33:42.916Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/projects [2026-07-12T11:33:46.642Z] [INFO] [STEP 6] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-12T11:33:48.614Z] [INFO] [STEP 7] Navigate to the Deployments tab and validate the connection type is not available [2026-07-12T11:34:00.540Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-12T11:34:00.542Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-12T11:34:00.546Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-12T11:34:00.549Z] [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-12T11:34:00.553Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T11:34:00.563Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-12T11:34:00.568Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-12T11:34:00.835Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-12T11:34:00.840Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-12T11:34:00.845Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-12T11:34:00.852Z] [INFO] Project cypress-test-connection-type-185825 already exists. Deleting it. [2026-07-12T11:34:11.875Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait [2026-07-12T11:34:11.883Z] [INFO] Waiting for project cypress-test-connection-type-185825 to be fully deleted... [2026-07-12T11:34:11.889Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-12T11:34:12.171Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-12T11:34:12.177Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-12T11:34:12.182Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-12T11:34:12.193Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-12T11:34:12.630Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-12T11:34:12.947Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-12T11:34:12.953Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-12T11:34:13.235Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-12T11:34:13.241Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-12T11:34:13.246Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-12T11:34:13.267Z] [INFO] [STEP 1] Log into the application [2026-07-12T11:34:13.274Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 1) Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-12T11:34:13.760Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-12T11:34:14.102Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-12T11:34:14.105Z] [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-12T11:34:14.410Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-12T11:34:22.474Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found 1 passing (1m) 1 failing 1) Verify Connection Type Creation Verify User Can Duplicate, Edit and Delete a Connection Type: 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_009.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 2 │ │ Passing: 1 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 3 │ │ Video: false │ │ Duration: 1 minute, 19 seconds │ │ Spec Ran: settings/connectionTypes/testCreateConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/settings (1919x1079) /connectionTypes/testCreateConnectionTypes.cy.ts/Verify Connection Type Creation -- Verify User Can Create, Preview and Delete a Connection Type (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/settings (1919x1079) /connectionTypes/testCreateConnectionTypes.cy.ts/Verify Connection Type Creation -- Verify User Can Duplicate, Edit and Delete a Connection Type (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/settings (1919x1079) /connectionTypes/testCreateConnectionTypes.cy.ts/Verify Connection Type Creation -- Verify User Can Duplicate, Edit and Delete a Connection Type (failed) (attem pt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts (11 of 13) [2026-07-12T11:34:25.316Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-12T11:34:25.337Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-12T11:34:25.342Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-12T11:34:25.353Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-12T11:34:25.359Z] [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-12T11:34:25.368Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T11:34:25.397Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-12T11:34:25.427Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-12T11:34:25.953Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-12T11:34:25.956Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-12T11:34:25.968Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-12T11:34:25.972Z] [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-12T11:34:25.976Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T11:34:25.992Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-12T11:34:25.997Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/environment-setup/connection-types 1) should have pre-installed label and unable to be edited or deleted 0 passing (1s) 1 failing 1) Verify OOTB Connection Types should have pre-installed label and unable to be edited or deleted: Test steps were: 1. Navigate to Connection Types view 2. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/environment-setup/connection-types Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/environment-setup/connection-types'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/environment-setup/connection-types'. 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_010.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 2 │ │ Video: false │ │ Duration: 1 second │ │ Spec Ran: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/settings (1919x1079) /connectionTypes/testPreInstalledConnectionTypes.cy.ts/Verify OOTB Connection Ty pes -- should have pre-installed label and unable to be edited or deleted (faile d).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/settings (1919x1079) /connectionTypes/testPreInstalledConnectionTypes.cy.ts/Verify OOTB Connection Ty pes -- should have pre-installed label and unable to be edited or deleted (faile d) (attempt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/hardwareProfiles/testNotebookTolerations.cy.ts (12 of 13) [2026-07-12T11:34:29.008Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-12T11:34:29.026Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-12T11:34:29.036Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-12T11:34:29.043Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-12T11:34:29.051Z] [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-12T11:34:29.066Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T11:34:29.095Z] [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-12T11:34:30.137Z] [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-12T11:34:30.142Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-12T11:34:30.153Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-12T11:34:30.156Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-12T11:34:30.160Z] [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-12T11:34:30.474Z] [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-12T11:34:30.487Z] [INFO] No matching profile found, proceeding with the test. [2026-07-12T11:34:30.493Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-12T11:34:30.519Z] [INFO] Executing command: oc apply -f "/tmp/temp_1783856070503.yaml" -n redhat-ods-applications [2026-07-12T11:34:30.831Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1783856070503.yaml" -n redhat-ods-applications [2026-07-12T11:34:30.838Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-12T11:34:30.984Z] [INFO] [EXEC] rm /tmp/temp_1783856070503.yaml [2026-07-12T11:34:31.011Z] [INFO] [STEP 1] Log into the application [2026-07-12T11:34:31.045Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T11:34:31.472Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-12T11:34:31.475Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-12T11:34:31.479Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-12T11:34:31.482Z] [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-12T11:34:31.485Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T11:34:31.497Z] [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-12T11:34:31.844Z] [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-12T11:34:31.849Z] [INFO] No notebooks found [2026-07-12T11:34:31.852Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-12T11:34:31.855Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-12T11:34:31.858Z] [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-12T11:34:32.124Z] [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-12T11:34:32.130Z] [INFO] No matching profile found, proceeding with the test. [2026-07-12T11:34:32.136Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-12T11:34:32.147Z] [INFO] Executing command: oc apply -f "/tmp/temp_1783856072137.yaml" -n redhat-ods-applications [2026-07-12T11:34:33.326Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1783856072137.yaml" -n redhat-ods-applications [2026-07-12T11:34:33.332Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks configured [2026-07-12T11:34:33.456Z] [INFO] [EXEC] rm /tmp/temp_1783856072137.yaml [2026-07-12T11:34:33.478Z] [INFO] [STEP 1] Log into the application [2026-07-12T11:34:33.490Z] [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-12T11:34:33.780Z] [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-12T11:34:34.186Z] [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-12T11:34:34.191Z] [INFO] No notebooks found [2026-07-12T11:34:34.194Z] [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-12T11:34:34.486Z] [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-12T11:34:34.492Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-12T11:34:34.811Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications 0 passing (6s) 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: 5 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-12T11:34:37.392Z] [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-12T11:34:37.409Z] [INFO] Starting 480s timeout for: Admin should access serving runtimes, import a yaml file and then delete [2026-07-12T11:34:37.423Z] [INFO] Test title: Admin should access serving runtimes, import a yaml file and then delete [2026-07-12T11:34:37.433Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-2276","@Dashboard","@NonConcurrent","@SettingsCI"] [2026-07-12T11:34:37.438Z] [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-12T11:34:37.448Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T11:34:37.492Z] [INFO] Loaded Single-Model Name: single-cypress-vllm-runtime [2026-07-12T11:34:37.499Z] [INFO] Loaded Single-Model Metadata Name: Cypress Single ServingRuntime for KServe [2026-07-12T11:34:37.503Z] [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-12T11:34:37.853Z] [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-12T11:34:37.866Z] [INFO] No matching template found, proceeding with the test. [2026-07-12T11:34:37.894Z] [INFO] [STEP 1] Log into the application [2026-07-12T11:34:37.912Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T11:34:38.160Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T11:34:39.874Z] [INFO] [STEP 2] Navigate to Serving Runtimes and add a new serving runtime [2026-07-12T11:34:39.987Z] [INFO] ⚠️ Note: RHOAIENG-15914 may cause intermittent failures at this step ⚠️ [2026-07-12T11:34:42.685Z] [INFO] Navigation successful | Searching for Add button [2026-07-12T11:34:42.852Z] [INFO] [STEP 3] Select API Protocol [2026-07-12T11:34:43.105Z] [INFO] [STEP 4] Select Model Types [2026-07-12T11:34:43.328Z] [INFO] [STEP 5] Upload a Single-Model Serving runtime yaml file [2026-07-12T11:34:43.389Z] [INFO] [STEP 6] Click to save and verify that creation was successful [2026-07-12T11:34:44.433Z] [INFO] [STEP 7] Verify the model single-cypress-vllm-runtime has been created [2026-07-12T11:34:45.426Z] [INFO] [STEP 8] Delete the model single-cypress-vllm-runtime [2026-07-12T11:34:46.135Z] [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-12T11:34:46.588Z] [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-12T11:34:46.647Z] [INFO] No matching template found, proceeding with the test. ✓ Admin should access serving runtimes, import a yaml file and then delete (8751ms) 1 passing (9s) [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: 9 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 00:46 1 1 - - - │ │ aloneNotebook.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCont 483ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 484ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:17 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:17 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ storageClasses/storageClasses.cy.ts 00:28 4 2 2 - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/clusterStorage/ 01:14 5 5 - - - │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ settings/clusterSettings/testAdminC 00:08 3 - 1 2 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ settings/connectionTypes/testCreate 01:19 2 1 1 - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ settings/connectionTypes/testPreIns 00:01 1 - 1 - - │ │ talledConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ settings/hardwareProfiles/testNoteb 00:05 1 - 1 - - │ │ ookTolerations.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/servingRuntimes/testSingle 00:09 1 1 - - - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✖ 5 of 13 failed (38%) 04:53 27 13 6 8 -