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-08T23:07:17.447Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-08T23:07:17.495Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-08T23:07:17.508Z] [INFO] Test title: should login and load page [2026-07-08T23:07:17.517Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-08T23:07:17.529Z] [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-08T23:07:17.585Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T23:07:17.602Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-08T23:07:18.109Z] [INFO] OAuth login flow detected - completing authentication ✓ should login and load page 1 passing (5s) [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-08T23:07:25.918Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-08T23:07:25.985Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-08T23:07:25.990Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-08T23:07:25.998Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-08T23:07:26.009Z] [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-08T23:07:26.016Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T23:07:26.047Z] [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-08T23:07:26.933Z] [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-08T23:07:26.945Z] [INFO] No notebooks found [2026-07-08T23:07:27.008Z] [INFO] [STEP 1] Log into the application [2026-07-08T23:07:27.030Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-08T23:07:27.315Z] [INFO] OAuth login flow detected - completing authentication [2026-07-08T23:07:34.900Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-08T23:07:35.093Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-08T23:07:36.686Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-08T23:07:36.708Z] [INFO] [STEP 5] Launch a notebook server [2026-07-08T23:07:37.195Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-08T23:07:37.216Z] [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-08T23:07:49.216Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-08T23:07:49.316Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-08T23:07:49.406Z] [INFO] Found 1 matching pods [2026-07-08T23:07:49.499Z] [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-08T23:12:49.984Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-08T23:12:49.991Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-08T23:12:50.002Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-08T23:12:50.009Z] [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-08T23:12:50.014Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T23:12:50.028Z] [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-08T23:12:50.921Z] [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-08T23:12:50.928Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-08T23:12:50.946Z] [INFO] [STEP 1] Log into the application [2026-07-08T23:12:50.958Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 1) Verify User Can Access Jupyter Launcher From Project Page 0 passing (5m) 1 failing 1) Verify a Jupyter Notebook can be launched directly from the Project List View Verify User Can Access Jupyter Launcher From Project Page: 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_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 2 │ │ Video: false │ │ Duration: 5 minutes, 25 seconds │ │ Spec Ran: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/dataScie (1919x1079) nceProjects/testLaunchStandaloneNotebook.cy.ts/Verify a Jupyter Notebook can be launched directly from the Project List View -- Verify User Can Access Jupyter L auncher From Project Page (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/dataScie (1919x1079) nceProjects/testLaunchStandaloneNotebook.cy.ts/Verify a Jupyter Notebook can be launched directly from the Project List View -- Verify User Can Access Jupyter L auncher From Project Page (failed) (attempt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectContributorPermissions.cy.ts (3 of 13) [2026-07-08T23:12:54.143Z] [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-08T23:12:54.167Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (98ms) 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-08T23:12:56.864Z] [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-08T23:12:56.894Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (93ms) 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-08T23:12:59.440Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-08T23:12:59.460Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-08T23:12:59.464Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-08T23:12:59.490Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-08T23:12:59.502Z] [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-08T23:12:59.510Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T23:12:59.534Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-08T23:12:59.539Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-08T23:12:59.804Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-08T23:12:59.811Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-08T23:12:59.818Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-08T23:12:59.835Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-08T23:13:00.218Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-08T23:13:00.503Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-08T23:13:00.524Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-08T23:13:00.785Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-08T23:13:00.800Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-08T23:13:00.817Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-08T23:13:00.836Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-08T23:13:00.857Z] [INFO] [STEP 1] Log into the application [2026-07-08T23:13:00.887Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-08T23:13:01.298Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-08T23:13:01.301Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-08T23:13:01.306Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-08T23:13:01.310Z] [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-08T23:13:01.315Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T23:13:01.325Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-08T23:13:01.329Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-08T23:13:01.559Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-08T23:13:01.565Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-08T23:13:01.571Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-08T23:13:01.578Z] [INFO] Project cypress-edit-test-project-609558 already exists. Deleting it. [2026-07-08T23:13:12.965Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait [2026-07-08T23:13:12.979Z] [INFO] Waiting for project cypress-edit-test-project-609558 to be fully deleted... [2026-07-08T23:13:12.985Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-08T23:13:13.227Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-08T23:13:13.234Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-08T23:13:13.242Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-08T23:13:13.259Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-08T23:13:13.664Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-08T23:13:13.941Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-08T23:13:13.948Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-08T23:13:14.181Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-08T23:13:14.218Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-08T23:13:14.225Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-08T23:13:14.232Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-08T23:13:14.243Z] [INFO] [STEP 1] Log into the application [2026-07-08T23:13:14.251Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 1) Edit a Project in RHOAI [2026-07-08T23:13:14.575Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-08T23:13:14.820Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found 0 passing (15s) 1 failing 1) Verify Project - Editing Edit a Project in RHOAI: 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_004.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 2 │ │ Video: false │ │ Duration: 15 seconds │ │ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/dataScie (1919x1079) nceProjects/testProjectEditing.cy.ts/Verify Project - Editing -- Edit a Project in RHOAI (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/dataScie (1919x1079) nceProjects/testProjectEditing.cy.ts/Verify Project - Editing -- Edit a Project in RHOAI (failed) (attempt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/clusterStorage.cy.ts (6 of 13) [2026-07-08T23:13:18.654Z] [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-08T23:13:18.683Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-08T23:13:18.688Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-08T23:13:18.703Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-08T23:13:18.713Z] [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-08T23:13:18.722Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T23:13:18.742Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-08T23:13:19.031Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-08T23:13:19.045Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-08T23:13:19.054Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-08T23:13:19.066Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-08T23:13:19.323Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-08T23:13:19.330Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-08T23:13:19.346Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-08T23:13:19.371Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-08T23:13:19.739Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-08T23:13:20.014Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-08T23:13:20.023Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-08T23:13:20.282Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-08T23:13:20.298Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-08T23:13:20.314Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-08T23:13:20.735Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-08T23:13:20.777Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-08T23:13:21.202Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-08T23:13:21.216Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-08T23:13:21.221Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-08T23:13:21.225Z] [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-08T23:13:21.228Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T23:13:21.242Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-08T23:13:21.494Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-08T23:13:21.500Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-08T23:13:21.507Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-08T23:13:21.510Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-08T23:13:21.763Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-08T23:13:21.771Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-08T23:13:21.777Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-08T23:13:21.787Z] [INFO] Project qe-cluster-storage-sc-dsp already exists. Deleting it. [2026-07-08T23:13:31.328Z] [INFO] [EXEC] oc delete project qe-cluster-storage-sc-dsp --wait [2026-07-08T23:13:31.343Z] [INFO] Waiting for project qe-cluster-storage-sc-dsp to be fully deleted... [2026-07-08T23:13:31.348Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-08T23:13:31.602Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-08T23:13:31.609Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-08T23:13:31.615Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-08T23:13:31.628Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-08T23:13:32.091Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-08T23:13:32.405Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-08T23:13:32.411Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-08T23:13:32.671Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-08T23:13:32.678Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-08T23:13:32.686Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-08T23:13:33.040Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-08T23:13:33.052Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-08T23:13:33.698Z] [INFO] OAuth login flow detected - completing authentication [2026-07-08T23:13:35.484Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-08T23:13:37.935Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-08T23:13:38.384Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-08T23:13:38.813Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-08T23:13:38.823Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-08T23:13:39.090Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-08T23:13:39.100Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-08T23:13:39.547Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-08T23:13:39.559Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-08T23:13:39.929Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-08T23:13:39.939Z] [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-08T23:13:39.932Z\"}"}}}' [2026-07-08T23:13:40.287Z] [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-08T23:13:39.932Z\"}"}}}' [2026-07-08T23:13:40.410Z] [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-08T23:13:40.317Z\"}"}}}' [2026-07-08T23:13:40.836Z] [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-08T23:13:40.317Z\"}"}}}' [2026-07-08T23:13:41.099Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-08T23:13:42.294Z] [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 (20332ms) 1 passing (24s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_005.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 1 │ │ Video: false │ │ Duration: 23 seconds │ │ Spec Ran: storageClasses/clusterStorage.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/storageC (1919x1079) lasses/clusterStorage.cy.ts/Regular Users can make use of the Storage Classes in the Cluster Storage tab from Pipelines -- If all SC are disabled except one, th e SC dropdown should be disabled (failed).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/storageClasses.cy.ts (7 of 13) [2026-07-08T23:13:50.789Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-08T23:13:50.801Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-08T23:13:50.809Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-08T23:13:50.817Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-08T23:13:50.826Z] [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-08T23:13:50.832Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T23:13:50.845Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-08T23:13:51.394Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-08T23:13:51.401Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-08T23:13:51.408Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-08T23:13:51.824Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783552431411-8w6c4y68i.yaml && rm -f /tmp/cypress-yaml-1783552431411-8w6c4y68i.yaml [2026-07-08T23:13:51.831Z] [INFO] Command exit code: 0 [2026-07-08T23:13:52.204Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783552431833-9a0syjb3d.yaml && rm -f /tmp/cypress-yaml-1783552431833-9a0syjb3d.yaml [2026-07-08T23:13:52.211Z] [INFO] Command exit code: 0 [2026-07-08T23:13:52.619Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783552432213-8qhejfw92.yaml && rm -f /tmp/cypress-yaml-1783552432213-8qhejfw92.yaml [2026-07-08T23:13:52.625Z] [INFO] Command exit code: 0 [2026-07-08T23:13:53.119Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783552432628-j80y5bjl1.yaml && rm -f /tmp/cypress-yaml-1783552432628-j80y5bjl1.yaml [2026-07-08T23:13:53.126Z] [INFO] Command exit code: 0 [2026-07-08T23:13:53.594Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783552433128-v6hg91yee.yaml && rm -f /tmp/cypress-yaml-1783552433128-v6hg91yee.yaml [2026-07-08T23:13:53.600Z] [INFO] Command exit code: 0 [2026-07-08T23:13:53.619Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-08T23:13:53.639Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-08T23:13:54.007Z] [INFO] OAuth login flow detected - completing authentication [2026-07-08T23:13:59.398Z] [INFO] [STEP 2] Check SC row exists [2026-07-08T23:13:59.502Z] [INFO] [STEP 3] Check there's no Default label [2026-07-08T23:13:59.693Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-08T23:13:59.806Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-08T23:13:59.934Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-08T23:14:00.126Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-08T23:14:00.438Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-08T23:14:00.585Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-08T23:14:00.915Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-08T23:14:00.993Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (10335ms) [2026-07-08T23:14:01.293Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-08T23:14:01.296Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-08T23:14:01.301Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-08T23:14:01.308Z] [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-08T23:14:01.312Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T23:14:01.332Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-08T23:14:01.390Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-08T23:14:01.725Z] [INFO] OAuth login flow detected - completing authentication [2026-07-08T23:14:04.150Z] [INFO] [STEP 2] Check SC row exists [2026-07-08T23:14:04.255Z] [INFO] [STEP 3] Check there's no Default label [2026-07-08T23:14:04.290Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-08T23:14:04.320Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-08T23:14:04.375Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-08T23:14:04.472Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-08T23:14:04.572Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-08T23:14:04.602Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-08T23:14:04.889Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-08T23:14:04.898Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class [2026-07-08T23:14:05.028Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-08T23:14:05.030Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-08T23:14:05.035Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-08T23:14:05.039Z] [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-08T23:14:05.044Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T23:14:05.090Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-08T23:14:05.115Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-08T23:14:05.332Z] [INFO] OAuth login flow detected - completing authentication [2026-07-08T23:14:07.520Z] [INFO] [STEP 2] Check there's no Default label [2026-07-08T23:14:07.612Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-07-08T23:14:07.674Z] [INFO] [STEP 4] Set the SC to be the default one [2026-07-08T23:14:07.812Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-07-08T23:14:08.215Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-07-08T23:14:08.244Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-08T23:14:08.510Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-08T23:14:08.520Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one [2026-07-08T23:14:08.618Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-08T23:14:08.622Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-08T23:14:08.627Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-08T23:14:08.631Z] [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-08T23:14:08.636Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T23:14:08.684Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-08T23:14:08.696Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-08T23:14:08.855Z] [INFO] OAuth login flow detected - completing authentication [2026-07-08T23:14:10.987Z] [INFO] [STEP 2] Check SC initial access modes [2026-07-08T23:14:11.070Z] [INFO] [STEP 3] Navigate to edit SC [2026-07-08T23:14:11.501Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-07-08T23:14:11.529Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-07-08T23:14:11.785Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-07-08T23:14:11.800Z] [INFO] [STEP 7] Save the changes [2026-07-08T23:14:11.895Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-07-08T23:14:12.046Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-07-08T23:14:12.051Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-08T23:14:12.326Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-08T23:14:12.339Z] [INFO] Storage Class Config: [2026-07-08T23:14:12.345Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-07-08T23:14:12.730Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-07-08T23:14:12.924Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-08T23:14:13.213Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-08T23:14:13.217Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-08T23:14:13.541Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-08T23:14:13.544Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-08T23:14:13.822Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-08T23:14:13.825Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-08T23:14:14.382Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-08T23:14:14.385Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-08T23:14:14.668Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-vsphere-volume --ignore-not-found=true ✓ An admin user can edit the access mode of a storage class 4 passing (24s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_006.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 4 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 24 seconds │ │ Spec Ran: storageClasses/storageClasses.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy. (8 of 13) ts [2026-07-08T23:14:18.633Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-08T23:14:18.645Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-08T23:14:18.647Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-08T23:14:18.653Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-08T23:14:18.657Z] [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-08T23:14:18.663Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T23:14:18.686Z] [INFO] Loaded test data from fixtures [2026-07-08T23:14:18.699Z] [INFO] Provisioning storage classes with different access modes [2026-07-08T23:14:18.999Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783552458704-bb324c5fr.yaml && rm -f /tmp/cypress-yaml-1783552458704-bb324c5fr.yaml [2026-07-08T23:14:19.005Z] [INFO] Command exit code: 0 [2026-07-08T23:14:19.303Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783552459008-kdxg882ws.yaml && rm -f /tmp/cypress-yaml-1783552459008-kdxg882ws.yaml [2026-07-08T23:14:19.308Z] [INFO] Command exit code: 0 [2026-07-08T23:14:19.622Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783552459311-t1d4g83y0.yaml && rm -f /tmp/cypress-yaml-1783552459311-t1d4g83y0.yaml [2026-07-08T23:14:19.627Z] [INFO] Command exit code: 0 [2026-07-08T23:14:19.935Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783552459640-e0wyp3ta9.yaml && rm -f /tmp/cypress-yaml-1783552459640-e0wyp3ta9.yaml [2026-07-08T23:14:19.941Z] [INFO] Command exit code: 0 [2026-07-08T23:14:20.221Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783552459942-kcf31n6k0.yaml && rm -f /tmp/cypress-yaml-1783552459942-kcf31n6k0.yaml [2026-07-08T23:14:20.226Z] [INFO] Command exit code: 0 [2026-07-08T23:14:20.230Z] [INFO] Provisioning project [2026-07-08T23:14:20.233Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-08T23:14:20.495Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-08T23:14:20.502Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-08T23:14:20.507Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-08T23:14:20.517Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-08T23:14:20.946Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-08T23:14:21.268Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-08T23:14:21.275Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-08T23:14:21.583Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-08T23:14:21.589Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-08T23:14:21.594Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-08T23:14:21.991Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-08T23:14:22.004Z] [INFO] [STEP 1] Log into the application [2026-07-08T23:14:22.013Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-08T23:14:22.200Z] [INFO] OAuth login flow detected - completing authentication [2026-07-08T23:14:24.322Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-08T23:14:29.300Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-08T23:14:30.105Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-08T23:14:30.350Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-08T23:14:30.725Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-08T23:14:30.996Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (14282ms) [2026-07-08T23:14:33.094Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-08T23:14:33.097Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-08T23:14:33.102Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-08T23:14:33.108Z] [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-08T23:14:33.186Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T23:14:33.199Z] [INFO] [STEP 1] Log into the application [2026-07-08T23:14:33.289Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-08T23:14:33.534Z] [INFO] OAuth login flow detected - completing authentication [2026-07-08T23:14:47.813Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-08T23:14:47.817Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-08T23:14:47.822Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-08T23:14:47.827Z] [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-08T23:14:47.831Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T23:14:47.842Z] [INFO] Loaded test data from fixtures [2026-07-08T23:14:47.855Z] [INFO] Provisioning storage classes with different access modes [2026-07-08T23:14:48.362Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783552487858-39fb7zx5v.yaml && rm -f /tmp/cypress-yaml-1783552487858-39fb7zx5v.yaml [2026-07-08T23:14:48.369Z] [INFO] Command exit code: 0 [2026-07-08T23:14:48.717Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783552488371-yzetf0nd0.yaml && rm -f /tmp/cypress-yaml-1783552488371-yzetf0nd0.yaml [2026-07-08T23:14:48.785Z] [INFO] Command exit code: 0 [2026-07-08T23:14:49.299Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783552488788-gcuu2im1y.yaml && rm -f /tmp/cypress-yaml-1783552488788-gcuu2im1y.yaml [2026-07-08T23:14:49.305Z] [INFO] Command exit code: 0 [2026-07-08T23:14:49.752Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783552489308-wipkceh1f.yaml && rm -f /tmp/cypress-yaml-1783552489308-wipkceh1f.yaml [2026-07-08T23:14:49.759Z] [INFO] Command exit code: 0 [2026-07-08T23:14:50.413Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783552489761-e45gkmo5j.yaml && rm -f /tmp/cypress-yaml-1783552489761-e45gkmo5j.yaml [2026-07-08T23:14:50.420Z] [INFO] Command exit code: 0 [2026-07-08T23:14:50.426Z] [INFO] Provisioning project [2026-07-08T23:14:50.431Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-08T23:14:50.994Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-08T23:14:51.019Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-08T23:14:51.027Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-08T23:14:51.036Z] [INFO] Project test-cluster-storage-access-modes already exists. Deleting it. [2026-07-08T23:15:02.820Z] [INFO] [EXEC] oc delete project test-cluster-storage-access-modes --wait [2026-07-08T23:15:02.832Z] [INFO] Waiting for project test-cluster-storage-access-modes to be fully deleted... [2026-07-08T23:15:02.840Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-08T23:15:03.300Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-08T23:15:03.307Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-08T23:15:03.315Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-08T23:15:03.329Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-08T23:15:03.818Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-08T23:15:04.308Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-08T23:15:04.315Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-08T23:15:04.674Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-08T23:15:04.680Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-08T23:15:04.686Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-08T23:15:05.191Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-08T23:15:05.202Z] [INFO] [STEP 1] Log into the application [2026-07-08T23:15:05.210Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 1) "before each" hook for "Should show correct access modes when selecting storage classes with single access mode" [2026-07-08T23:15:06.190Z] [INFO] Cleaning up storage classes [2026-07-08T23:15:06.201Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-08T23:15:06.579Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-08T23:15:06.582Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-08T23:15:06.931Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-08T23:15:06.934Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-08T23:15:07.220Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-08T23:15:07.223Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-08T23:15:07.537Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-08T23:15:07.540Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-08T23:15:07.812Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-08T23:15:07.815Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-08T23:15:08.109Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-08T23:15:08.111Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-08T23:15:08.389Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-08T23:15:08.391Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-08T23:15:08.670Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-08T23:15:08.672Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-08T23:15:08.952Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-08T23:15:08.955Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-08T23:15:09.249Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-08T23:15:09.252Z] [INFO] Cleaning up project [2026-07-08T23:15:09.527Z] [INFO] [EXEC] oc delete project test-cluster-storage-access-modes --wait=false --ignore-not-found 1 passing (51s) 1 failing 1) Cluster Storage Access Modes Tests "before each" hook for "Should show correct access modes when selecting storage classes with single access mode": Test steps were: 1. Provisioning storage classes with different access modes 2. Provisioning project 3. Log into the application 4. 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 Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `Cluster Storage Access Mode...` 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_007.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 5 │ │ Passing: 1 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 3 │ │ Screenshots: 2 │ │ Video: false │ │ Duration: 50 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 show correct access modes when selecting storage cla sses with single access mode (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/dataScie (1919x1079) nceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts/Cluster Storage A ccess Modes Tests -- Should show correct access modes when selecting storage cla sses with single access mode -- before each hook (failed) (attempt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-08T23:15:15.628Z] [INFO] Setting tests timeout to: 480 seconds Verify that only the Cluster Admin can access Cluster Settings [2026-07-08T23:15:15.690Z] [INFO] Starting 480s timeout for: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-08T23:15:15.694Z] [INFO] Test title: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-08T23:15:15.721Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-08T23:15:15.726Z] [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-08T23:15:15.731Z] [INFO] Grep tags: ["@SmokeSet2"] - Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-08T23:15:15.811Z] [INFO] Starting 480s timeout for: Test User - should not have access rights to view the Cluster Settings tab [2026-07-08T23:15:15.814Z] [INFO] Test title: Test User - should not have access rights to view the Cluster Settings tab [2026-07-08T23:15:15.820Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-08T23:15:15.825Z] [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-08T23:15:15.830Z] [INFO] Grep tags: ["@SmokeSet2"] - Test User - should not have access rights to view the Cluster Settings tab [2026-07-08T23:15:15.864Z] [INFO] Starting 480s timeout for: Cluster Admin user can access all Settings pages [2026-07-08T23:15:15.867Z] [INFO] Test title: Cluster Admin user can access all Settings pages [2026-07-08T23:15:15.885Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1688","@Dashboard","@SettingsCI"] [2026-07-08T23:15:15.890Z] [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-08T23:15:15.894Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T23:15:15.909Z] [INFO] Loaded test data - User: ***, ClusterRoleBinding: cypress-test-***-cluster-admin [2026-07-08T23:15:16.203Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq '.items[].spec' [2026-07-08T23:15:16.209Z] [INFO] Dashboard Config: [2026-07-08T23:15:16.494Z] [INFO] [EXEC] oc get configmaps -l app=notebook-controller -A -o jsonpath='{.items[0].data}' | jq . [2026-07-08T23:15:16.501Z] [INFO] Controller Config: [2026-07-08T23:15:16.510Z] [INFO] Executing command: [2026-07-08T23:15:16.921Z] [INFO] [EXEC] oc get configmap -n redhat-ods-applications notebook-controller-culler-config -o jsonpath='{.data}' | jq . [2026-07-08T23:15:16.926Z] [INFO] Command stderr: [2026-07-08T23:15:16.931Z] [INFO] Raw Controller Culler Config Response: [2026-07-08T23:15:16.934Z] [INFO] Controller Culler Config (Error): [2026-07-08T23:15:16.936Z] [INFO] Check if user is in RHODS user groups [2026-07-08T23:15:16.940Z] [INFO] Getting OdhDashboardConfig groupsConfig: oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-08T23:15:17.268Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-08T23:15:17.283Z] [INFO] Could not parse groupsConfig, continuing with test [2026-07-08T23:15:17.292Z] [INFO] Check for existing ClusterRoleBinding [2026-07-08T23:15:17.295Z] [INFO] Getting ClusterRoleBinding: oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-08T23:15:17.623Z] [INFO] [EXEC] oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-08T23:15:17.629Z] [INFO] ClusterRoleBinding not found: cypress-test-*** [2026-07-08T23:15:17.635Z] [INFO] Create ClusterRoleBinding for cluster-admin [2026-07-08T23:15:18.128Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783552517638-f5qgm7h09.yaml && rm -f /tmp/cypress-yaml-1783552517638-f5qgm7h09.yaml [2026-07-08T23:15:18.133Z] [INFO] Command exit code: 0 [2026-07-08T23:15:18.140Z] [INFO] Successfully created ClusterRoleBinding [2026-07-08T23:15:18.158Z] [INFO] [STEP 1] Log into the application as admin [2026-07-08T23:15:18.170Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-08T23:15:18.609Z] [INFO] Starting 480s timeout for: Cluster Admin user can access all Settings pages [2026-07-08T23:15:18.612Z] [INFO] Test title: Cluster Admin user can access all Settings pages [2026-07-08T23:15:18.617Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1688","@Dashboard","@SettingsCI"] [2026-07-08T23:15:18.621Z] [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-08T23:15:18.625Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T23:15:18.634Z] [INFO] Loaded test data - User: ***, ClusterRoleBinding: cypress-test-***-cluster-admin [2026-07-08T23:15:18.915Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq '.items[].spec' [2026-07-08T23:15:18.921Z] [INFO] Dashboard Config: [2026-07-08T23:15:19.357Z] [INFO] [EXEC] oc get configmaps -l app=notebook-controller -A -o jsonpath='{.items[0].data}' | jq . [2026-07-08T23:15:19.384Z] [INFO] Controller Config: [2026-07-08T23:15:19.390Z] [INFO] Executing command: [2026-07-08T23:15:19.717Z] [INFO] [EXEC] oc get configmap -n redhat-ods-applications notebook-controller-culler-config -o jsonpath='{.data}' | jq . [2026-07-08T23:15:19.723Z] [INFO] Command stderr: [2026-07-08T23:15:19.729Z] [INFO] Raw Controller Culler Config Response: [2026-07-08T23:15:19.733Z] [INFO] Controller Culler Config (Error): [2026-07-08T23:15:19.736Z] [INFO] Check if user is in RHODS user groups [2026-07-08T23:15:19.740Z] [INFO] Getting OdhDashboardConfig groupsConfig: oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-08T23:15:20.067Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-08T23:15:20.086Z] [INFO] Could not parse groupsConfig, continuing with test [2026-07-08T23:15:20.097Z] [INFO] Check for existing ClusterRoleBinding [2026-07-08T23:15:20.102Z] [INFO] Getting ClusterRoleBinding: oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-08T23:15:20.378Z] [INFO] [EXEC] oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-08T23:15:20.386Z] [INFO] Found ClusterRoleBinding: cypress-test-*** [2026-07-08T23:15:20.393Z] [INFO] Found existing ClusterRoleBinding, will restore after test [2026-07-08T23:15:20.400Z] [INFO] Create ClusterRoleBinding for cluster-admin [2026-07-08T23:15:20.805Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783552520401-g4hjgjc9g.yaml && rm -f /tmp/cypress-yaml-1783552520401-g4hjgjc9g.yaml [2026-07-08T23:15:20.811Z] [INFO] Command exit code: 0 [2026-07-08T23:15:20.817Z] [INFO] Successfully created ClusterRoleBinding [2026-07-08T23:15:20.835Z] [INFO] [STEP 1] Log into the application as admin [2026-07-08T23:15:20.847Z] [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-08T23:15:21.138Z] [INFO] Cleanup: Remove test ClusterRoleBinding [2026-07-08T23:15:21.200Z] [INFO] Deleting ClusterRoleBinding: oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-08T23:15:21.595Z] [INFO] [EXEC] oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-08T23:15:21.602Z] [INFO] Successfully deleted ClusterRoleBinding: cypress-test-*** [2026-07-08T23:15:21.611Z] [INFO] Successfully removed test ClusterRoleBinding [2026-07-08T23:15:21.617Z] [INFO] Restore original ClusterRoleBinding [2026-07-08T23:15:21.939Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783552521130-v1fljdyb2.yaml && rm -f /tmp/cypress-yaml-1783552521130-v1fljdyb2.yaml [2026-07-08T23:15:21.946Z] [INFO] Command exit code: 0 [2026-07-08T23:15:21.955Z] [INFO] Successfully restored original ClusterRoleBinding 0 passing (6s) 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: 6 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-08T23:15:25.402Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-08T23:15:25.413Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-08T23:15:25.416Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-08T23:15:25.421Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-08T23:15:25.425Z] [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-08T23:15:25.430Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T23:15:25.449Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-08T23:15:25.452Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-08T23:15:25.766Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-08T23:15:25.772Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-08T23:15:25.778Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-08T23:15:25.789Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-08T23:15:26.243Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-08T23:15:26.661Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-08T23:15:26.668Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-08T23:15:26.957Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-08T23:15:26.963Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-08T23:15:26.973Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-08T23:15:27.007Z] [INFO] [STEP 1] Log into the application [2026-07-08T23:15:27.019Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-08T23:15:27.460Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-08T23:15:27.463Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-08T23:15:27.468Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-08T23:15:27.472Z] [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-08T23:15:27.476Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T23:15:27.487Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-08T23:15:27.492Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-08T23:15:27.822Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-08T23:15:27.828Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-08T23:15:27.834Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-08T23:15:27.842Z] [INFO] Project cypress-test-connection-type-185825 already exists. Deleting it. [2026-07-08T23:15:42.288Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait [2026-07-08T23:15:42.301Z] [INFO] Waiting for project cypress-test-connection-type-185825 to be fully deleted... [2026-07-08T23:15:42.306Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-08T23:15:42.588Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-08T23:15:42.594Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-08T23:15:42.600Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-08T23:15:42.612Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-08T23:15:43.109Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-08T23:15:43.419Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-08T23:15:43.425Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-08T23:15:43.694Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-08T23:15:43.699Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-08T23:15:43.705Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-08T23:15:43.754Z] [INFO] [STEP 1] Log into the application [2026-07-08T23:15:43.766Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 1) Verify User Can Create, Preview and Delete a Connection Type [2026-07-08T23:15:44.111Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-08T23:15:44.113Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-08T23:15:44.117Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-08T23:15:44.120Z] [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-08T23:15:44.127Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T23:15:44.148Z] [INFO] [STEP 1] Log into the application [2026-07-08T23:15:44.155Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-08T23:15:44.618Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-08T23:15:44.621Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-08T23:15:44.624Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-08T23:15:44.628Z] [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-08T23:15:44.631Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T23:15:44.642Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-08T23:15:44.646Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-08T23:15:44.922Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-08T23:15:44.928Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-08T23:15:44.933Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-08T23:15:44.940Z] [INFO] Project cypress-test-connection-type-185825 already exists. Deleting it. [2026-07-08T23:15:52.926Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait [2026-07-08T23:15:52.939Z] [INFO] Waiting for project cypress-test-connection-type-185825 to be fully deleted... [2026-07-08T23:15:52.943Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-08T23:15:53.218Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-08T23:15:53.224Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-08T23:15:53.230Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-08T23:15:53.242Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-08T23:15:53.632Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-08T23:15:53.940Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-08T23:15:53.947Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-08T23:15:54.215Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-08T23:15:54.221Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-08T23:15:54.228Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-08T23:15:54.248Z] [INFO] [STEP 1] Log into the application [2026-07-08T23:15:54.256Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 2) Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-08T23:15:54.630Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-08T23:15:54.940Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-08T23:15:54.943Z] [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-08T23:15:55.317Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-08T23:16:00.937Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found 0 passing (36s) 2 failing 1) Verify Connection Type Creation Verify User Can Create, Preview 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) 2) 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: 0 │ │ Failing: 2 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 4 │ │ Video: false │ │ Duration: 35 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 Create, Preview and Delete a Connection Type (failed) (attem pt 2).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-08T23:16:03.503Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-08T23:16:03.525Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-08T23:16:03.529Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-08T23:16:03.542Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-08T23:16:03.551Z] [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-08T23:16:03.557Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T23:16:03.585Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-08T23:16:03.597Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-08T23:16:04.000Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-08T23:16:04.002Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-08T23:16:04.007Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-08T23:16:04.012Z] [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-08T23:16:04.015Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T23:16:04.034Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-08T23:16:04.041Z] [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 (896ms) 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: 0 seconds │ │ 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-08T23:16:06.915Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-08T23:16:06.934Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-08T23:16:06.939Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-08T23:16:06.945Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-08T23:16:06.955Z] [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-08T23:16:06.960Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T23:16:06.991Z] [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-08T23:16:07.375Z] [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-08T23:16:07.390Z] [INFO] No notebooks found [2026-07-08T23:16:07.395Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-08T23:16:07.403Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-08T23:16:07.407Z] [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-08T23:16:07.697Z] [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-08T23:16:07.709Z] [INFO] No matching profile found, proceeding with the test. [2026-07-08T23:16:07.723Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-08T23:16:07.744Z] [INFO] Executing command: oc apply -f "/tmp/temp_1783552567726.yaml" -n redhat-ods-applications [2026-07-08T23:16:08.074Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1783552567726.yaml" -n redhat-ods-applications [2026-07-08T23:16:08.091Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-08T23:16:08.232Z] [INFO] [EXEC] rm /tmp/temp_1783552567726.yaml [2026-07-08T23:16:08.256Z] [INFO] [STEP 1] Log into the application [2026-07-08T23:16:08.289Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-08T23:16:08.758Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-08T23:16:08.761Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-08T23:16:08.765Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-08T23:16:08.769Z] [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-08T23:16:08.773Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T23:16:08.785Z] [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-08T23:16:09.127Z] [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-08T23:16:09.133Z] [INFO] No notebooks found [2026-07-08T23:16:09.136Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-08T23:16:09.140Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-08T23:16:09.143Z] [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-08T23:16:09.428Z] [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-08T23:16:09.435Z] [INFO] No matching profile found, proceeding with the test. [2026-07-08T23:16:09.440Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-08T23:16:09.451Z] [INFO] Executing command: oc apply -f "/tmp/temp_1783552569441.yaml" -n redhat-ods-applications [2026-07-08T23:16:10.562Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1783552569441.yaml" -n redhat-ods-applications [2026-07-08T23:16:10.569Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks configured [2026-07-08T23:16:10.707Z] [INFO] [EXEC] rm /tmp/temp_1783552569441.yaml [2026-07-08T23:16:10.732Z] [INFO] [STEP 1] Log into the application [2026-07-08T23:16:10.810Z] [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-08T23:16:11.089Z] [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-08T23:16:11.470Z] [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-08T23:16:11.476Z] [INFO] No notebooks found [2026-07-08T23:16:11.479Z] [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-08T23:16:11.751Z] [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-08T23:16:11.758Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-08T23:16:12.076Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications 0 passing (5s) 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-08T23:16:14.457Z] [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-08T23:16:14.478Z] [INFO] Starting 480s timeout for: Admin should access serving runtimes, import a yaml file and then delete [2026-07-08T23:16:14.483Z] [INFO] Test title: Admin should access serving runtimes, import a yaml file and then delete [2026-07-08T23:16:14.495Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-2276","@Dashboard","@NonConcurrent","@SettingsCI"] [2026-07-08T23:16:14.505Z] [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-08T23:16:14.511Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T23:16:14.559Z] [INFO] Loaded Single-Model Name: single-cypress-vllm-runtime [2026-07-08T23:16:14.565Z] [INFO] Loaded Single-Model Metadata Name: Cypress Single ServingRuntime for KServe [2026-07-08T23:16:14.574Z] [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-08T23:16:14.929Z] [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-08T23:16:14.942Z] [INFO] No matching template found, proceeding with the test. [2026-07-08T23:16:14.968Z] [INFO] [STEP 1] Log into the application [2026-07-08T23:16:14.995Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-08T23:16:15.323Z] [INFO] OAuth login flow detected - completing authentication [2026-07-08T23:16:17.458Z] [INFO] [STEP 2] Navigate to Serving Runtimes and add a new serving runtime [2026-07-08T23:16:17.536Z] [INFO] ⚠️ Note: RHOAIENG-15914 may cause intermittent failures at this step ⚠️ [2026-07-08T23:16:20.057Z] [INFO] Navigation successful | Searching for Add button [2026-07-08T23:16:20.224Z] [INFO] [STEP 3] Select API Protocol [2026-07-08T23:16:20.571Z] [INFO] [STEP 4] Select Model Types [2026-07-08T23:16:20.892Z] [INFO] [STEP 5] Upload a Single-Model Serving runtime yaml file [2026-07-08T23:16:20.952Z] [INFO] [STEP 6] Click to save and verify that creation was successful [2026-07-08T23:16:21.910Z] [INFO] [STEP 7] Verify the model single-cypress-vllm-runtime has been created [2026-07-08T23:16:22.627Z] [INFO] [STEP 8] Delete the model single-cypress-vllm-runtime [2026-07-08T23:16:23.174Z] [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-08T23:16:23.512Z] [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-08T23:16:23.552Z] [INFO] No matching template found, proceeding with the test. ✓ Admin should access serving runtimes, import a yaml file and then delete (8713ms) 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 05:25 1 - 1 - - │ │ aloneNotebook.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCont 102ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 97ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ dataScienceProjects/testProjectEdit 00:15 1 - 1 - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:23 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/storageClasses.cy.ts 00:24 4 4 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ dataScienceProjects/clusterStorage/ 00:50 5 1 1 - 3 │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ settings/clusterSettings/testAdminC 00:06 3 - 1 2 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ settings/connectionTypes/testCreate 00:35 2 - 2 - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ settings/connectionTypes/testPreIns 900ms 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 │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✖ 7 of 13 failed (54%) 08:22 27 8 8 8 3