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-12T19:39:50.465Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-12T19:39:50.478Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-12T19:39:50.531Z] [INFO] Test title: should login and load page [2026-07-12T19:39:50.541Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-12T19:39:50.551Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-12T19:39:50.557Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T19:39:50.569Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T19:39:51.236Z] [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-12T19:39:59.163Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-12T19:39:59.174Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-12T19:39:59.179Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-12T19:39:59.185Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-12T19:39:59.238Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-12T19:39:59.246Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T19:39:59.266Z] [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-12T19:40:00.053Z] [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-12T19:40:00.061Z] [INFO] No notebooks found [2026-07-12T19:40:00.142Z] [INFO] [STEP 1] Log into the application [2026-07-12T19:40:00.223Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T19:40:00.656Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T19:40:07.823Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-12T19:40:08.036Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-12T19:40:09.350Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-12T19:40:09.460Z] [INFO] [STEP 5] Launch a notebook server [2026-07-12T19:40:09.835Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-12T19:40:09.857Z] [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-12T19:40:21.733Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-12T19:40:21.836Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-12T19:40:21.859Z] [INFO] Found 1 matching pods [2026-07-12T19:40:21.939Z] [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-12T19:40:32.259Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-12T19:40:32.432Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-12T19:40:32.528Z] [INFO] [STEP 7] Expand the Event log [2026-07-12T19:40:33.149Z] [INFO] [STEP 8] Waits for the Success alert [2026-07-12T19:40:44.532Z] [INFO] [STEP 9] Opens the server in a new tab [2026-07-12T19:40:45.123Z] [INFO] [STEP 10] Stop the server [2026-07-12T19:40:46.042Z] [INFO] [STEP 11] Confirm stopping the server ✓ Verify User Can Access Jupyter Launcher From Project Page (47600ms) 1 passing (48s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 47 seconds │ │ Spec Ran: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectContributorPermissions.cy.ts (3 of 13) [2026-07-12T19:40:57.129Z] [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-12T19:40:57.324Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (678ms) 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-12T19:41:07.445Z] [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-12T19:41:07.543Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (311ms) 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-12T19:41:16.133Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-12T19:41:16.224Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-12T19:41:16.236Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-12T19:41:16.322Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-12T19:41:16.331Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-12T19:41:16.345Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T19:41:16.452Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-12T19:41:16.530Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-12T19:41:17.233Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-12T19:41:17.246Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-12T19:41:17.342Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-12T19:41:17.431Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-12T19:41:18.335Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-12T19:41:19.326Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-12T19:41:19.338Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-12T19:41:20.132Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-12T19:41:20.229Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-12T19:41:20.336Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-12T19:41:20.433Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-12T19:41:20.525Z] [INFO] [STEP 1] Log into the application [2026-07-12T19:41:20.620Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T19:41:21.357Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T19:41:25.330Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-12T19:41:30.136Z] [INFO] [STEP 3] Edit project information [2026-07-12T19:41:32.224Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-12T19:41:32.728Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-12T19:41:33.129Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (16778ms) 1 passing (17s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_004.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 17 seconds │ │ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/clusterStorage.cy.ts (6 of 13) [2026-07-12T19:41:38.748Z] [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-12T19:41:38.771Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-12T19:41:38.832Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-12T19:41:38.844Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-12T19:41:38.855Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-12T19:41:38.865Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T19:41:38.934Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-12T19:41:39.352Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-12T19:41:39.371Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-12T19:41:39.434Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-12T19:41:39.448Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-12T19:41:39.835Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-12T19:41:39.843Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-12T19:41:39.868Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-12T19:41:39.931Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-12T19:41:40.530Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-12T19:41:41.002Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-12T19:41:41.013Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-12T19:41:41.428Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-12T19:41:41.436Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-12T19:41:41.464Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-12T19:41:42.133Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-12T19:41:42.247Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T19:41:42.652Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T19:41:46.224Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-12T19:41:51.159Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-12T19:41:52.163Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-12T19:41:53.022Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-12T19:41:53.245Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-12T19:41:53.931Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-12T19:41:54.032Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-12T19:41:54.533Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-12T19:41:54.630Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-12T19:41:55.130Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-12T19:41:55.165Z] [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-12T19:41:55.134Z\"}"}}}' [2026-07-12T19:41:55.730Z] [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-12T19:41:55.134Z\"}"}}}' [2026-07-12T19:41:55.827Z] [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-12T19:41:55.756Z\"}"}}}' [2026-07-12T19:41:56.162Z] [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-12T19:41:55.756Z\"}"}}}' [2026-07-12T19:41:56.443Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-12T19:41:57.285Z] [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 (18084ms) 1 passing (19s) [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: 18 seconds │ │ Spec Ran: storageClasses/clusterStorage.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/storageClasses.cy.ts (7 of 13) [2026-07-12T19:42:04.224Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-12T19:42:04.236Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-12T19:42:04.239Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-12T19:42:04.247Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-12T19:42:04.255Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-12T19:42:04.261Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T19:42:04.334Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-12T19:42:04.827Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-12T19:42:04.835Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-12T19:42:04.843Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-12T19:42:05.378Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783885324848-9ao856zkd.yaml && rm -f /tmp/cypress-yaml-1783885324848-9ao856zkd.yaml [2026-07-12T19:42:05.385Z] [INFO] Command exit code: 0 [2026-07-12T19:42:05.831Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783885325387-giqyzs75t.yaml && rm -f /tmp/cypress-yaml-1783885325387-giqyzs75t.yaml [2026-07-12T19:42:05.838Z] [INFO] Command exit code: 0 [2026-07-12T19:42:06.248Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783885325840-9jc3yelly.yaml && rm -f /tmp/cypress-yaml-1783885325840-9jc3yelly.yaml [2026-07-12T19:42:06.255Z] [INFO] Command exit code: 0 [2026-07-12T19:42:06.652Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783885326258-yimdj0kva.yaml && rm -f /tmp/cypress-yaml-1783885326258-yimdj0kva.yaml [2026-07-12T19:42:06.660Z] [INFO] Command exit code: 0 [2026-07-12T19:42:07.131Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783885326661-o4jfe3w7o.yaml && rm -f /tmp/cypress-yaml-1783885326661-o4jfe3w7o.yaml [2026-07-12T19:42:07.137Z] [INFO] Command exit code: 0 [2026-07-12T19:42:07.158Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-12T19:42:07.168Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T19:42:07.576Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T19:42:11.414Z] [INFO] [STEP 2] Check SC row exists [2026-07-12T19:42:11.552Z] [INFO] [STEP 3] Check there's no Default label [2026-07-12T19:42:11.651Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-12T19:42:11.729Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-12T19:42:11.817Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-12T19:42:12.006Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-12T19:42:12.287Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-12T19:42:12.462Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-12T19:42:12.831Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-12T19:42:12.897Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (8881ms) [2026-07-12T19:42:13.168Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-12T19:42:13.170Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-12T19:42:13.176Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-12T19:42:13.182Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-12T19:42:13.187Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T19:42:13.231Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-12T19:42:13.241Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T19:42:13.590Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T19:42:17.060Z] [INFO] [STEP 2] Check SC row exists [2026-07-12T19:42:17.133Z] [INFO] [STEP 3] Check there's no Default label [2026-07-12T19:42:17.168Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-12T19:42:17.231Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-12T19:42:17.290Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-12T19:42:17.423Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-12T19:42:28.140Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-12T19:42:28.143Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-12T19:42:28.147Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-12T19:42:28.150Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-12T19:42:28.157Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T19:42:28.167Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-12T19:42:28.423Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-12T19:42:28.429Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-12T19:42:28.435Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-12T19:42:28.800Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783885348436-0u8mvg9ok.yaml && rm -f /tmp/cypress-yaml-1783885348436-0u8mvg9ok.yaml [2026-07-12T19:42:28.806Z] [INFO] Command exit code: 0 [2026-07-12T19:42:29.126Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783885348808-uz7y1eh3o.yaml && rm -f /tmp/cypress-yaml-1783885348808-uz7y1eh3o.yaml [2026-07-12T19:42:29.132Z] [INFO] Command exit code: 0 [2026-07-12T19:42:29.444Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783885349134-g4ntpbo9f.yaml && rm -f /tmp/cypress-yaml-1783885349134-g4ntpbo9f.yaml [2026-07-12T19:42:29.450Z] [INFO] Command exit code: 0 [2026-07-12T19:42:29.751Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783885349452-ckh26qv5w.yaml && rm -f /tmp/cypress-yaml-1783885349452-ckh26qv5w.yaml [2026-07-12T19:42:29.757Z] [INFO] Command exit code: 0 [2026-07-12T19:42:30.074Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783885349759-c5slmuo9o.yaml && rm -f /tmp/cypress-yaml-1783885349759-c5slmuo9o.yaml [2026-07-12T19:42:30.080Z] [INFO] Command exit code: 0 [2026-07-12T19:42:30.098Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-12T19:42:30.108Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T19:42:30.442Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T19:42:33.076Z] [INFO] [STEP 2] Check SC row exists [2026-07-12T19:42:33.184Z] [INFO] [STEP 3] Check there's no Default label [2026-07-12T19:42:33.273Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-12T19:42:33.330Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-12T19:42:33.418Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-12T19:42:33.559Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-12T19:42:33.718Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-12T19:42:33.863Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-12T19:42:34.127Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-12T19:42:34.139Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class (6100ms) [2026-07-12T19:42:34.270Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-12T19:42:34.272Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-12T19:42:34.276Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-12T19:42:34.280Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-12T19:42:34.284Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T19:42:34.298Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-12T19:42:34.306Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T19:42:34.453Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T19:42:36.746Z] [INFO] [STEP 2] Check there's no Default label [2026-07-12T19:42:36.866Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-07-12T19:42:36.916Z] [INFO] [STEP 4] Set the SC to be the default one [2026-07-12T19:42:37.059Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-07-12T19:42:37.455Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-07-12T19:42:37.482Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-12T19:42:37.713Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-12T19:42:37.724Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one [2026-07-12T19:42:37.811Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-12T19:42:37.814Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-12T19:42:37.818Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-12T19:42:37.822Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-12T19:42:37.826Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T19:42:37.849Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-12T19:42:37.858Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T19:42:38.007Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T19:42:39.941Z] [INFO] [STEP 2] Check SC initial access modes [2026-07-12T19:42:40.063Z] [INFO] [STEP 3] Navigate to edit SC [2026-07-12T19:42:40.287Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-07-12T19:42:40.338Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-07-12T19:42:40.502Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-07-12T19:42:40.512Z] [INFO] [STEP 7] Save the changes [2026-07-12T19:42:40.614Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-07-12T19:42:40.910Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-07-12T19:42:40.913Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-12T19:42:41.159Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-12T19:42:41.170Z] [INFO] Storage Class Config: [2026-07-12T19:42:41.173Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-07-12T19:42:41.590Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-07-12T19:42:41.798Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-12T19:42:42.066Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-12T19:42:42.069Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-12T19:42:42.356Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-12T19:42:42.359Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-12T19:42:42.632Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-12T19:42:42.635Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-12T19:42:42.971Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-12T19:42:42.975Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-12T19:42:43.251Z] [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 (39s) [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: 1 │ │ Video: false │ │ Duration: 39 seconds │ │ Spec Ran: storageClasses/storageClasses.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/storageC (1919x1079) lasses/storageClasses.cy.ts/An admin user can manage Storage Classes from Settin gs - Storage classes view -- An admin user can disable an enabled Storage Class (failed).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy. (8 of 13) ts [2026-07-12T19:42:47.434Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-12T19:42:47.445Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-12T19:42:47.448Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-12T19:42:47.455Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-12T19:42:47.460Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-12T19:42:47.465Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T19:42:47.481Z] [INFO] Loaded test data from fixtures [2026-07-12T19:42:47.493Z] [INFO] Provisioning storage classes with different access modes [2026-07-12T19:42:47.804Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783885367524-inwxv8dyi.yaml && rm -f /tmp/cypress-yaml-1783885367524-inwxv8dyi.yaml [2026-07-12T19:42:47.810Z] [INFO] Command exit code: 0 [2026-07-12T19:42:48.084Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783885367812-r0kqmxcgn.yaml && rm -f /tmp/cypress-yaml-1783885367812-r0kqmxcgn.yaml [2026-07-12T19:42:48.090Z] [INFO] Command exit code: 0 [2026-07-12T19:42:48.367Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783885368092-vnyv94uh1.yaml && rm -f /tmp/cypress-yaml-1783885368092-vnyv94uh1.yaml [2026-07-12T19:42:48.373Z] [INFO] Command exit code: 0 [2026-07-12T19:42:48.678Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783885368385-h56v18nvd.yaml && rm -f /tmp/cypress-yaml-1783885368385-h56v18nvd.yaml [2026-07-12T19:42:48.684Z] [INFO] Command exit code: 0 [2026-07-12T19:42:48.951Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783885368686-iwb5uoty8.yaml && rm -f /tmp/cypress-yaml-1783885368686-iwb5uoty8.yaml [2026-07-12T19:42:48.956Z] [INFO] Command exit code: 0 [2026-07-12T19:42:48.960Z] [INFO] Provisioning project [2026-07-12T19:42:48.962Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-12T19:42:49.329Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-12T19:42:49.335Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-12T19:42:49.341Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-12T19:42:49.353Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-12T19:42:49.838Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-12T19:42:50.141Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-12T19:42:50.148Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-12T19:42:50.432Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-12T19:42:50.439Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-12T19:42:50.445Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-12T19:42:50.830Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-12T19:42:50.840Z] [INFO] [STEP 1] Log into the application [2026-07-12T19:42:50.847Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T19:42:51.031Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T19:42:53.178Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-12T19:42:56.241Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-12T19:42:56.943Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-12T19:42:57.542Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-12T19:42:57.862Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-12T19:42:58.059Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (11971ms) [2026-07-12T19:42:59.593Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-12T19:42:59.595Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-12T19:42:59.600Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-12T19:42:59.604Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-12T19:42:59.608Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T19:42:59.625Z] [INFO] [STEP 1] Log into the application [2026-07-12T19:42:59.631Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T19:43:03.232Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-12T19:43:03.235Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-12T19:43:03.247Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-12T19:43:03.251Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-12T19:43:03.260Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T19:43:03.268Z] [INFO] Loaded test data from fixtures [2026-07-12T19:43:03.278Z] [INFO] Provisioning storage classes with different access modes [2026-07-12T19:43:03.561Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783885383281-guor4a8qr.yaml && rm -f /tmp/cypress-yaml-1783885383281-guor4a8qr.yaml [2026-07-12T19:43:03.567Z] [INFO] Command exit code: 0 [2026-07-12T19:43:03.852Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783885383569-4lgvfm0eg.yaml && rm -f /tmp/cypress-yaml-1783885383569-4lgvfm0eg.yaml [2026-07-12T19:43:03.859Z] [INFO] Command exit code: 0 [2026-07-12T19:43:04.152Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783885383860-h0jzmk0kw.yaml && rm -f /tmp/cypress-yaml-1783885383860-h0jzmk0kw.yaml [2026-07-12T19:43:04.158Z] [INFO] Command exit code: 0 [2026-07-12T19:43:04.452Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783885384159-hshhg2lhk.yaml && rm -f /tmp/cypress-yaml-1783885384159-hshhg2lhk.yaml [2026-07-12T19:43:04.458Z] [INFO] Command exit code: 0 [2026-07-12T19:43:04.750Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783885384460-oq3yty5sl.yaml && rm -f /tmp/cypress-yaml-1783885384460-oq3yty5sl.yaml [2026-07-12T19:43:04.757Z] [INFO] Command exit code: 0 [2026-07-12T19:43:04.761Z] [INFO] Provisioning project [2026-07-12T19:43:04.764Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-12T19:43:05.038Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-12T19:43:05.044Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-12T19:43:05.050Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-12T19:43:05.058Z] [INFO] Project test-cluster-storage-access-modes already exists. Deleting it. [2026-07-12T19:43:17.084Z] [INFO] [EXEC] oc delete project test-cluster-storage-access-modes --wait [2026-07-12T19:43:17.098Z] [INFO] Waiting for project test-cluster-storage-access-modes to be fully deleted... [2026-07-12T19:43:17.103Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-12T19:43:17.371Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-12T19:43:17.378Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-12T19:43:17.385Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-12T19:43:17.396Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-12T19:43:17.895Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-12T19:43:18.200Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-12T19:43:18.207Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-12T19:43:18.521Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-12T19:43:18.528Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-12T19:43:18.535Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-12T19:43:18.915Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-12T19:43:18.927Z] [INFO] [STEP 1] Log into the application [2026-07-12T19:43:18.935Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 1) "before each" hook for "Should show correct access modes when selecting storage classes with single access mode" [2026-07-12T19:43:19.774Z] [INFO] Cleaning up storage classes [2026-07-12T19:43:19.782Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-12T19:43:20.065Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-12T19:43:20.068Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-12T19:43:20.523Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-12T19:43:20.526Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-12T19:43:21.079Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-12T19:43:21.082Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-12T19:43:21.432Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-12T19:43:21.436Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-12T19:43:21.938Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-12T19:43:21.941Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-12T19:43:22.329Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-12T19:43:22.333Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-12T19:43:22.707Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-12T19:43:22.721Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-12T19:43:23.154Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-12T19:43:23.157Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-12T19:43:23.556Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-12T19:43:23.559Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-12T19:43:23.946Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-12T19:43:23.950Z] [INFO] Cleaning up project [2026-07-12T19:43:24.295Z] [INFO] [EXEC] oc delete project test-cluster-storage-access-modes --wait=false --ignore-not-found 1 passing (37s) 1 failing 1) Cluster Storage Access Modes Tests "before each" hook for "Should show correct access modes when selecting storage classes with single access mode": Test steps were: 1. Provisioning storage classes with different access modes 2. Provisioning project 3. Log into the application 4. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `Cluster Storage Access Mode...` Error: Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:429:14) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_007.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 5 │ │ Passing: 1 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 3 │ │ Screenshots: 2 │ │ Video: false │ │ Duration: 36 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/dataScie (1919x1079) nceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts/Cluster Storage A ccess Modes Tests -- Should show correct access modes when selecting storage cla sses with single access mode (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/dataScie (1919x1079) nceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts/Cluster Storage A ccess Modes Tests -- Should show correct access modes when selecting storage cla sses with single access mode -- before each hook (failed) (attempt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-12T19:43:29.948Z] [INFO] Setting tests timeout to: 480 seconds Verify that only the Cluster Admin can access Cluster Settings [2026-07-12T19:43:29.960Z] [INFO] Starting 480s timeout for: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-12T19:43:29.962Z] [INFO] Test title: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-12T19:43:29.969Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-12T19:43:29.973Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-12T19:43:29.977Z] [INFO] Grep tags: ["@SmokeSet2"] - Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-12T19:43:30.037Z] [INFO] Starting 480s timeout for: Test User - should not have access rights to view the Cluster Settings tab [2026-07-12T19:43:30.039Z] [INFO] Test title: Test User - should not have access rights to view the Cluster Settings tab [2026-07-12T19:43:30.044Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-12T19:43:30.049Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-12T19:43:30.053Z] [INFO] Grep tags: ["@SmokeSet2"] - Test User - should not have access rights to view the Cluster Settings tab [2026-07-12T19:43:30.084Z] [INFO] Starting 480s timeout for: Cluster Admin user can access all Settings pages [2026-07-12T19:43:30.087Z] [INFO] Test title: Cluster Admin user can access all Settings pages [2026-07-12T19:43:30.092Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1688","@Dashboard","@SettingsCI"] [2026-07-12T19:43:30.097Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-12T19:43:30.101Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T19:43:30.123Z] [INFO] Loaded test data - User: ***, ClusterRoleBinding: cypress-test-***-cluster-admin [2026-07-12T19:43:30.416Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq '.items[].spec' [2026-07-12T19:43:30.423Z] [INFO] Dashboard Config: [2026-07-12T19:43:30.711Z] [INFO] [EXEC] oc get configmaps -l app=notebook-controller -A -o jsonpath='{.items[0].data}' | jq . [2026-07-12T19:43:30.717Z] [INFO] Controller Config: [2026-07-12T19:43:30.723Z] [INFO] Executing command: [2026-07-12T19:43:31.007Z] [INFO] [EXEC] oc get configmap -n redhat-ods-applications notebook-controller-culler-config -o jsonpath='{.data}' | jq . [2026-07-12T19:43:31.014Z] [INFO] Command stderr: [2026-07-12T19:43:31.020Z] [INFO] Raw Controller Culler Config Response: [2026-07-12T19:43:31.023Z] [INFO] Controller Culler Config (Error): [2026-07-12T19:43:31.025Z] [INFO] Check if user is in RHODS user groups [2026-07-12T19:43:31.028Z] [INFO] Getting OdhDashboardConfig groupsConfig: oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-12T19:43:31.298Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-12T19:43:31.306Z] [INFO] Could not parse groupsConfig, continuing with test [2026-07-12T19:43:31.315Z] [INFO] Check for existing ClusterRoleBinding [2026-07-12T19:43:31.318Z] [INFO] Getting ClusterRoleBinding: oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-12T19:43:31.585Z] [INFO] [EXEC] oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-12T19:43:31.591Z] [INFO] Found ClusterRoleBinding: cypress-test-*** [2026-07-12T19:43:31.598Z] [INFO] Found existing ClusterRoleBinding, will restore after test [2026-07-12T19:43:31.603Z] [INFO] Create ClusterRoleBinding for cluster-admin [2026-07-12T19:43:32.015Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783885411607-ee4bve22m.yaml && rm -f /tmp/cypress-yaml-1783885411607-ee4bve22m.yaml [2026-07-12T19:43:32.022Z] [INFO] Command exit code: 0 [2026-07-12T19:43:32.033Z] [INFO] Successfully created ClusterRoleBinding [2026-07-12T19:43:32.052Z] [INFO] [STEP 1] Log into the application as admin [2026-07-12T19:43:32.059Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T19:43:32.290Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T19:43:34.525Z] [INFO] [STEP 2] Verify Cluster Settings is visible in navigation [2026-07-12T19:43:36.036Z] [INFO] [STEP 3] Access Settings -> Cluster Settings -> General settings [2026-07-12T19:43:36.253Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/cluster/general [2026-07-12T19:43:38.342Z] [INFO] [STEP 4] Access Settings -> Cluster Settings -> Storage classes [2026-07-12T19:43:38.441Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/cluster/storage-classes [2026-07-12T19:43:40.534Z] [INFO] [STEP 5] Access Settings -> Environment setup -> Workbench images [2026-07-12T19:43:40.981Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/environment-setup/workbench-images [2026-07-12T19:43:42.691Z] [INFO] [STEP 6] Access Settings -> Environment setup -> Hardware profiles [2026-07-12T19:43:42.762Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/environment-setup/hardware-profiles [2026-07-12T19:43:44.401Z] [INFO] [STEP 7] Access Settings -> Environment setup -> Connection types [2026-07-12T19:43:44.558Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-12T19:43:46.046Z] [INFO] [STEP 8] Access Settings -> Model resources and operations -> Serving runtimes [2026-07-12T19:43:46.137Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/serving-runtimes [2026-07-12T19:43:49.410Z] [INFO] [STEP 9] Access Settings -> Model resources and operations -> Model registry settings [2026-07-12T19:43:49.464Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-12T19:43:52.857Z] [INFO] [STEP 10] Access Settings -> User management [2026-07-12T19:43:53.124Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/user-management [2026-07-12T19:43:56.342Z] [INFO] [STEP 11] Cleanup: Remove test ClusterRoleBinding [2026-07-12T19:43:56.354Z] [INFO] Deleting ClusterRoleBinding: oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-12T19:43:56.934Z] [INFO] [EXEC] oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-12T19:43:57.021Z] [INFO] Successfully deleted ClusterRoleBinding: cypress-test-*** [2026-07-12T19:43:57.086Z] [INFO] Successfully removed test ClusterRoleBinding [2026-07-12T19:43:57.089Z] [INFO] [STEP 12] Restore original ClusterRoleBinding [2026-07-12T19:43:57.626Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783885436232-9kayof9du.yaml && rm -f /tmp/cypress-yaml-1783885436232-9kayof9du.yaml [2026-07-12T19:43:57.776Z] [INFO] Command exit code: 0 [2026-07-12T19:43:57.977Z] [INFO] Successfully restored original ClusterRoleBinding ✓ Cluster Admin user can access all Settings pages (26055ms) 1 passing (28s) 2 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_008.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 2 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 28 seconds │ │ Spec Ran: settings/clusterSettings/testAdminClusterSettings.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testCreateConnectionTypes.cy.ts (10 of 13) [2026-07-12T19:44:02.633Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-12T19:44:02.644Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-12T19:44:02.647Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-12T19:44:02.654Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-12T19:44:02.658Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-12T19:44:02.663Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T19:44:02.681Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-12T19:44:02.685Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-12T19:44:02.994Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-12T19:44:02.999Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-12T19:44:03.005Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-12T19:44:03.014Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-12T19:44:03.486Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-12T19:44:03.780Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-12T19:44:03.788Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-12T19:44:04.074Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-12T19:44:04.080Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-12T19:44:04.088Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-12T19:44:04.131Z] [INFO] [STEP 1] Log into the application [2026-07-12T19:44:04.144Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T19:44:04.576Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-12T19:44:04.579Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-12T19:44:04.582Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-12T19:44:04.586Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-12T19:44:04.589Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T19:44:04.600Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-12T19:44:04.605Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-12T19:44:04.874Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-12T19:44:04.880Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-12T19:44:04.886Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-12T19:44:04.895Z] [INFO] Project cypress-test-connection-type-185825 already exists. Deleting it. [2026-07-12T19:44:16.114Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait [2026-07-12T19:44:16.127Z] [INFO] Waiting for project cypress-test-connection-type-185825 to be fully deleted... [2026-07-12T19:44:16.132Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-12T19:44:16.419Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-12T19:44:16.425Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-12T19:44:16.430Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-12T19:44:16.441Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-12T19:44:16.868Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-12T19:44:17.216Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-12T19:44:17.223Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-12T19:44:17.530Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-12T19:44:17.536Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-12T19:44:17.542Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-12T19:44:17.571Z] [INFO] [STEP 1] Log into the application [2026-07-12T19:44:17.582Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 1) Verify User Can Create, Preview and Delete a Connection Type [2026-07-12T19:44:17.936Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-12T19:44:17.938Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-12T19:44:17.942Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-12T19:44:17.946Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-12T19:44:17.949Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T19:44:17.965Z] [INFO] [STEP 1] Log into the application [2026-07-12T19:44:17.971Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T19:44:18.332Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-12T19:44:18.336Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-12T19:44:18.341Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-12T19:44:18.346Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-12T19:44:18.351Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T19:44:18.364Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-12T19:44:18.369Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-12T19:44:18.725Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-12T19:44:18.731Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-12T19:44:18.737Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-12T19:44:18.746Z] [INFO] Project cypress-test-connection-type-185825 already exists. Deleting it. [2026-07-12T19:44:24.980Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait [2026-07-12T19:44:24.994Z] [INFO] Waiting for project cypress-test-connection-type-185825 to be fully deleted... [2026-07-12T19:44:24.998Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-12T19:44:25.259Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-12T19:44:25.264Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-12T19:44:25.269Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-12T19:44:25.279Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-12T19:44:25.713Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-12T19:44:26.022Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-12T19:44:26.028Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-12T19:44:26.308Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-12T19:44:26.314Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-12T19:44:26.319Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-12T19:44:26.337Z] [INFO] [STEP 1] Log into the application [2026-07-12T19:44:26.345Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 2) Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-12T19:44:26.626Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-12T19:44:26.921Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-12T19:44:26.925Z] [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-12T19:44:27.201Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-12T19:44:35.148Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found 0 passing (33s) 2 failing 1) Verify Connection Type Creation Verify User Can Create, Preview and Delete a Connection Type: Test steps were: 1. Log into the application 2. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:429:14) 2) Verify Connection Type Creation Verify User Can Duplicate, Edit and Delete a Connection Type: Test steps were: 1. Log into the application 2. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:429:14) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_009.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 2 │ │ Passing: 0 │ │ Failing: 2 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 4 │ │ Video: false │ │ Duration: 32 seconds │ │ Spec Ran: settings/connectionTypes/testCreateConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/settings (1919x1079) /connectionTypes/testCreateConnectionTypes.cy.ts/Verify Connection Type Creation -- Verify User Can Create, Preview and Delete a Connection Type (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/settings (1919x1079) /connectionTypes/testCreateConnectionTypes.cy.ts/Verify Connection Type Creation -- Verify User Can Create, Preview and Delete a Connection Type (failed) (attem pt 2).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/settings (1919x1079) /connectionTypes/testCreateConnectionTypes.cy.ts/Verify Connection Type Creation -- Verify User Can Duplicate, Edit and Delete a Connection Type (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/settings (1919x1079) /connectionTypes/testCreateConnectionTypes.cy.ts/Verify Connection Type Creation -- Verify User Can Duplicate, Edit and Delete a Connection Type (failed) (attem pt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts (11 of 13) [2026-07-12T19:44:37.868Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-12T19:44:37.889Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-12T19:44:37.895Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-12T19:44:37.907Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-12T19:44:37.913Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-12T19:44:37.924Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T19:44:37.953Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-12T19:44:37.967Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-12T19:44:38.210Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T19:44:41.351Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-07-12T19:44:41.441Z] [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 (5s) [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-12T19:44:44.879Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-12T19:44:44.899Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-12T19:44:44.909Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-12T19:44:44.920Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-12T19:44:44.926Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-12T19:44:44.931Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T19:44:44.966Z] [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-12T19:44:45.918Z] [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-12T19:44:45.930Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-12T19:44:45.934Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-12T19:44:45.945Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-12T19:44:45.949Z] [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-12T19:44:46.246Z] [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-12T19:44:46.261Z] [INFO] No matching profile found, proceeding with the test. [2026-07-12T19:44:46.275Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-12T19:44:46.296Z] [INFO] Executing command: oc apply -f "/tmp/temp_1783885486279.yaml" -n redhat-ods-applications [2026-07-12T19:44:46.600Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1783885486279.yaml" -n redhat-ods-applications [2026-07-12T19:44:46.615Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-12T19:44:46.759Z] [INFO] [EXEC] rm /tmp/temp_1783885486279.yaml [2026-07-12T19:44:46.795Z] [INFO] [STEP 1] Log into the application [2026-07-12T19:44:46.829Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T19:44:47.010Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T19:44:50.729Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-12T19:44:50.850Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-12T19:44:51.625Z] [INFO] [STEP 4] Select the hardware profile [2026-07-12T19:44:51.923Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-12T19:44:51.942Z] [INFO] [STEP 6] Launch a notebook server [2026-07-12T19:44:52.099Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-12T19:44:52.118Z] [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-12T19:45:03.151Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-12T19:45:03.234Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-12T19:45:03.244Z] [INFO] Found 1 matching pods [2026-07-12T19:45:03.279Z] [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-12T19:45:16.086Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-12T19:45:16.094Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-12T19:45:16.099Z] [INFO] [STEP 8] Expand the Event log [2026-07-12T19:45:16.242Z] [INFO] [STEP 9] Waits for the Success alert [2026-07-12T19:47:16.728Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-12T19:47:16.732Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-12T19:47:16.736Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-12T19:47:16.741Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-12T19:47:16.744Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T19:47:16.760Z] [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-12T19:47:17.568Z] [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-12T19:47:17.575Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-12T19:47:17.606Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-12T19:47:17.609Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-12T19:47:17.612Z] [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-12T19:47:17.882Z] [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-12T19:47:17.889Z] [INFO] No matching profile found, proceeding with the test. [2026-07-12T19:47:17.895Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-12T19:47:17.907Z] [INFO] Executing command: oc apply -f "/tmp/temp_1783885637896.yaml" -n redhat-ods-applications [2026-07-12T19:47:18.909Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1783885637896.yaml" -n redhat-ods-applications [2026-07-12T19:47:18.916Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks configured [2026-07-12T19:47:19.045Z] [INFO] [EXEC] rm /tmp/temp_1783885637896.yaml [2026-07-12T19:47:19.069Z] [INFO] [STEP 1] Log into the application [2026-07-12T19:47:19.083Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 1) Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-12T19:47:19.431Z] [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-12T19:47:19.807Z] [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-12T19:47:19.813Z] [INFO] No notebooks found [2026-07-12T19:47:19.816Z] [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-12T19:47:20.082Z] [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-12T19:47:20.090Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-12T19:47:20.402Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications 0 passing (3m) 1 failing 1) Notebooks - tolerations tests Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations: Test steps were: 1. Log into the application 2. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:429:14) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_011.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 2 │ │ Video: false │ │ Duration: 2 minutes, 35 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-12T19:47:22.915Z] [INFO] Setting tests timeout to: 480 seconds Verify Admins Can Import and Delete a Custom Single-Model Serving Runtime Template By Uploading A YAML file [2026-07-12T19:47:22.936Z] [INFO] Starting 480s timeout for: Admin should access serving runtimes, import a yaml file and then delete [2026-07-12T19:47:22.940Z] [INFO] Test title: Admin should access serving runtimes, import a yaml file and then delete [2026-07-12T19:47:22.952Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-2276","@Dashboard","@NonConcurrent","@SettingsCI"] [2026-07-12T19:47:22.958Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-12T19:47:22.966Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T19:47:23.010Z] [INFO] Loaded Single-Model Name: single-cypress-vllm-runtime [2026-07-12T19:47:23.019Z] [INFO] Loaded Single-Model Metadata Name: Cypress Single ServingRuntime for KServe [2026-07-12T19:47:23.023Z] [INFO] Executing command: oc get templates -ojson -n redhat-ods-applications | jq '.items[] | select(.objects[]?.metadata?.annotations?."openshift.io/display-name"? // "" | contains("Cypress Single ServingRuntime for KServe")) | .metadata.name' | tr -d '"' [2026-07-12T19:47:23.364Z] [INFO] [EXEC] oc get templates -ojson -n redhat-ods-applications | jq '.items[] | select(.objects[]?.metadata?.annotations?."openshift.io/display-name"? // "" | contains("Cypress Single ServingRuntime for KServe")) | .metadata.name' | tr -d '"' [2026-07-12T19:47:23.370Z] [INFO] No matching template found, proceeding with the test. [2026-07-12T19:47:23.395Z] [INFO] [STEP 1] Log into the application [2026-07-12T19:47:23.410Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T19:47:23.771Z] [INFO] Starting 480s timeout for: Admin should access serving runtimes, import a yaml file and then delete [2026-07-12T19:47:23.773Z] [INFO] Test title: Admin should access serving runtimes, import a yaml file and then delete [2026-07-12T19:47:23.785Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-2276","@Dashboard","@NonConcurrent","@SettingsCI"] [2026-07-12T19:47:23.789Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-12T19:47:23.792Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-12T19:47:23.822Z] [INFO] Loaded Single-Model Name: single-cypress-vllm-runtime [2026-07-12T19:47:23.826Z] [INFO] Loaded Single-Model Metadata Name: Cypress Single ServingRuntime for KServe [2026-07-12T19:47:23.829Z] [INFO] Executing command: oc get templates -ojson -n redhat-ods-applications | jq '.items[] | select(.objects[]?.metadata?.annotations?."openshift.io/display-name"? // "" | contains("Cypress Single ServingRuntime for KServe")) | .metadata.name' | tr -d '"' [2026-07-12T19:47:24.137Z] [INFO] [EXEC] oc get templates -ojson -n redhat-ods-applications | jq '.items[] | select(.objects[]?.metadata?.annotations?."openshift.io/display-name"? // "" | contains("Cypress Single ServingRuntime for KServe")) | .metadata.name' | tr -d '"' [2026-07-12T19:47:24.143Z] [INFO] No matching template found, proceeding with the test. [2026-07-12T19:47:24.160Z] [INFO] [STEP 1] Log into the application [2026-07-12T19:47:24.168Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 1) Admin should access serving runtimes, import a yaml file and then delete [2026-07-12T19:47:24.435Z] [INFO] Executing command: oc get templates -ojson -n redhat-ods-applications | jq '.items[] | select(.objects[]?.metadata?.annotations?."openshift.io/display-name"? // "" | contains("Cypress Single ServingRuntime for KServe")) | .metadata.name' | tr -d '"' [2026-07-12T19:47:24.757Z] [INFO] [EXEC] oc get templates -ojson -n redhat-ods-applications | jq '.items[] | select(.objects[]?.metadata?.annotations?."openshift.io/display-name"? // "" | contains("Cypress Single ServingRuntime for KServe")) | .metadata.name' | tr -d '"' [2026-07-12T19:47:24.763Z] [INFO] No matching template found, proceeding with the test. 0 passing (2s) 1 failing 1) 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: Test steps were: 1. Log into the application 2. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:429:14) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_012.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 2 │ │ Video: false │ │ Duration: 1 second │ │ Spec Ran: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/settings (1919x1079) /servingRuntimes/testSingleServingRuntimeCreation.cy.ts/Verify Admins Can Import and Delete a Custom Single-Model Serving Runtime Template By Uploading A YAML f ile -- Admin should access serving runtimes, import a yaml file and then delete (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/settings (1919x1079) /servingRuntimes/testSingleServingRuntimeCreation.cy.ts/Verify Admins Can Import and Delete a Custom Single-Model Serving Runtime Template By Uploading A YAML f ile -- Admin should access serving runtimes, import a yaml file and then delete (failed) (attempt 2).png Start generate report process Read and merge jsons from "/workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons" Enhance report Create HTML report HTML report successfully created! /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/index.html ================================================================================ (Run Finished) Spec Tests Passing Failing Pending Skipped ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ ✔ application.cy.ts 00:04 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testLaunchStand 00:47 1 1 - - - │ │ aloneNotebook.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCont 614ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 370ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:17 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:18 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/storageClasses.cy.ts 00:39 4 4 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ dataScienceProjects/clusterStorage/ 00:36 5 1 1 - 3 │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/clusterSettings/testAdminC 00:28 3 1 - 2 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ settings/connectionTypes/testCreate 00:32 2 - 2 - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testPreIns 00:04 1 1 - - - │ │ talledConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ settings/hardwareProfiles/testNoteb 02:35 1 - 1 - - │ │ ookTolerations.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ settings/servingRuntimes/testSingle 00:01 1 - 1 - - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✖ 4 of 13 failed (31%) 06:28 27 11 5 8 3