Skip to content

Commit

Permalink
Merge pull request #2262 from rickyxie0929/remove_test
Browse files Browse the repository at this point in the history
Modify the test related to python3.7
  • Loading branch information
google-oss-prow[bot] authored Apr 26, 2024
2 parents dab5220 + 59df095 commit ccbcde7
Showing 1 changed file with 5 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,6 @@ presubmits:
- upgrade_test
- --test_v2_api

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

- name: kubeflow-pipelines-sdk-python38
cluster: build-kubeflow
decorate: true
Expand Down Expand Up @@ -168,7 +158,7 @@ presubmits:
run_if_changed: "^(components/.*\\.yaml)|(test/presubmit-component-yaml.sh)|(sdk/python/.*)|(api/v2alpha1/.*)$"
spec:
containers:
- image: python:3.7
- image: python:3.8
command:
- ./test/presubmit-component-yaml.sh

Expand Down Expand Up @@ -266,21 +256,11 @@ presubmits:
- master
spec:
containers:
- image: python:3.7
- image: python:3.8
command:
- ./test/presubmit-sdk-execution-tests.sh

# kfp.kubernetes tests
- name: kfp-kubernetes-test-python37
cluster: build-kubeflow
decorate: true
run_if_changed: "^(sdk/python/.*)|(api/v2alpha1/.*)|(kubernetes_platform/.*)|(test/presubmit-test-kfp-kubernetes-library.sh)$"
spec:
containers:
- image: python:3.7
command:
- ./test/presubmit-test-kfp-kubernetes-library.sh

- name: kfp-kubernetes-test-python38
cluster: build-kubeflow
decorate: true
Expand Down Expand Up @@ -341,7 +321,7 @@ presubmits:
# END TODO
spec:
containers:
- image: python:3.7
- image: python:3.8
command:
- ./test/presubmit-kfp-kubernetes-execution-tests.sh

Expand All @@ -352,7 +332,7 @@ presubmits:
spec:
containers:
# run on the lowest version of Python (with the least features) for most aggressive testing
- image: python:3.7
- image: python:3.8
command:
- ./test/presubmit-test-run-all-gcpc-modules.sh

Expand All @@ -362,20 +342,10 @@ presubmits:
run_if_changed: "^(sdk/python/.*)|(test/presubmit-test-sdk-upgrade.sh)$"
spec:
containers:
- image: python:3.7
- image: python:3.8
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)$"
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
Expand Down

0 comments on commit ccbcde7

Please sign in to comment.