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-13T11:13:34.866Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-13T11:13:34.923Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-13T11:13:34.936Z] [INFO] Test title: should login and load page [2026-07-13T11:13:34.948Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-13T11:13:34.960Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T11:13:34.966Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T11:13:34.979Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T11:13:35.544Z] [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-13T11:13:43.842Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-13T11:13:43.863Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-13T11:13:43.927Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-13T11:13:43.941Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-13T11:13:43.954Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T11:13:43.965Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T11:13:44.046Z] [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-13T11:13:45.121Z] [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-13T11:13:45.130Z] [INFO] No notebooks found [2026-07-13T11:13:45.235Z] [INFO] [STEP 1] Log into the application [2026-07-13T11:13:45.263Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T11:13:45.722Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T11:13:53.434Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-13T11:13:53.630Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-13T11:13:55.619Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-13T11:13:55.639Z] [INFO] [STEP 5] Launch a notebook server [2026-07-13T11:13:56.130Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-13T11:13:56.146Z] [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-13T11:14:08.441Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-13T11:14:08.616Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-13T11:14:08.641Z] [INFO] Found 1 matching pods [2026-07-13T11:14:08.722Z] [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-13T11:19:09.556Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-13T11:19:09.559Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-13T11:19:09.564Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-13T11:19:09.568Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T11:19:09.573Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T11:19:09.585Z] [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-13T11:19:10.418Z] [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-13T11:19:10.424Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-13T11:19:10.444Z] [INFO] [STEP 1] Log into the application [2026-07-13T11:19:10.476Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T11:19:10.727Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T11:19:14.634Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-13T11:19:14.799Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-13T11:19:15.395Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-13T11:19:15.451Z] [INFO] [STEP 5] Launch a notebook server [2026-07-13T11:19:15.624Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-13T11:19:15.628Z] [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-13T11:19:26.348Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-13T11:19:26.365Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-13T11:19:26.371Z] [INFO] Found 1 matching pods [2026-07-13T11:19:26.376Z] [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 1) Verify User Can Access Jupyter Launcher From Project Page 0 passing (11m) 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/ 3. Launch Standalone notebook server 4. Choose Code Server Image 5. Check Start server button is enabled 6. Launch a notebook server 7. Verify the Jupyter Notebook pod is ready `cy.exec('oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s')` timed out after waiting `300000ms`. https://on.cypress.io/exec CypressError: `cy.exec('oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s')` timed out after waiting `300000ms`. https://on.cypress.io/exec at (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:124114:70) at tryCatcher (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1777:23) at (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:4156:41) at tryCatcher (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1777:23) at Promise._settlePromiseFromHandler (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1489:31) at Promise._settlePromise (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1546:18) at Promise._settlePromise0 (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1591:10) at Promise._settlePromises (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1667:18) at _drainQueueStep (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2377:12) at _drainQueue (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2370:9) at Async._drainQueues (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2386:5) at Async.drainQueues (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2256:14) From Your Spec Code: at eval (webpack://@odh-dashboard/cypress/./cypress/utils/oc_commands/baseCommands.ts:198:11) at Array.forEach () at Context.eval (webpack://@odh-dashboard/cypress/./cypress/utils/oc_commands/baseCommands.ts:191:11) [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: 10 minutes, 43 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-13T11:24:29.634Z] [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-13T11:24:29.658Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (117ms) 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-13T11:24:32.161Z] [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-13T11:24:32.189Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (89ms) 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-13T11:24:34.665Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-13T11:24:34.683Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-13T11:24:34.688Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-13T11:24:34.700Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-13T11:24:34.705Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T11:24:34.713Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T11:24:34.736Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-13T11:24:34.740Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-13T11:24:35.079Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-13T11:24:35.086Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-13T11:24:35.099Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-13T11:24:35.111Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-13T11:24:35.724Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-13T11:24:36.359Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-13T11:24:36.374Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-13T11:24:37.198Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-13T11:24:37.205Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-13T11:24:37.219Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-13T11:24:37.233Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-13T11:24:37.244Z] [INFO] [STEP 1] Log into the application [2026-07-13T11:24:37.259Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T11:24:37.518Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T11:24:39.647Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-13T11:24:42.023Z] [INFO] [STEP 3] Edit project information [2026-07-13T11:24:43.046Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-13T11:24:43.907Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-13T11:24:44.231Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (9219ms) 1 passing (10s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_004.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 9 seconds │ │ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/clusterStorage.cy.ts (6 of 13) [2026-07-13T11:24:47.542Z] [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-13T11:24:47.560Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-13T11:24:47.564Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-13T11:24:47.578Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-13T11:24:47.585Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T11:24:47.593Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T11:24:47.623Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-13T11:24:47.933Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-13T11:24:47.940Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-13T11:24:47.953Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-13T11:24:47.956Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-13T11:24:48.282Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-13T11:24:48.289Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-13T11:24:48.304Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-13T11:24:48.329Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-13T11:24:48.738Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-13T11:24:49.122Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-13T11:24:49.138Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-13T11:24:49.451Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-13T11:24:49.467Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-13T11:24:49.484Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-13T11:24:49.916Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-13T11:24:49.942Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T11:24:50.144Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T11:24:52.054Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-13T11:24:54.246Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-13T11:24:54.569Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-13T11:24:54.888Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-13T11:24:54.935Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T11:24:55.246Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T11:24:55.256Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T11:24:55.572Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T11:24:55.625Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-13T11:24:55.933Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-13T11:24:55.962Z] [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-13T11:24:55.937Z\"}"}}}' [2026-07-13T11:24:56.250Z] [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-13T11:24:55.937Z\"}"}}}' [2026-07-13T11:24:56.277Z] [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-13T11:24:56.251Z\"}"}}}' [2026-07-13T11:24:56.630Z] [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-13T11:24:56.251Z\"}"}}}' [2026-07-13T11:24:56.790Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-13T11:24:57.275Z] [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 (9422ms) 1 passing (10s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_005.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 9 seconds │ │ Spec Ran: storageClasses/clusterStorage.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/storageClasses.cy.ts (7 of 13) [2026-07-13T11:25:01.190Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-13T11:25:01.217Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-13T11:25:01.220Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-13T11:25:01.229Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-13T11:25:01.234Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T11:25:01.241Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T11:25:01.253Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-13T11:25:01.553Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-13T11:25:01.560Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-13T11:25:01.566Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-13T11:25:01.854Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783941901569-kyg6rj73s.yaml && rm -f /tmp/cypress-yaml-1783941901569-kyg6rj73s.yaml [2026-07-13T11:25:01.859Z] [INFO] Command exit code: 0 [2026-07-13T11:25:02.167Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783941901861-53tgchvib.yaml && rm -f /tmp/cypress-yaml-1783941901861-53tgchvib.yaml [2026-07-13T11:25:02.173Z] [INFO] Command exit code: 0 [2026-07-13T11:25:02.496Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783941902174-z3wfjbm1c.yaml && rm -f /tmp/cypress-yaml-1783941902174-z3wfjbm1c.yaml [2026-07-13T11:25:02.501Z] [INFO] Command exit code: 0 [2026-07-13T11:25:02.805Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783941902502-c2rbt0l2t.yaml && rm -f /tmp/cypress-yaml-1783941902502-c2rbt0l2t.yaml [2026-07-13T11:25:02.810Z] [INFO] Command exit code: 0 [2026-07-13T11:25:03.132Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783941902812-qgqpgnojg.yaml && rm -f /tmp/cypress-yaml-1783941902812-qgqpgnojg.yaml [2026-07-13T11:25:03.138Z] [INFO] Command exit code: 0 [2026-07-13T11:25:03.157Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-13T11:25:03.166Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T11:25:03.363Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T11:25:06.731Z] [INFO] [STEP 2] Check SC row exists [2026-07-13T11:25:06.781Z] [INFO] [STEP 3] Check there's no Default label [2026-07-13T11:25:06.855Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-13T11:25:06.935Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-13T11:25:07.023Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-13T11:25:07.162Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-13T11:25:07.347Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-13T11:25:07.436Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T11:25:07.767Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T11:25:07.804Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (6727ms) [2026-07-13T11:25:07.995Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-13T11:25:07.997Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-13T11:25:08.002Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-13T11:25:08.007Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T11:25:08.011Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T11:25:08.030Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-13T11:25:08.040Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T11:25:08.196Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T11:25:10.184Z] [INFO] [STEP 2] Check SC row exists [2026-07-13T11:25:10.275Z] [INFO] [STEP 3] Check there's no Default label [2026-07-13T11:25:10.318Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-13T11:25:10.353Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-13T11:25:10.412Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-13T11:25:10.513Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-13T11:25:10.600Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-13T11:25:10.630Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T11:25:10.896Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T11:25:10.905Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class [2026-07-13T11:25:10.995Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-13T11:25:10.997Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-13T11:25:11.002Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-13T11:25:11.006Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T11:25:11.010Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T11:25:11.024Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-13T11:25:11.031Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T11:25:11.192Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T11:25:13.253Z] [INFO] [STEP 2] Check there's no Default label [2026-07-13T11:25:13.280Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-07-13T11:25:13.329Z] [INFO] [STEP 4] Set the SC to be the default one [2026-07-13T11:25:13.463Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-07-13T11:25:13.860Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-07-13T11:25:13.883Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T11:25:14.224Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T11:25:14.236Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one [2026-07-13T11:25:14.325Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-13T11:25:14.327Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-13T11:25:14.331Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-13T11:25:14.335Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T11:25:14.340Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T11:25:14.361Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-13T11:25:14.368Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T11:25:14.526Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T11:25:16.498Z] [INFO] [STEP 2] Check SC initial access modes [2026-07-13T11:25:16.622Z] [INFO] [STEP 3] Navigate to edit SC [2026-07-13T11:25:16.853Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-07-13T11:25:16.878Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-07-13T11:25:17.039Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-07-13T11:25:17.050Z] [INFO] [STEP 7] Save the changes [2026-07-13T11:25:17.136Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-07-13T11:25:17.262Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-07-13T11:25:17.265Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T11:25:17.586Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T11:25:17.598Z] [INFO] Storage Class Config: [2026-07-13T11:25:17.602Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-07-13T11:25:17.984Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-07-13T11:25:18.172Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-13T11:25:18.513Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-13T11:25:18.516Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-13T11:25:18.876Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-13T11:25:18.879Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-13T11:25:19.193Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-13T11:25:19.196Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-13T11:25:19.535Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-13T11:25:19.538Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-13T11:25:19.881Z] [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 (19s) [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: 18 seconds │ │ Spec Ran: storageClasses/storageClasses.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy. (8 of 13) ts [2026-07-13T11:25:23.501Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-13T11:25:23.512Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-13T11:25:23.516Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-13T11:25:23.521Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-13T11:25:23.525Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T11:25:23.530Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T11:25:23.546Z] [INFO] Loaded test data from fixtures [2026-07-13T11:25:23.558Z] [INFO] Provisioning storage classes with different access modes [2026-07-13T11:25:23.875Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783941923563-gewev3hks.yaml && rm -f /tmp/cypress-yaml-1783941923563-gewev3hks.yaml [2026-07-13T11:25:23.881Z] [INFO] Command exit code: 0 [2026-07-13T11:25:24.207Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783941923883-wfkioy15r.yaml && rm -f /tmp/cypress-yaml-1783941923883-wfkioy15r.yaml [2026-07-13T11:25:24.214Z] [INFO] Command exit code: 0 [2026-07-13T11:25:24.524Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783941924216-f9ygvy5nh.yaml && rm -f /tmp/cypress-yaml-1783941924216-f9ygvy5nh.yaml [2026-07-13T11:25:24.541Z] [INFO] Command exit code: 0 [2026-07-13T11:25:24.872Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783941924543-wdjnlgorw.yaml && rm -f /tmp/cypress-yaml-1783941924543-wdjnlgorw.yaml [2026-07-13T11:25:24.878Z] [INFO] Command exit code: 0 [2026-07-13T11:25:25.207Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783941924880-2j66l5h4z.yaml && rm -f /tmp/cypress-yaml-1783941924880-2j66l5h4z.yaml [2026-07-13T11:25:25.214Z] [INFO] Command exit code: 0 [2026-07-13T11:25:25.218Z] [INFO] Provisioning project [2026-07-13T11:25:25.220Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-13T11:25:25.539Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-13T11:25:25.545Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-13T11:25:25.551Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-13T11:25:25.562Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-13T11:25:25.963Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-13T11:25:26.324Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-13T11:25:26.331Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-13T11:25:26.643Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-13T11:25:26.649Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-13T11:25:26.654Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-13T11:25:27.147Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-13T11:25:27.157Z] [INFO] [STEP 1] Log into the application [2026-07-13T11:25:27.163Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T11:25:27.353Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T11:25:29.019Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-13T11:25:31.181Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-13T11:25:31.410Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-13T11:25:31.552Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-13T11:25:31.779Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-13T11:25:31.873Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (9380ms) [2026-07-13T11:25:32.918Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-13T11:25:32.922Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-13T11:25:32.927Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-13T11:25:32.932Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T11:25:32.939Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T11:25:32.951Z] [INFO] [STEP 1] Log into the application [2026-07-13T11:25:32.965Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T11:25:33.133Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T11:25:34.288Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-13T11:25:35.686Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-13T11:25:35.958Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-13T11:25:36.174Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset [2026-07-13T11:25:36.484Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected [2026-07-13T11:25:36.492Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class [2026-07-13T11:25:36.511Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes [2026-07-13T11:25:36.515Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset [2026-07-13T11:25:36.721Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available [2026-07-13T11:25:36.819Z] [INFO] [STEP 11] Verify other access modes are not available for RWX-only storage class ✓ Should show correct access modes when selecting storage classes with single access mode [2026-07-13T11:25:36.970Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-13T11:25:36.973Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-13T11:25:36.978Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-13T11:25:36.982Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T11:25:36.985Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T11:25:36.994Z] [INFO] [STEP 1] Log into the application [2026-07-13T11:25:36.999Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T11:25:37.157Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T11:25:38.260Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-13T11:25:39.589Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-13T11:25:39.889Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-13T11:25:40.126Z] [INFO] [STEP 5] Select storage class with multiple access modes: sc-multi-preset [2026-07-13T11:25:40.463Z] [INFO] [STEP 6] Verify multiple access modes are available and can be selected [2026-07-13T11:25:40.491Z] [INFO] [STEP 7] Test switching between available access modes [2026-07-13T11:25:40.496Z] [INFO] [STEP 8] Default should be RWO [2026-07-13T11:25:40.505Z] [INFO] [STEP 9] Switch to RWX [2026-07-13T11:25:40.603Z] [INFO] [STEP 10] Switch ROX ✓ Should show correct access modes when selecting storage class with multiple access modes [2026-07-13T11:25:40.831Z] [INFO] Starting 480s timeout for: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-13T11:25:40.835Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-13T11:25:40.839Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-13T11:25:40.843Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T11:25:40.847Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T11:25:40.855Z] [INFO] [STEP 1] Log into the application [2026-07-13T11:25:40.859Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T11:25:41.025Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T11:25:42.039Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-13T11:25:43.281Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-13T11:25:43.495Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode [2026-07-13T11:25:44.562Z] [INFO] [STEP 5] Submit the form [2026-07-13T11:25:44.652Z] [INFO] [STEP 6] Verify cluster storage was created successfully [2026-07-13T11:25:44.833Z] [INFO] [STEP 7] Attempt to edit the cluster storage [2026-07-13T11:25:45.047Z] [INFO] [STEP 8] Verify edit modal opens with correct title [2026-07-13T11:25:45.053Z] [INFO] [STEP 9] Verify access mode is displayed in read-only format like "ReadWriteMany (RWX)" [2026-07-13T11:25:45.166Z] [INFO] [STEP 10] Verify that access mode radio buttons are not available for editing ✓ Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-13T11:25:45.327Z] [INFO] Starting 480s timeout for: Should reset access mode appropriately when switching between storage classes [2026-07-13T11:25:45.330Z] [INFO] Test title: Should reset access mode appropriately when switching between storage classes [2026-07-13T11:25:45.335Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-13T11:25:45.339Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T11:25:45.343Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T11:25:45.351Z] [INFO] [STEP 1] Log into the application [2026-07-13T11:25:45.355Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T11:25:45.534Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T11:25:46.959Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-13T11:25:48.636Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-13T11:25:48.856Z] [INFO] [STEP 4] Open create modal [2026-07-13T11:25:49.091Z] [INFO] [STEP 5] Select multi-access storage class and choose RWX [2026-07-13T11:25:49.654Z] [INFO] [STEP 6] Switch to RWO-only storage class [2026-07-13T11:25:49.836Z] [INFO] [STEP 7] Verify access mode defaults to RWO (the only available option) [2026-07-13T11:25:49.928Z] [INFO] [STEP 8] Cleaning up storage classes [2026-07-13T11:25:49.937Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-13T11:25:50.275Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-13T11:25:50.279Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-13T11:25:50.618Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-13T11:25:50.621Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-13T11:25:50.939Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-13T11:25:50.942Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-13T11:25:51.283Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-13T11:25:51.286Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-13T11:25:51.624Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-13T11:25:51.627Z] [INFO] [STEP 9] Cleaning up project [2026-07-13T11:25:51.941Z] [INFO] [EXEC] oc delete project test-cluster-storage-access-modes --wait=false --ignore-not-found ✓ Should reset access mode appropriately when switching between storage classes 5 passing (29s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_007.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 5 │ │ Passing: 5 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 28 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-13T11:25:56.194Z] [INFO] Setting tests timeout to: 480 seconds Verify that only the Cluster Admin can access Cluster Settings - Admin should access Cluster Settings and see UI fields matching OpenShift configurations - Test User - should not have access rights to view the Cluster Settings tab - Cluster Admin user can access all Settings pages [2026-07-13T11:25:56.243Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (138ms) 3 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_008.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 3 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: settings/clusterSettings/testAdminClusterSettings.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testCreateConnectionTypes.cy.ts (10 of 13) [2026-07-13T11:25:58.762Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-13T11:25:58.772Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-13T11:25:58.774Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-13T11:25:58.779Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-13T11:25:58.784Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T11:25:58.788Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T11:25:58.805Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-13T11:25:58.810Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-13T11:25:59.130Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-13T11:25:59.137Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-13T11:25:59.143Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-13T11:25:59.154Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-13T11:25:59.619Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-13T11:26:00.004Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-13T11:26:00.011Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-13T11:26:00.325Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-13T11:26:00.332Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-13T11:26:00.337Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-13T11:26:00.369Z] [INFO] [STEP 1] Log into the application [2026-07-13T11:26:00.381Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T11:26:00.568Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T11:26:02.229Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-13T11:26:03.488Z] [INFO] [STEP 3] Verify Create Connection Type page is displayed [2026-07-13T11:26:04.043Z] [INFO] [STEP 4] Select category [2026-07-13T11:26:04.401Z] [INFO] [STEP 5] Select model serving compatible type [2026-07-13T11:26:04.803Z] [INFO] [STEP 6] Add new section heading [2026-07-13T11:26:06.427Z] [INFO] [STEP 7] Submit the form to create the connection type [2026-07-13T11:26:06.522Z] [INFO] [STEP 8] Verify we are redirected to Connection Types list page [2026-07-13T11:26:06.672Z] [INFO] [STEP 9] Verify the created connection type appears in the list [2026-07-13T11:26:06.721Z] [INFO] [STEP 10] Verify the connection type is enabled by default [2026-07-13T11:26:06.754Z] [INFO] [STEP 11] Verify the connection type shows compatibility with model serving [2026-07-13T11:26:06.779Z] [INFO] [STEP 12] Preview connection type. [2026-07-13T11:26:07.185Z] [INFO] [STEP 13] Navigate to the Connections tab and validate the connection type is available [2026-07-13T11:26:09.153Z] [INFO] [STEP 14] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-13T11:26:09.875Z] [INFO] [STEP 15] Navigate to the Connections tab and validate the connection type is not available ✓ Verify User Can Create, Preview and Delete a Connection Type (12261ms) [2026-07-13T11:26:11.072Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-13T11:26:11.074Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-13T11:26:11.079Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-13T11:26:11.084Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T11:26:11.087Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T11:26:11.106Z] [INFO] [STEP 1] Log into the application [2026-07-13T11:26:11.112Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T11:26:11.276Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T11:26:12.410Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-13T11:26:13.366Z] [INFO] [STEP 3] Duplicate the Connection type [2026-07-13T11:26:13.807Z] [INFO] [STEP 4] Edit the Connection type [2026-07-13T11:26:14.602Z] [INFO] [STEP 5] Navigate to the Deployments tab and validate the connection type is available [2026-07-13T11:26:14.610Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/projects [2026-07-13T11:26:17.672Z] [INFO] [STEP 6] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-13T11:26:18.504Z] [INFO] [STEP 7] Navigate to the Deployments tab and validate the connection type is not available [2026-07-13T11:26:21.829Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-13T11:26:22.188Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-13T11:26:22.236Z] [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-13T11:26:22.690Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-13T11:26:36.797Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found ✓ Verify User Can Duplicate, Edit and Delete a Connection Type (10706ms) 2 passing (38s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_009.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 2 │ │ Passing: 2 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 38 seconds │ │ Spec Ran: settings/connectionTypes/testCreateConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts (11 of 13) [2026-07-13T11:26:39.508Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-13T11:26:39.528Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-13T11:26:39.534Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-13T11:26:39.547Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-13T11:26:39.553Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T11:26:39.561Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T11:26:39.591Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-13T11:26:39.604Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-13T11:26:39.840Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T11:26:42.460Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-07-13T11:26:42.545Z] [INFO] [STEP 3] Ensure OOTB connections are not editable or deletable ✓ should have pre-installed label and unable to be edited or deleted 1 passing (4s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_010.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 4 seconds │ │ Spec Ran: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/hardwareProfiles/testNotebookTolerations.cy.ts (12 of 13) [2026-07-13T11:26:46.074Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-13T11:26:46.097Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-13T11:26:46.103Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-13T11:26:46.116Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-13T11:26:46.125Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T11:26:46.131Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T11:26:46.175Z] [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-13T11:26:47.187Z] [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-13T11:26:47.199Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-13T11:26:47.203Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-13T11:26:47.218Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-13T11:26:47.233Z] [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-13T11:26:47.540Z] [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-13T11:26:47.547Z] [INFO] No matching profile found, proceeding with the test. [2026-07-13T11:26:47.562Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-13T11:26:47.585Z] [INFO] Executing command: oc apply -f "/tmp/temp_1783942007567.yaml" -n redhat-ods-applications [2026-07-13T11:26:47.933Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1783942007567.yaml" -n redhat-ods-applications [2026-07-13T11:26:47.949Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-13T11:26:48.064Z] [INFO] [EXEC] rm /tmp/temp_1783942007567.yaml [2026-07-13T11:26:48.097Z] [INFO] [STEP 1] Log into the application [2026-07-13T11:26:48.121Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T11:26:48.347Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T11:26:51.785Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-13T11:26:51.967Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-13T11:26:52.524Z] [INFO] [STEP 4] Select the hardware profile [2026-07-13T11:26:52.780Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-13T11:26:52.801Z] [INFO] [STEP 6] Launch a notebook server [2026-07-13T11:26:52.963Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-13T11:26:52.968Z] [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-13T11:27:03.773Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-13T11:27:03.803Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-13T11:27:03.812Z] [INFO] Found 1 matching pods [2026-07-13T11:27:03.816Z] [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-13T11:32:04.552Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-13T11:32:04.555Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-13T11:32:04.559Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-13T11:32:04.563Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T11:32:04.567Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T11:32:04.581Z] [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-13T11:32:05.615Z] [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-13T11:32:05.622Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-13T11:32:05.626Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-13T11:32:05.631Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-13T11:32:05.634Z] [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-13T11:32:05.953Z] [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-13T11:32:05.959Z] [INFO] No matching profile found, proceeding with the test. [2026-07-13T11:32:05.965Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-13T11:32:05.976Z] [INFO] Executing command: oc apply -f "/tmp/temp_1783942325966.yaml" -n redhat-ods-applications [2026-07-13T11:32:17.990Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1783942325966.yaml" -n redhat-ods-applications [2026-07-13T11:32:17.998Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks configured [2026-07-13T11:32:18.125Z] [INFO] [EXEC] rm /tmp/temp_1783942325966.yaml [2026-07-13T11:32:18.150Z] [INFO] [STEP 1] Log into the application [2026-07-13T11:32:18.165Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T11:32:18.469Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T11:32:22.230Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-13T11:32:22.364Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-13T11:32:23.058Z] [INFO] [STEP 4] Select the hardware profile [2026-07-13T11:32:23.344Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-13T11:32:23.372Z] [INFO] [STEP 6] Launch a notebook server [2026-07-13T11:32:23.531Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-13T11:32:23.535Z] [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-13T11:32:34.292Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-13T11:32:34.308Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-13T11:32:34.313Z] [INFO] Found 1 matching pods [2026-07-13T11:32:34.320Z] [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 1) Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-13T11:37:34.724Z] [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-13T11:37:35.690Z] [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-13T11:37:35.696Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-13T11:37:35.699Z] [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-13T11:37:36.019Z] [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-13T11:37:36.027Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-13T11:37:36.418Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications 0 passing (11m) 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/ 3. Launch Standalone notebook server 4. Choose Code Server Image 5. Select the hardware profile 6. Check Start server button is enabled 7. Launch a notebook server 8. Verify the Jupyter Notebook pod is ready `cy.exec('oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s')` timed out after waiting `300000ms`. https://on.cypress.io/exec CypressError: `cy.exec('oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s')` timed out after waiting `300000ms`. https://on.cypress.io/exec at (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:124114:70) at tryCatcher (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1777:23) at (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:4156:41) at tryCatcher (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1777:23) at Promise._settlePromiseFromHandler (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1489:31) at Promise._settlePromise (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1546:18) at Promise._settlePromise0 (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1591:10) at Promise._settlePromises (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1667:18) at _drainQueueStep (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2377:12) at _drainQueue (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2370:9) at Async._drainQueues (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2386:5) at Async.drainQueues (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2256:14) From Your Spec Code: at eval (webpack://@odh-dashboard/cypress/./cypress/utils/oc_commands/baseCommands.ts:198:11) at Array.forEach () at Context.eval (webpack://@odh-dashboard/cypress/./cypress/utils/oc_commands/baseCommands.ts:191:11) [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: 10 minutes, 50 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-13T11:37:39.172Z] [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 - Admin should access serving runtimes, import a yaml file and then delete [2026-07-13T11:37:39.189Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (114ms) 1 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_012.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 1 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 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 10:43 1 - 1 - - │ │ aloneNotebook.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCont 121ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 94ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:09 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:09 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/storageClasses.cy.ts 00:18 4 4 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/clusterStorage/ 00:28 5 5 - - - │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/clusterSettings/testAdminC 143ms 3 - - 3 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testCreate 00:38 2 2 - - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testPreIns 00:04 1 1 - - - │ │ talledConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ settings/hardwareProfiles/testNoteb 10:50 1 - 1 - - │ │ ookTolerations.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/servingRuntimes/testSingle 118ms 1 - - 1 - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✖ 2 of 13 failed (15%) 23:27 27 15 2 10 -