Skip to content

Commit

Permalink
Remove SDK tests from Prow Config
Browse files Browse the repository at this point in the history
  • Loading branch information
DharmitD committed Jul 26, 2024
1 parent 7a753ea commit 3342e25
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions prow/prowjobs/kubeflow/pipelines/kubeflow-pipelines-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,16 +97,16 @@ presubmits:
command:
- ./test/presubmit-tests-tfx.sh

- name: kubeflow-pipelines-component-yaml
- name: kubeflow-pipelines-backend-visualization
cluster: build-kubeflow
decorate: true
run_if_changed: "^(components/.*\\.yaml)|(test/presubmit-component-yaml.sh)|(sdk/python/.*)|(api/v2alpha1/.*)$"
run_if_changed: "^(backend/src/apiserver/visualization/.*)|(test/presubmit-backend-visualization.sh)$"
spec:
containers:
- image: python:3.8
command:
- ./test/presubmit-component-yaml.sh

- ./test/presubmit-backend-visualization.sh
- name: kubeflow-pipelines-samples-v2
cluster: build-kubeflow
decorate: true
Expand Down Expand Up @@ -140,29 +140,31 @@ presubmits:
- image: gcr.io/google.com/cloudsdktool/cloud-sdk:latest
command:
- ./manifests/kustomize/hack/presubmit.sh
- name: kubeflow-pipelines-sdk-isort

- name: kubeflow-pipelines-sdk-yapf
cluster: build-kubeflow
decorate: true
run_if_changed: "^(sdk/python/.*)|(test/presubmit-isort-sdk.sh)$"
run_if_changed: "^(sdk/python/.*)|(test/presubmit-yapf-sdk.sh)$"
branches:
- master
spec:
containers:
- image: python:3.8
command:
- ./test/presubmit-isort-sdk.sh
- name: kubeflow-pipelines-sdk-docformatter
- ./test/presubmit-yapf-sdk.sh

- name: kubeflow-pipelines-sdk-execution-tests
cluster: build-kubeflow
decorate: true
run_if_changed: "^(sdk/python/.*)|(test/presubmit-docformatter-sdk.sh)$"
run_if_changed: "^(sdk/python/.*)|(api/v2alpha1/.*)|(test/presubmit-sdk-execution-tests.sh)$"
branches:
- master
spec:
containers:
- image: python:3.8
command:
- ./test/presubmit-docformatter-sdk.sh
- ./test/presubmit-sdk-execution-tests.sh

# kfp.kubernetes tests
- name: kfp-kubernetes-test-python38
cluster: build-kubeflow
Expand Down

0 comments on commit 3342e25

Please sign in to comment.