Skip to content

Commit db1a96d

Browse files
gmfrascaopenshift-merge-bot[bot]
authored andcommitted
Update CI tests to use kfp 2.11.0 sdk
Signed-off-by: Giulio Frasca <[email protected]>
1 parent 053bc82 commit db1a96d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/resources/test-pipeline-run.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ deploymentSpec:
2929
- -c
3030
- "\nif ! [ -x \"$(command -v pip)\" ]; then\n python3 -m ensurepip ||\
3131
\ python3 -m ensurepip --user || apt-get install python3-pip\nfi\n\nPIP_DISABLE_PIP_VERSION_CHECK=1\
32-
\ python3 -m pip install --quiet --no-warn-script-location 'kfp==2.10.1'\
32+
\ python3 -m pip install --quiet --no-warn-script-location 'kfp==2.11.0'\
3333
\ '--no-deps' 'typing-extensions>=3.7.4,<5; python_version<\"3.9\"' && \"\
3434
$0\" \"$@\"\n"
3535
- sh
@@ -77,4 +77,4 @@ root:
7777
Output:
7878
parameterType: STRING
7979
schemaVersion: 2.1.0
80-
sdkVersion: kfp-2.10.1
80+
sdkVersion: kfp-2.11.0

tests/resources/test-pipeline-with-custom-pip-server-run.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ deploymentSpec:
2424
- "\nif ! [ -x \"$(command -v pip)\" ]; then\n python3 -m ensurepip ||\
2525
\ python3 -m ensurepip --user || apt-get install python3-pip\nfi\n\nPIP_DISABLE_PIP_VERSION_CHECK=1\
2626
\ python3 -m pip install --quiet --no-warn-script-location --index-url https://nginx-service.test-pypiserver.svc.cluster.local/simple/\
27-
\ 'kfp==2.10.1' '--no-deps' 'typing-extensions>=3.7.4,<5; python_version<\"\
27+
\ 'kfp==2.11.0' '--no-deps' 'typing-extensions>=3.7.4,<5; python_version<\"\
2828
3.9\"' && python3 -m pip install --quiet --no-warn-script-location --index-url\
2929
\ https://nginx-service.test-pypiserver.svc.cluster.local/simple/ 'numpy'\
3030
\ && \"$0\" \"$@\"\n"
@@ -66,4 +66,4 @@ root:
6666
Output:
6767
parameterType: STRING
6868
schemaVersion: 2.1.0
69-
sdkVersion: kfp-2.10.1
69+
sdkVersion: kfp-2.11.0

0 commit comments

Comments
 (0)