Skip to content

Commit 0fc7597

Browse files
committed
Bump DSPO test suite to KFP 2.10.0
1 parent eea84a0 commit 0fc7597

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tests/dspa_v2_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ func (suite *IntegrationTestSuite) TestDSPADeployment() {
5151
}
5252
suite.T().Run("with default MariaDB and Minio", func(t *testing.T) {
5353
t.Run(fmt.Sprintf("should have %d pods", podCount), func(t *testing.T) {
54-
timeout := time.Second * 10
55-
interval := time.Millisecond * 2
54+
timeout := time.Second * 120
55+
interval := time.Second * 2
5656
actualPodCount := 0
5757

5858
require.Eventually(t, func() bool {

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.9.0'\
32+
\ python3 -m pip install --quiet --no-warn-script-location 'kfp==2.10.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.9.0
80+
sdkVersion: kfp-2.10.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.9.0' '--no-deps' 'typing-extensions>=3.7.4,<5; python_version<\"\
27+
\ 'kfp==2.10.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.9.0
69+
sdkVersion: kfp-2.10.0

0 commit comments

Comments
 (0)