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-17T08:49:01.593Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-17T08:49:01.613Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-17T08:49:01.618Z] [INFO] Test title: should login and load page [2026-07-17T08:49:01.638Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-17T08:49:01.645Z] [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-17T08:49:01.687Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-17T08:49:01.710Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-17T08:49:02.096Z] [INFO] OAuth login flow detected - completing authentication ✓ should login and load page 1 passing (3s) [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: 3 seconds │ │ Spec Ran: application.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts (2 of 13) [2026-07-17T08:49:08.468Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-17T08:49:08.494Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-17T08:49:08.500Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-17T08:49:08.514Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-17T08:49:08.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-17T08:49:08.531Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-17T08:49:08.566Z] [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-17T08:49:09.252Z] [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-17T08:49:09.265Z] [INFO] No notebooks found [2026-07-17T08:49:09.316Z] [INFO] [STEP 1] Log into the application [2026-07-17T08:49:09.341Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-17T08:49:09.601Z] [INFO] OAuth login flow detected - completing authentication [2026-07-17T08:49:13.907Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-17T08:49:14.108Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-17T08:49:14.971Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-17T08:49:14.990Z] [INFO] [STEP 5] Launch a notebook server [2026-07-17T08:49:15.283Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-17T08:49:15.308Z] [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-17T08:49:26.125Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-17T08:49:26.158Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-17T08:49:26.204Z] [INFO] Found 1 matching pods [2026-07-17T08:49:26.226Z] [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-17T08:54:26.985Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-17T08:54:26.988Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-17T08:54:26.993Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-17T08:54:26.998Z] [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-17T08:54:27.002Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-17T08:54:27.014Z] [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-17T08:54:27.728Z] [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-17T08:54:27.734Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-17T08:54:27.758Z] [INFO] [STEP 1] Log into the application [2026-07-17T08:54:27.770Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-17T08:54:28.021Z] [INFO] OAuth login flow detected - completing authentication [2026-07-17T08:54:31.638Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-17T08:54:31.760Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-17T08:54:32.348Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-17T08:54:32.414Z] [INFO] [STEP 5] Launch a notebook server [2026-07-17T08:54:32.584Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-17T08:54:32.589Z] [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-17T08:54:43.357Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-17T08:54:43.378Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-17T08:54:43.382Z] [INFO] Found 1 matching pods [2026-07-17T08:54:43.387Z] [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, 35 seconds │ │ Spec Ran: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/dataScie (1280x720) 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 (1280x720) 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-17T08:59:46.793Z] [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-17T08:59:46.819Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (157ms) 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-17T08:59:49.422Z] [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-17T08:59:49.450Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (95ms) 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-17T08:59:52.014Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-17T08:59:52.032Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-17T08:59:52.036Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-17T08:59:52.049Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-17T08:59:52.057Z] [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-17T08:59:52.065Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-17T08:59:52.094Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-17T08:59:52.105Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-17T08:59:52.391Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-17T08:59:52.402Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-17T08:59:52.416Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-17T08:59:52.428Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-17T08:59:52.843Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-17T08:59:53.139Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-17T08:59:53.153Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-17T08:59:53.431Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-17T08:59:53.437Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-17T08:59:53.452Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-17T08:59:53.469Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-17T08:59:53.491Z] [INFO] [STEP 1] Log into the application [2026-07-17T08:59:53.507Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-17T08:59:53.790Z] [INFO] OAuth login flow detected - completing authentication [2026-07-17T08:59:55.440Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-17T08:59:57.758Z] [INFO] [STEP 3] Edit project information [2026-07-17T08:59:58.815Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-17T08:59:59.191Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-17T08:59:59.499Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (7152ms) 1 passing (8s) [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: 7 seconds │ │ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/clusterStorage.cy.ts (6 of 13) [2026-07-17T09:00:02.911Z] [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-17T09:00:02.932Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-17T09:00:02.937Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-17T09:00:02.950Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-17T09:00:02.957Z] [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-17T09:00:02.967Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-17T09:00:02.994Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-17T09:00:03.311Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-17T09:00:03.320Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-17T09:00:03.335Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-17T09:00:03.340Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-17T09:00:03.670Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-17T09:00:03.685Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-17T09:00:03.704Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-17T09:00:03.725Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-17T09:00:04.120Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-17T09:00:04.467Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-17T09:00:04.479Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-17T09:00:04.819Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-17T09:00:04.836Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-17T09:00:04.854Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-17T09:00:05.201Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-17T09:00:05.226Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-17T09:00:05.452Z] [INFO] OAuth login flow detected - completing authentication [2026-07-17T09:00:07.884Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-17T09:00:11.015Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-17T09:00:11.452Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-17T09:00:11.807Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-17T09:00:11.863Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-17T09:00:12.185Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-17T09:00:12.216Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-17T09:00:12.511Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-17T09:00:12.541Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-17T09:00:12.838Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-17T09:00:12.891Z] [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-17T09:00:12.862Z\"}"}}}' [2026-07-17T09:00:13.213Z] [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-17T09:00:12.862Z\"}"}}}' [2026-07-17T09:00:13.222Z] [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-17T09:00:13.215Z\"}"}}}' [2026-07-17T09:00:13.544Z] [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-17T09:00:13.215Z\"}"}}}' [2026-07-17T09:00:13.720Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-17T09:00:14.129Z] [INFO] [EXEC] oc whoami [2026-07-17T09:00:14.429Z] [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 (11033ms) 1 passing (12s) [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: 11 seconds │ │ Spec Ran: storageClasses/clusterStorage.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/storageClasses.cy.ts (7 of 13) [2026-07-17T09:00:18.657Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-17T09:00:18.667Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-17T09:00:18.671Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-17T09:00:18.680Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-17T09:00:18.685Z] [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-17T09:00:18.691Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-17T09:00:18.704Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-17T09:00:19.024Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-17T09:00:19.032Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-17T09:00:19.040Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-17T09:00:19.355Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784278819043-8ow2m5i21.yaml && rm -f /tmp/cypress-yaml-1784278819043-8ow2m5i21.yaml [2026-07-17T09:00:19.361Z] [INFO] Command exit code: 0 [2026-07-17T09:00:19.655Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784278819362-y8gi80y86.yaml && rm -f /tmp/cypress-yaml-1784278819362-y8gi80y86.yaml [2026-07-17T09:00:19.661Z] [INFO] Command exit code: 0 [2026-07-17T09:00:19.968Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784278819663-g8mtxadpt.yaml && rm -f /tmp/cypress-yaml-1784278819663-g8mtxadpt.yaml [2026-07-17T09:00:19.974Z] [INFO] Command exit code: 0 [2026-07-17T09:00:20.302Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784278819976-c5ocbxbv0.yaml && rm -f /tmp/cypress-yaml-1784278819976-c5ocbxbv0.yaml [2026-07-17T09:00:20.309Z] [INFO] Command exit code: 0 [2026-07-17T09:00:20.607Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784278820311-bdoucinik.yaml && rm -f /tmp/cypress-yaml-1784278820311-bdoucinik.yaml [2026-07-17T09:00:20.613Z] [INFO] Command exit code: 0 [2026-07-17T09:00:20.633Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-17T09:00:20.645Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-17T09:00:20.833Z] [INFO] OAuth login flow detected - completing authentication [2026-07-17T09:00:23.906Z] [INFO] [STEP 2] Check SC row exists [2026-07-17T09:00:24.054Z] [INFO] [STEP 3] Check there's no Default label [2026-07-17T09:00:24.165Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-17T09:00:24.267Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-17T09:00:24.342Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-17T09:00:24.492Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-17T09:00:24.741Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-17T09:00:24.838Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-17T09:00:25.162Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-17T09:00:25.173Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (6624ms) [2026-07-17T09:00:25.331Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-17T09:00:25.334Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-17T09:00:25.337Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-17T09:00:25.341Z] [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-17T09:00:25.345Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-17T09:00:25.363Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-17T09:00:25.370Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-17T09:00:25.537Z] [INFO] OAuth login flow detected - completing authentication [2026-07-17T09:00:27.521Z] [INFO] [STEP 2] Check SC row exists [2026-07-17T09:00:27.612Z] [INFO] [STEP 3] Check there's no Default label [2026-07-17T09:00:27.648Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-17T09:00:27.675Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-17T09:00:27.728Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-17T09:00:27.835Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-17T09:00:27.952Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-17T09:00:27.982Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-17T09:00:28.276Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-17T09:00:28.285Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class [2026-07-17T09:00:28.383Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-17T09:00:28.385Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-17T09:00:28.390Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-17T09:00:28.396Z] [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-17T09:00:28.400Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-17T09:00:28.416Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-17T09:00:28.424Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-17T09:00:28.589Z] [INFO] OAuth login flow detected - completing authentication [2026-07-17T09:00:30.605Z] [INFO] [STEP 2] Check there's no Default label [2026-07-17T09:00:30.636Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-07-17T09:00:30.686Z] [INFO] [STEP 4] Set the SC to be the default one [2026-07-17T09:00:30.826Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-07-17T09:00:31.229Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-07-17T09:00:31.257Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-17T09:00:31.544Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-17T09:00:31.556Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one [2026-07-17T09:00:31.661Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-17T09:00:31.663Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-17T09:00:31.667Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-17T09:00:31.671Z] [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-17T09:00:31.676Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-17T09:00:31.717Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-17T09:00:31.727Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-17T09:00:31.887Z] [INFO] OAuth login flow detected - completing authentication [2026-07-17T09:00:33.853Z] [INFO] [STEP 2] Check SC initial access modes [2026-07-17T09:00:33.913Z] [INFO] [STEP 3] Navigate to edit SC [2026-07-17T09:00:34.144Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-07-17T09:00:34.167Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-07-17T09:00:34.336Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-07-17T09:00:34.350Z] [INFO] [STEP 7] Save the changes [2026-07-17T09:00:34.444Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-07-17T09:00:34.589Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-07-17T09:00:34.595Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-17T09:00:34.902Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-17T09:00:34.917Z] [INFO] Storage Class Config: [2026-07-17T09:00:34.921Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-07-17T09:00:35.313Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-07-17T09:00:35.504Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-17T09:00:35.822Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-17T09:00:35.827Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-17T09:00:36.172Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-17T09:00:36.178Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-17T09:00:36.501Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-17T09:00:36.505Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-17T09:00:36.816Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-17T09:00:36.821Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-17T09:00:37.143Z] [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-17T09:00:41.691Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-17T09:00:41.708Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-17T09:00:41.713Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-17T09:00:41.720Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-17T09:00:41.728Z] [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-17T09:00:41.733Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-17T09:00:41.749Z] [INFO] Loaded test data from fixtures [2026-07-17T09:00:41.783Z] [INFO] Provisioning storage classes with different access modes [2026-07-17T09:00:42.168Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784278841790-z508rdrkw.yaml && rm -f /tmp/cypress-yaml-1784278841790-z508rdrkw.yaml [2026-07-17T09:00:42.176Z] [INFO] Command exit code: 0 [2026-07-17T09:00:42.507Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784278842178-yneby8413.yaml && rm -f /tmp/cypress-yaml-1784278842178-yneby8413.yaml [2026-07-17T09:00:42.514Z] [INFO] Command exit code: 0 [2026-07-17T09:00:42.833Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784278842516-5uwqisjju.yaml && rm -f /tmp/cypress-yaml-1784278842516-5uwqisjju.yaml [2026-07-17T09:00:42.840Z] [INFO] Command exit code: 0 [2026-07-17T09:00:43.163Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784278842842-6up7snspv.yaml && rm -f /tmp/cypress-yaml-1784278842842-6up7snspv.yaml [2026-07-17T09:00:43.170Z] [INFO] Command exit code: 0 [2026-07-17T09:00:43.501Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784278843173-5ylc46v4l.yaml && rm -f /tmp/cypress-yaml-1784278843173-5ylc46v4l.yaml [2026-07-17T09:00:43.508Z] [INFO] Command exit code: 0 [2026-07-17T09:00:43.513Z] [INFO] Provisioning project [2026-07-17T09:00:43.516Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-17T09:00:43.841Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-17T09:00:43.848Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-17T09:00:43.853Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-17T09:00:43.863Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-17T09:00:44.291Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-17T09:00:44.631Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-17T09:00:44.637Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-17T09:00:44.957Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-17T09:00:44.963Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-17T09:00:44.969Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-17T09:00:45.307Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-17T09:00:45.321Z] [INFO] [STEP 1] Log into the application [2026-07-17T09:00:45.331Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-17T09:00:45.548Z] [INFO] OAuth login flow detected - completing authentication [2026-07-17T09:00:47.479Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-17T09:00:49.891Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-17T09:00:50.232Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-17T09:00:50.596Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-17T09:00:50.739Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-17T09:00:50.905Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (10565ms) [2026-07-17T09:00:52.287Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-17T09:00:52.290Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-17T09:00:52.296Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-17T09:00:52.304Z] [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-17T09:00:52.310Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-17T09:00:52.322Z] [INFO] [STEP 1] Log into the application [2026-07-17T09:00:52.331Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-17T09:00:52.513Z] [INFO] OAuth login flow detected - completing authentication [2026-07-17T09:00:53.576Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-17T09:00:55.029Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-17T09:00:55.428Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-17T09:00:55.635Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset [2026-07-17T09:00:55.916Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected [2026-07-17T09:00:55.927Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class [2026-07-17T09:00:55.949Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes [2026-07-17T09:00:55.954Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset [2026-07-17T09:00:56.167Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available [2026-07-17T09:00:56.273Z] [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-17T09:00:56.447Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-17T09:00:56.449Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-17T09:00:56.456Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-17T09:00:56.463Z] [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-17T09:00:56.469Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-17T09:00:56.481Z] [INFO] [STEP 1] Log into the application [2026-07-17T09:00:56.487Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-17T09:00:56.658Z] [INFO] OAuth login flow detected - completing authentication [2026-07-17T09:00:57.618Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-17T09:00:59.218Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-17T09:00:59.435Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-17T09:00:59.610Z] [INFO] [STEP 5] Select storage class with multiple access modes: sc-multi-preset [2026-07-17T09:00:59.956Z] [INFO] [STEP 6] Verify multiple access modes are available and can be selected [2026-07-17T09:00:59.987Z] [INFO] [STEP 7] Test switching between available access modes [2026-07-17T09:00:59.994Z] [INFO] [STEP 8] Default should be RWO [2026-07-17T09:01:00.004Z] [INFO] [STEP 9] Switch to RWX [2026-07-17T09:01:00.108Z] [INFO] [STEP 10] Switch ROX ✓ Should show correct access modes when selecting storage class with multiple access modes [2026-07-17T09:01:00.366Z] [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-17T09:01:00.368Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-17T09:01:00.375Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-17T09:01:00.381Z] [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-17T09:01:00.387Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-17T09:01:00.398Z] [INFO] [STEP 1] Log into the application [2026-07-17T09:01:00.404Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-17T09:01:00.579Z] [INFO] OAuth login flow detected - completing authentication [2026-07-17T09:01:01.680Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-17T09:01:03.384Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-17T09:01:03.690Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode [2026-07-17T09:01:04.667Z] [INFO] [STEP 5] Submit the form [2026-07-17T09:01:04.760Z] [INFO] [STEP 6] Verify cluster storage was created successfully [2026-07-17T09:01:04.927Z] [INFO] [STEP 7] Attempt to edit the cluster storage [2026-07-17T09:01:05.182Z] [INFO] [STEP 8] Verify edit modal opens with correct title [2026-07-17T09:01:05.189Z] [INFO] [STEP 9] Verify access mode is displayed in read-only format like "ReadWriteMany (RWX)" [2026-07-17T09:01:05.336Z] [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 (5133ms) [2026-07-17T09:01:05.523Z] [INFO] Starting 480s timeout for: Should reset access mode appropriately when switching between storage classes [2026-07-17T09:01:05.526Z] [INFO] Test title: Should reset access mode appropriately when switching between storage classes [2026-07-17T09:01:05.533Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-17T09:01:05.540Z] [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-17T09:01:05.546Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-17T09:01:05.558Z] [INFO] [STEP 1] Log into the application [2026-07-17T09:01:05.565Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-17T09:01:05.729Z] [INFO] OAuth login flow detected - completing authentication [2026-07-17T09:01:06.694Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-17T09:01:08.044Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-17T09:01:08.384Z] [INFO] [STEP 4] Open create modal [2026-07-17T09:01:08.610Z] [INFO] [STEP 5] Select multi-access storage class and choose RWX [2026-07-17T09:01:09.010Z] [INFO] [STEP 6] Switch to RWO-only storage class [2026-07-17T09:01:09.223Z] [INFO] [STEP 7] Verify access mode defaults to RWO (the only available option) [2026-07-17T09:01:09.323Z] [INFO] [STEP 8] Cleaning up storage classes [2026-07-17T09:01:09.334Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-17T09:01:09.704Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-17T09:01:09.709Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-17T09:01:10.055Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-17T09:01:10.060Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-17T09:01:10.409Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-17T09:01:10.413Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-17T09:01:10.755Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-17T09:01:10.760Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-17T09:01:11.105Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-17T09:01:11.110Z] [INFO] [STEP 9] Cleaning up project [2026-07-17T09:01:11.462Z] [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 (30s) [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: 29 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-17T09:01:17.503Z] [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-17T09:01:17.531Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (152ms) 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-17T09:01:20.849Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-17T09:01:20.862Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-17T09:01:20.866Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-17T09:01:20.873Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-17T09:01:20.878Z] [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-17T09:01:20.884Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-17T09:01:20.906Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-17T09:01:20.914Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-17T09:01:21.341Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-17T09:01:21.349Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-17T09:01:21.357Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-17T09:01:21.369Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-17T09:01:21.823Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-17T09:01:22.172Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-17T09:01:22.180Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-17T09:01:22.500Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-17T09:01:22.507Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-17T09:01:22.515Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-17T09:01:22.549Z] [INFO] [STEP 1] Log into the application [2026-07-17T09:01:22.563Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-17T09:01:22.794Z] [INFO] OAuth login flow detected - completing authentication [2026-07-17T09:01:24.741Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-17T09:01:26.246Z] [INFO] [STEP 3] Verify Create Connection Type page is displayed [2026-07-17T09:01:27.005Z] [INFO] [STEP 4] Select category [2026-07-17T09:01:27.494Z] [INFO] [STEP 5] Select model serving compatible type [2026-07-17T09:01:28.071Z] [INFO] [STEP 6] Add new section heading [2026-07-17T09:01:30.396Z] [INFO] [STEP 7] Submit the form to create the connection type [2026-07-17T09:01:30.672Z] [INFO] [STEP 8] Verify we are redirected to Connection Types list page [2026-07-17T09:01:30.960Z] [INFO] [STEP 9] Verify the created connection type appears in the list [2026-07-17T09:01:31.067Z] [INFO] [STEP 10] Verify the connection type is enabled by default [2026-07-17T09:01:31.172Z] [INFO] [STEP 11] Verify the connection type shows compatibility with model serving [2026-07-17T09:01:31.259Z] [INFO] [STEP 12] Preview connection type. [2026-07-17T09:01:32.061Z] [INFO] [STEP 13] Navigate to the Connections tab and validate the connection type is available [2026-07-17T09:01:35.356Z] [INFO] [STEP 14] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-17T09:01:37.005Z] [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 (19030ms) [2026-07-17T09:01:40.024Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-17T09:01:40.026Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-17T09:01:40.032Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-17T09:01:40.038Z] [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-17T09:01:40.045Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-17T09:01:40.075Z] [INFO] [STEP 1] Log into the application [2026-07-17T09:01:40.083Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-17T09:01:40.253Z] [INFO] OAuth login flow detected - completing authentication [2026-07-17T09:01:41.410Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-17T09:01:42.509Z] [INFO] [STEP 3] Duplicate the Connection type [2026-07-17T09:01:42.950Z] [INFO] [STEP 4] Edit the Connection type [2026-07-17T09:01:43.697Z] [INFO] [STEP 5] Navigate to the Deployments tab and validate the connection type is available [2026-07-17T09:01:43.708Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/projects [2026-07-17T09:01:48.769Z] [INFO] [STEP 6] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-17T09:01:51.110Z] [INFO] [STEP 7] Navigate to the Deployments tab and validate the connection type is not available [2026-07-17T09:01:55.886Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-17T09:01:56.303Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-17T09:01:56.374Z] [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-17T09:01:56.779Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-17T09:02:06.806Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found ✓ Verify User Can Duplicate, Edit and Delete a Connection Type (15808ms) 2 passing (46s) [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: 46 seconds │ │ Spec Ran: settings/connectionTypes/testCreateConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts (11 of 13) [2026-07-17T09:02:09.683Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-17T09:02:09.703Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-17T09:02:09.713Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-17T09:02:09.727Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-17T09:02:09.734Z] [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-17T09:02:09.745Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-17T09:02:09.776Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-17T09:02:09.798Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-17T09:02:10.012Z] [INFO] OAuth login flow detected - completing authentication [2026-07-17T09:02:12.701Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-07-17T09:02:12.790Z] [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-17T09:02:16.457Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-17T09:02:16.476Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-17T09:02:16.481Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-17T09:02:16.493Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-17T09:02:16.498Z] [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-17T09:02:16.508Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-17T09:02:16.535Z] [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-17T09:02:17.585Z] [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-17T09:02:17.598Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-17T09:02:17.602Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-17T09:02:17.613Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-17T09:02:17.617Z] [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-17T09:02:18.105Z] [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-17T09:02:18.112Z] [INFO] No matching profile found, proceeding with the test. [2026-07-17T09:02:18.129Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-17T09:02:18.163Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784278938133.yaml" -n redhat-ods-applications [2026-07-17T09:02:18.502Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784278938133.yaml" -n redhat-ods-applications [2026-07-17T09:02:18.517Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-17T09:02:18.653Z] [INFO] [EXEC] rm /tmp/temp_1784278938133.yaml [2026-07-17T09:02:18.699Z] [INFO] [STEP 1] Log into the application [2026-07-17T09:02:18.737Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-17T09:02:18.981Z] [INFO] OAuth login flow detected - completing authentication [2026-07-17T09:02:23.509Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-17T09:02:23.657Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-17T09:02:24.393Z] [INFO] [STEP 4] Select the hardware profile [2026-07-17T09:02:24.868Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-17T09:02:24.898Z] [INFO] [STEP 6] Launch a notebook server [2026-07-17T09:02:25.137Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-17T09:02:25.160Z] [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-17T09:02:36.036Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-17T09:02:36.092Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-17T09:02:36.119Z] [INFO] Found 1 matching pods [2026-07-17T09:02:36.157Z] [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-17T09:07:36.899Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-17T09:07:36.902Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-17T09:07:36.906Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-17T09:07:36.910Z] [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-17T09:07:36.916Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-17T09:07:36.933Z] [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-17T09:07:37.818Z] [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-17T09:07:37.826Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-17T09:07:37.829Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-17T09:07:37.832Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-17T09:07:37.835Z] [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-17T09:07:38.161Z] [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-17T09:07:38.166Z] [INFO] No matching profile found, proceeding with the test. [2026-07-17T09:07:38.172Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-17T09:07:38.184Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784279258173.yaml" -n redhat-ods-applications [2026-07-17T09:07:46.319Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784279258173.yaml" -n redhat-ods-applications [2026-07-17T09:07:46.326Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks configured [2026-07-17T09:07:46.450Z] [INFO] [EXEC] rm /tmp/temp_1784279258173.yaml [2026-07-17T09:07:46.481Z] [INFO] [STEP 1] Log into the application [2026-07-17T09:07:46.494Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-17T09:07:46.796Z] [INFO] OAuth login flow detected - completing authentication [2026-07-17T09:07:50.475Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-17T09:07:50.610Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-17T09:07:51.240Z] [INFO] [STEP 4] Select the hardware profile [2026-07-17T09:07:51.547Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-17T09:07:51.597Z] [INFO] [STEP 6] Launch a notebook server [2026-07-17T09:07:51.779Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-17T09:07:51.783Z] [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-17T09:08:02.582Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-17T09:08:02.597Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-17T09:08:02.604Z] [INFO] Found 1 matching pods [2026-07-17T09:08:02.608Z] [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-17T09:13:02.915Z] [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-17T09:13:03.835Z] [INFO] [EXEC] oc get notebooks.kubeflow.org -A -o custom-columns=":metadata.namespace,:metadata.name" | grep jupyter-nb | xargs -I {} sh -c 'oc delete notebook.kubeflow.org -n $(echo {} | cut -d " " -f1) $(echo {} | cut -d " " -f2) --ignore-not-found' [2026-07-17T09:13:03.841Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-17T09:13:03.845Z] [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-17T09:13:04.171Z] [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-17T09:13:04.179Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-17T09:13:04.519Z] [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, 48 seconds │ │ Spec Ran: settings/hardwareProfiles/testNotebookTolerations.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/settings (1280x720) /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 (1280x720) /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-17T09:13:07.241Z] [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-17T09:13:07.259Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (127ms) 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:03 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ dataScienceProjects/testLaunchStand 10:35 1 - 1 - - │ │ aloneNotebook.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCont 164ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 100ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:07 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:11 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/storageClasses.cy.ts 00:18 4 4 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/clusterStorage/ 00:29 5 5 - - - │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/clusterSettings/testAdminC 159ms 3 - - 3 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testCreate 00:46 2 2 - - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testPreIns 00:04 1 1 - - - │ │ talledConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ settings/hardwareProfiles/testNoteb 10:48 1 - 1 - - │ │ ookTolerations.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/servingRuntimes/testSingle 132ms 1 - - 1 - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✖ 2 of 13 failed (15%) 23:25 27 15 2 10 -