Skip to content

Commit e950063

Browse files
committed
bump Python version from 3.11 to 3.12 for RHOAI 2.25
(cherry picked from commit 4b3bcf5)
1 parent d9e613a commit e950063

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

ods_ci/tests/Resources/Page/ODH/ODHDashboard/ODHDataScienceProject/Workbenches.resource

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ ${WORKBENCH_IMAGE_VER_DROPDOWN}= //*[@id="workbench-image-version-selection"
3939
# Standard Data Science https://github.com/red-hat-data-services/notebooks/blob/main/manifests/base/jupyter-datascience-notebook-imagestream.yaml
4040
# vs
4141
# Jupyter Data Science https://github.com/opendatahub-io/notebooks/blob/main/manifests/base/jupyter-datascience-notebook-imagestream.yaml
42-
&{IMAGE_ID_MAPPING}= Jupyter | Minimal | CPU | Python 3.11=minimal-notebook
43-
... Jupyter | Minimal | CUDA | Python 3.11=minimal-gpu
44-
... Jupyter | PyTorch | CUDA | Python 3.11=pytorch
45-
... Jupyter | Data Science | CPU | Python 3.11=data-science-notebook
46-
... Jupyter | Data Science | CPU | Python 3.11=datascience-notebook
47-
... Jupyter | TensorFlow | CUDA | Python 3.11=tensorflow
42+
&{IMAGE_ID_MAPPING}= Jupyter | Minimal | CPU | Python 3.12=minimal-notebook
43+
... Jupyter | Minimal | CUDA | Python 3.12=minimal-gpu
44+
... Jupyter | PyTorch | CUDA | Python 3.12=pytorch
45+
... Jupyter | Data Science | CPU | Python 3.12=data-science-notebook
46+
... Jupyter | Data Science | CPU | Python 3.12=datascience-notebook
47+
... Jupyter | TensorFlow | CUDA | Python 3.12=tensorflow
4848
${KEYVALUE_TYPE}= Key / value
4949
${UPLOAD_TYPE}= Upload
5050
${ENV_VARIABLES_SECTION_XP}= xpath=//section[@aria-label="Environment variables"]

ods_ci/tests/Tests/0500__ide/0501__ide_jupyterhub/test.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Can Spawn Notebook
8080
Maybe Close Popup
8181
${is_launcher_selected} = Run Keyword And Return Status JupyterLab Launcher Tab Is Selected
8282
IF not ${is_launcher_selected} Open JupyterLab Launcher
83-
Launch a new JupyterLab Document kernel=Python 3.11
83+
Launch a new JupyterLab Document kernel=Python 3.12
8484
Close Other JupyterLab Tabs
8585

8686
*** Keywords ***

ods_ci/tests/Tests/0500__ide/0502__ide_elyra.robot

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,26 +38,26 @@ ${DC_NAME} = elyra-s3
3838

3939
*** Test Cases ***
4040
Verify Pipelines Integration With Elyra When Using Standard Data Science Image
41-
[Documentation] Verifies that a workbench using the Jupyter | Data Science | CPU | Python 3.11 Image can be used to
41+
[Documentation] Verifies that a workbench using the Jupyter | Data Science | CPU | Python 3.12 Image can be used to
4242
... create and run a Data Science Pipeline
4343
[Tags] Sanity ODS-2197
4444
[Timeout] 10m
4545
Verify Pipelines Integration With Elyra Running Hello World Pipeline Test
46-
... img=Jupyter | Data Science | CPU | Python 3.11
47-
... runtime_image=Datascience with Python 3.11 (UBI9)
46+
... img=Jupyter | Data Science | CPU | Python 3.12
47+
... runtime_image=Datascience with Python 3.12 (UBI9)
4848
... experiment_name=standard-data-science-pipeline
4949

5050
Verify Pipelines Integration With Elyra When Using Standard Data Science Based Images
51-
[Documentation] Verifies that a workbench using an image based on the Jupyter | Data Science | CPU | Python 3.11 Image
51+
[Documentation] Verifies that a workbench using an image based on the Jupyter | Data Science | CPU | Python 3.12 Image
5252
... can be used to create and run a Data Science Pipeline
5353
... Note: this a templated test case
5454
... (more info at https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#test-templates)
5555
[Template] Verify Pipelines Integration With Elyra Running Hello World Pipeline Test
5656
[Tags] Tier1 ODS-2271
5757
[Timeout] 30m
58-
Jupyter | PyTorch | CUDA | Python 3.11 Datascience with Python 3.11 (UBI9) pytorch-pipeline
59-
Jupyter | TensorFlow | CUDA | Python 3.11 Datascience with Python 3.11 (UBI9) tensorflow-pipeline
60-
Jupyter | TrustyAI | CPU | Python 3.11 Datascience with Python 3.11 (UBI9) trustyai-pipeline
58+
Jupyter | PyTorch | CUDA | Python 3.12 Datascience with Python 3.12 (UBI9) pytorch-pipeline
59+
Jupyter | TensorFlow | CUDA | Python 3.12 Datascience with Python 3.12 (UBI9) tensorflow-pipeline
60+
Jupyter | TrustyAI | CPU | Python 3.12 Datascience with Python 3.12 (UBI9) trustyai-pipeline
6161

6262

6363
*** Keywords ***
@@ -81,7 +81,7 @@ Elyra Pipelines Suite Setup # robocop: off=too-many-calls-in-keyword
8181
Sleep 15s reason=Wait until pipeline server is detected by dashboard
8282
# Workaround for the: https://issues.redhat.com/browse/RHOAIENG-24545
8383
Create Workbench workbench_title=workaround workbench_description=workaround
84-
... prj_title=${PRJ_TITLE} image_name=Jupyter | Minimal | CPU | Python 3.11 deployment_size=Small
84+
... prj_title=${PRJ_TITLE} image_name=Jupyter | Minimal | CPU | Python 3.12 deployment_size=Small
8585
... storage=Persistent pv_existent=${FALSE}
8686
... pv_name=${PV_NAME}_workaround pv_description=${PV_DESCRIPTION} pv_size=${PV_SIZE}
8787
... envs=${ENVS_LIST}

0 commit comments

Comments
 (0)