Skip to content

Commit

Permalink
Merge pull request #2042 from connor-mccarthy/add-kfp-runtime-presubmits
Browse files Browse the repository at this point in the history
add presubmit tests for kfp runtime code
  • Loading branch information
google-oss-prow[bot] authored Aug 23, 2023
2 parents 419494c + 3697654 commit 7ad58e5
Showing 1 changed file with 55 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,61 @@ presubmits:
command:
- ./test/presubmit-test-sdk-upgrade.sh

- name: test-kfp-runtime-code-python37
cluster: build-kubeflow
decorate: true
run_if_changed: "^(sdk/python/.*)|(test/presubmit-test-kfp-runtime-code.sh)$"
optional: true
spec:
containers:
- image: python:3.7
command:
- ./test/presubmit-test-kfp-runtime-code.sh

- name: test-kfp-runtime-code-python38
cluster: build-kubeflow
decorate: true
run_if_changed: "^(sdk/python/.*)|(test/presubmit-test-kfp-runtime-code.sh)$"
optional: true
spec:
containers:
- image: python:3.8
command:
- ./test/presubmit-test-kfp-runtime-code.sh

- name: test-kfp-runtime-code-python39
cluster: build-kubeflow
decorate: true
run_if_changed: "^(sdk/python/.*)|(test/presubmit-test-kfp-runtime-code.sh)$"
optional: true
spec:
containers:
- image: python:3.9
command:
- ./test/presubmit-test-kfp-runtime-code.sh

- name: test-kfp-runtime-code-python310
cluster: build-kubeflow
decorate: true
run_if_changed: "^(sdk/python/.*)|(test/presubmit-test-kfp-runtime-code.sh)$"
optional: true
spec:
containers:
- image: python:3.10
command:
- ./test/presubmit-test-kfp-runtime-code.sh

- name: test-kfp-runtime-code-python311
cluster: build-kubeflow
decorate: true
run_if_changed: "^(sdk/python/.*)|(test/presubmit-test-kfp-runtime-code.sh)$"
optional: true
spec:
containers:
- image: python:3.11
command:
- ./test/presubmit-test-kfp-runtime-code.sh

# this test is not passing
# - name: kubeflow-pipeline-multiuser-test
# cluster: build-kubeflow
Expand Down

0 comments on commit 7ad58e5

Please sign in to comment.