From 998e778067d99c493b8240ffa4034d15bc193a94 Mon Sep 17 00:00:00 2001 From: Jiri Petrlik Date: Mon, 20 Jan 2025 11:31:56 +0100 Subject: [PATCH] Update Codeflare SDK release tag for 2.17 release --- .../pipeline-samples/v2/cache-disabled/ray_integration.py | 2 +- .../v2/cache-disabled/ray_integration_compiled.yaml | 6 +++--- .../v2/cache-disabled/ray_job_integration.py | 2 +- .../v2/cache-disabled/ray_job_integration_compiled.yaml | 6 +++--- .../Page/DistributedWorkloads/DistributedWorkloads.resource | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ods_ci/tests/Resources/Files/pipeline-samples/v2/cache-disabled/ray_integration.py b/ods_ci/tests/Resources/Files/pipeline-samples/v2/cache-disabled/ray_integration.py index 08bb09a24..37a49ec73 100644 --- a/ods_ci/tests/Resources/Files/pipeline-samples/v2/cache-disabled/ray_integration.py +++ b/ods_ci/tests/Resources/Files/pipeline-samples/v2/cache-disabled/ray_integration.py @@ -6,7 +6,7 @@ # image and the sdk has a fixed value because the version matters -@dsl.component(packages_to_install=["codeflare-sdk==v0.24.0"], base_image=common_base_image) +@dsl.component(packages_to_install=["codeflare-sdk==v0.25.0"], base_image=common_base_image) def ray_fn() -> int: import ray # noqa: PLC0415 from codeflare_sdk import generate_cert # noqa: PLC0415 diff --git a/ods_ci/tests/Resources/Files/pipeline-samples/v2/cache-disabled/ray_integration_compiled.yaml b/ods_ci/tests/Resources/Files/pipeline-samples/v2/cache-disabled/ray_integration_compiled.yaml index 1e5d8a03d..2f4a9da3a 100644 --- a/ods_ci/tests/Resources/Files/pipeline-samples/v2/cache-disabled/ray_integration_compiled.yaml +++ b/ods_ci/tests/Resources/Files/pipeline-samples/v2/cache-disabled/ray_integration_compiled.yaml @@ -22,9 +22,9 @@ deploymentSpec: - -c - "\nif ! [ -x \"$(command -v pip)\" ]; then\n python3 -m ensurepip ||\ \ python3 -m ensurepip --user || apt-get install python3-pip\nfi\n\nPIP_DISABLE_PIP_VERSION_CHECK=1\ - \ python3 -m pip install --quiet --no-warn-script-location 'kfp==2.11.0'\ + \ python3 -m pip install --quiet --no-warn-script-location 'kfp==2.9.0'\ \ '--no-deps' 'typing-extensions>=3.7.4,<5; python_version<\"3.9\"' &&\ - \ python3 -m pip install --quiet --no-warn-script-location 'codeflare-sdk==v0.24.0'\ + \ python3 -m pip install --quiet --no-warn-script-location 'codeflare-sdk==v0.25.0'\ \ && \"$0\" \"$@\"\n" - sh - -ec @@ -76,4 +76,4 @@ root: taskInfo: name: ray-fn schemaVersion: 2.1.0 -sdkVersion: kfp-2.11.0 +sdkVersion: kfp-2.9.0 diff --git a/ods_ci/tests/Resources/Files/pipeline-samples/v2/cache-disabled/ray_job_integration.py b/ods_ci/tests/Resources/Files/pipeline-samples/v2/cache-disabled/ray_job_integration.py index bb6ce5935..79d5a180c 100644 --- a/ods_ci/tests/Resources/Files/pipeline-samples/v2/cache-disabled/ray_job_integration.py +++ b/ods_ci/tests/Resources/Files/pipeline-samples/v2/cache-disabled/ray_job_integration.py @@ -5,7 +5,7 @@ ) # image and the sdk has a fixed value because the version matters -@dsl.component(packages_to_install=["codeflare-sdk==v0.24.0"], base_image=common_base_image) +@dsl.component(packages_to_install=["codeflare-sdk==v0.25.0"], base_image=common_base_image) def ray_fn( AWS_DEFAULT_ENDPOINT: str, AWS_STORAGE_BUCKET: str, diff --git a/ods_ci/tests/Resources/Files/pipeline-samples/v2/cache-disabled/ray_job_integration_compiled.yaml b/ods_ci/tests/Resources/Files/pipeline-samples/v2/cache-disabled/ray_job_integration_compiled.yaml index 408345cea..c6b29b1ef 100644 --- a/ods_ci/tests/Resources/Files/pipeline-samples/v2/cache-disabled/ray_job_integration_compiled.yaml +++ b/ods_ci/tests/Resources/Files/pipeline-samples/v2/cache-disabled/ray_job_integration_compiled.yaml @@ -36,9 +36,9 @@ deploymentSpec: - -c - "\nif ! [ -x \"$(command -v pip)\" ]; then\n python3 -m ensurepip ||\ \ python3 -m ensurepip --user || apt-get install python3-pip\nfi\n\nPIP_DISABLE_PIP_VERSION_CHECK=1\ - \ python3 -m pip install --quiet --no-warn-script-location 'kfp==2.11.0'\ + \ python3 -m pip install --quiet --no-warn-script-location 'kfp==2.9.0'\ \ '--no-deps' 'typing-extensions>=3.7.4,<5; python_version<\"3.9\"' &&\ - \ python3 -m pip install --quiet --no-warn-script-location 'codeflare-sdk==v0.24.0'\ + \ python3 -m pip install --quiet --no-warn-script-location 'codeflare-sdk==v0.25.0'\ \ && \"$0\" \"$@\"\n" - sh - -ec @@ -259,4 +259,4 @@ root: AWS_STORAGE_BUCKET_MNIST_DIR: parameterType: STRING schemaVersion: 2.1.0 -sdkVersion: kfp-2.11.0 +sdkVersion: kfp-2.9.0 diff --git a/ods_ci/tests/Resources/Page/DistributedWorkloads/DistributedWorkloads.resource b/ods_ci/tests/Resources/Page/DistributedWorkloads/DistributedWorkloads.resource index ad8af6836..5daf9ae42 100644 --- a/ods_ci/tests/Resources/Page/DistributedWorkloads/DistributedWorkloads.resource +++ b/ods_ci/tests/Resources/Page/DistributedWorkloads/DistributedWorkloads.resource @@ -6,7 +6,7 @@ Resource ../../../../tasks/Resources/RHODS_OLM/install/oc_install.robot *** Variables *** -${CODEFLARE-SDK-RELEASE-TAG} v0.23.1 +${CODEFLARE-SDK-RELEASE-TAG} v0.25.0 ${CODEFLARE-SDK-RELEASE-TAG-3.9} adjustments-release-0.21.1 ${CODEFLARE-SDK_DIR} codeflare-sdk ${CODEFLARE-SDK_REPO_URL} %{CODEFLARE-SDK_REPO_URL=https://github.com/project-codeflare/codeflare-sdk.git}