@@ -38,26 +38,26 @@ ${DC_NAME} = elyra-s3
3838
3939*** Test Cases ***
4040Verify 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
5050Verify 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